5 #ifndef paraview_server_manager_data_h 6 #define paraview_server_manager_data_h 15 "<ServerManagerConfiguration>\n" 16 " <ProxyGroup name=\"sources\">\n" 17 " <!-- ==================================================================== -->\n" 18 " <SourceProxy class=\"vtkTrivialProducer\"\n" 19 " name=\"TrivialProducer\">\n" 22 " <!-- ==================================================================== -->\n" 23 " <SourceProxy class=\"vtkPVTrivialProducer\"\n" 24 " name=\"PVTrivialProducer\">\n" 25 " <IntVectorProperty command=\"SetWholeExtent\"\n" 26 " default_values=\"0 -1 0 -1 0 -1\"\n" 27 " name=\"WholeExtent\"\n" 28 " number_of_elements=\"6\"\n" 29 " panel_visibility=\"never\" >\n" 30 " <Documentation>The values of this property specify the whole extent of\n" 31 " the topologically regular grid.</Documentation>\n" 32 " </IntVectorProperty>\n" 35 " <!-- ==================================================================== -->\n" 36 " <SourceProxy class=\"vtkPVTrivialProducer\" name=\"PVTrivialProducer2\">\n" 39 " <!-- ==================================================================== -->\n" 40 " <SourceProxy class=\"vtkDistributedTrivialProducer\"\n" 41 " name=\"DistributedTrivialProducer\">\n" 42 " <IntVectorProperty command=\"SetWholeExtent\"\n" 43 " default_values=\"0 -1 0 -1 0 -1\"\n" 44 " name=\"WholeExtent\"\n" 45 " number_of_elements=\"6\"\n" 46 " panel_visibility=\"never\" >\n" 47 " <Documentation>The values of this property specify the whole extent of\n" 48 " the topologically regular grid.</Documentation>\n" 49 " </IntVectorProperty>\n" 50 " <StringVectorProperty command=\"UpdateFromGlobal\"\n" 51 " default_values=\"\"\n" 52 " name=\"UpdateDataset\"\n" 53 " number_of_elements=\"1\"\n" 54 " panel_visibility=\"default\">\n" 55 " <Documentation>This property allow to initialize the trivial producer based\n" 56 " on a previously registered dataset.\n" 58 " </StringVectorProperty>\n" 61 "</ServerManagerConfiguration>\n" 70 char* res =
new char[ len + 1];
73 assert(offset == len);
81 "<ServerManagerConfiguration>\n" 82 " <ProxyGroup name=\"coprocessing\">\n" 83 " <LiveInsituLinkProxy name=\"LiveInsituLink\" class=\"vtkLiveInsituLink\"\n" 84 " processes=\"dataserver\">\n" 86 " Proxy used to connect to Catalyst CoProcessor for live-data\n" 90 " <IntVectorProperty name=\"InsituPort\"\n" 91 " command=\"SetInsituPort\"\n" 92 " number_of_elements=\"1\"\n" 93 " default_values=\"0\">\n" 94 " </IntVectorProperty>\n" 96 " <IntVectorProperty name=\"ProcessType\"\n" 97 " command=\"SetProcessType\"\n" 98 " number_of_elements=\"1\"\n" 99 " default_values=\"0\">\n" 100 " <EnumerationDomain name=\"enum\">\n" 101 " <Entry text=\"Visualization\" value=\"0\" />\n" 102 " <Entry text=\"Simulation\" value=\"1\" />\n" 103 " </EnumerationDomain>\n" 104 " </IntVectorProperty>\n" 106 " <StringVectorProperty name=\"Hostname\"\n" 107 " command=\"SetHostname\"\n" 108 " number_of_elements=\"1\"\n" 109 " default_values=\"localhost\">\n" 110 " </StringVectorProperty>\n" 112 " <IntVectorProperty name=\"SimulationPaused\"\n" 113 " command=\"SetSimulationPaused\"\n" 114 " default_values=\"0\"\n" 115 " number_of_elements=\"1\">\n" 116 " <BooleanDomain name=\"bool\" />\n" 118 " Pauses or continues the simulation.\n" 119 " </Documentation>\n" 120 " </IntVectorProperty>\n" 122 " <Property name=\"Initialize\" command=\"Initialize\" />\n" 123 " <Property name=\"LiveChanged\" command=\"LiveChanged\" />\n" 125 " </LiveInsituLinkProxy>\n" 127 "</ServerManagerConfiguration>\n" 136 char* res =
new char[ len + 1];
139 assert(offset == len);
147 "<ServerManagerConfiguration>\n" 148 " <ProxyGroup name=\"settings\">\n" 149 " <!-- ================================================================== -->\n" 150 " <SettingsProxy name=\"GeneralSettings\" label=\"General\"\n" 151 " processes=\"client|dataserver|renderserver\"\n" 152 " class=\"vtkPVGeneralSettings\">\n" 154 " Collection of general setting for ParaView.\n" 155 " </Documentation>\n" 157 " <IntVectorProperty name=\"ShowWelcomeDialog\"\n" 158 " number_of_elements=\"1\"\n" 159 " default_values=\"1\"\n" 160 " panel_visibility=\"advanced\">\n" 162 " Show welcome screen at startup.\n" 163 " </Documentation>\n" 164 " <BooleanDomain name=\"bool\" />\n" 166 " <SaveInQSettings />\n" 168 " </IntVectorProperty>\n" 170 " <IntVectorProperty name=\"ShowSaveStateOnExit\"\n" 171 " number_of_elements=\"1\"\n" 172 " default_values=\"0\"\n" 173 " panel_visibility=\"advanced\">\n" 175 " Prompt to save state when exiting ParaView.\n" 176 " </Documentation>\n" 177 " <BooleanDomain name=\"bool\" />\n" 179 " <SaveInQSettings />\n" 181 " </IntVectorProperty>\n" 183 " <IntVectorProperty name=\"CrashRecovery\"\n" 184 " number_of_elements=\"1\"\n" 185 " default_values=\"0\"\n" 186 " panel_visibility=\"advanced\">\n" 188 " On a crash, attempt to save a state file to potentially restore\n" 189 " the application state to that before the crash.\n" 190 " </Documentation>\n" 191 " <BooleanDomain name=\"bool\" />\n" 193 " <SaveInQSettings />\n" 195 " </IntVectorProperty>\n" 197 " <IntVectorProperty name=\"ForceSingleColumnMenus\"\n" 198 " number_of_elements=\"1\"\n" 199 " default_values=\"0\"\n" 200 " panel_visibility=\"advanced\">\n" 202 " Force the sources/filters menus to be presented as a single\n" 203 " scrollable column to ensure that all the filters are selectable\n" 204 " on low resolution screens.\n" 205 " </Documentation>\n" 206 " <BooleanDomain name=\"bool\" />\n" 208 " <SaveInQSettings />\n" 210 " </IntVectorProperty>\n" 212 " <IntVectorProperty name=\"GUIOverrideFont\"\n" 213 " label=\"Override Font\"\n" 214 " command=\"SetGUIOverrideFont\"\n" 215 " default_values=\"0\"\n" 216 " number_of_elements=\"1\">\n" 217 " <BooleanDomain name=\"bool\" />\n" 219 " Override the GUI font size. Uncheck to use system default.\n" 220 " </Documentation>\n" 221 " </IntVectorProperty>\n" 223 " <IntVectorProperty name=\"GUIFontSize\"\n" 224 " label=\"Font Size\"\n" 225 " command=\"SetGUIFontSize\"\n" 226 " number_of_elements=\"1\"\n" 227 " default_values=\"8\">\n" 229 " Specify the font size in points.\n" 230 " </Documentation>\n" 231 " <IntRangeDomain name=\"range\" min=\"8\" max=\"32\" />\n" 233 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 234 " <Property name=\"GUIOverrideFont\" />\n" 235 " </PropertyWidgetDecorator>\n" 237 " </IntVectorProperty>\n" 239 " <StringVectorProperty name=\"DefaultViewType\"\n" 240 " number_of_elements=\"1\"\n" 241 " default_values=\"RenderView\"\n" 242 " command=\"SetDefaultViewType\"\n" 243 " panel_widget=\"viewtype_selector\"\n" 244 " panel_visibility=\"advanced\">\n" 246 " Set the view to create when ParaView starts up.\n" 247 " </Documentation>\n" 248 " </StringVectorProperty>\n" 250 " <IntVectorProperty name=\"ScreenPixelsPerInch\"\n" 251 " number_of_elements=\"1\"\n" 252 " default_values=\"72\"\n" 253 " panel_visibility=\"advanced\">\n" 254 " <IntRangeDomain name=\"range\" />\n" 256 " Set pixels per inch on the current screen/monitor. This is used for determining\n" 257 " pixel sizes for fonts and other 2D annotations.\n" 258 " </Documentation>\n" 259 " </IntVectorProperty>\n" 261 " <IntVectorProperty name=\"AutoApply\"\n" 262 " number_of_elements=\"1\"\n" 263 " default_values=\"0\"\n" 264 " command=\"SetAutoApply\"\n" 265 " information_property=\"AutoApplyInfo\">\n" 267 " Automatically apply changes in the 'Properties' panel.\n" 268 " </Documentation>\n" 269 " <BooleanDomain name=\"bool\" />\n" 270 " </IntVectorProperty>\n" 271 " <IntVectorProperty name=\"AutoApplyInfo\"\n" 272 " command=\"GetAutoApply\"\n" 273 " information_only=\"1\">\n" 274 " <BooleanDomain name=\"bool\" />\n" 275 " </IntVectorProperty>\n" 277 " <IntVectorProperty name=\"AutoApplyActiveOnly\"\n" 278 " number_of_elements=\"1\"\n" 279 " default_values=\"0\"\n" 280 " command=\"SetAutoApplyActiveOnly\"\n" 281 " panel_visibility=\"advanced\">\n" 283 " Limit automatic accepting of changes on the 'Properties'\n" 284 " panel to the active panel alone.\n" 285 " </Documentation>\n" 286 " <BooleanDomain name=\"bool\" />\n" 287 " </IntVectorProperty>\n" 289 " <IntVectorProperty name=\"LoadAllVariables\"\n" 290 " number_of_elements=\"1\"\n" 291 " default_values=\"0\"\n" 292 " command=\"SetLoadAllVariables\">\n" 294 " Load all variables when loading a data set.\n" 295 " </Documentation>\n" 296 " <BooleanDomain name=\"bool\" />\n" 297 " </IntVectorProperty>\n" 299 " <IntVectorProperty name=\"LoadNoChartVariables\"\n" 300 " number_of_elements=\"1\"\n" 301 " default_values=\"0\"\n" 302 " command=\"SetLoadNoChartVariables\">\n" 304 " Do not load any variables when loading a 2D chart.\n" 305 " </Documentation>\n" 306 " <BooleanDomain name=\"bool\" />\n" 307 " </IntVectorProperty>\n" 309 " <IntVectorProperty name=\"PropertiesPanelMode\"\n" 310 " command=\"SetPropertiesPanelMode\"\n" 311 " number_of_elements=\"1\"\n" 312 " default_values=\"0\"\n" 313 " panel_visibility=\"advanced\">\n" 315 " You can choose to show source, display and view properties in a single\n" 316 " 'Properties' panel, or place them in separate dock panels.\n" 317 " </Documentation>\n" 318 " <EnumerationDomain name=\"enum\">\n" 319 " <Entry text=\"Combined Properties panel\" value=\"0\" />\n" 320 " <Entry text=\"Display Properties in a separate panel\" value=\"1\" />\n" 321 " <Entry text=\"View Properties in a separate panel\" value=\"2\" />\n" 322 " <Entry text=\"Separate panels for each type of properties\" value=\"3\" />\n" 323 " </EnumerationDomain>\n" 325 " <RestartRequired />\n" 327 " </IntVectorProperty>\n" 329 " <IntVectorProperty name=\"LockPanels\"\n" 330 " command=\"SetLockPanels\"\n" 331 " number_of_elements=\"1\"\n" 332 " default_values=\"0\"\n" 333 " panel_visibility=\"advanced\">\n" 335 " Prevent movement of dockable control panels to other positions.\n" 336 " </Documentation>\n" 337 " <BooleanDomain name=\"bool\" />\n" 339 " <SaveInQSettings/>\n" 341 " </IntVectorProperty>\n" 343 " <IntVectorProperty name=\"AutoConvertProperties\"\n" 344 " number_of_elements=\"1\"\n" 345 " default_values=\"0\"\n" 346 " command=\"SetAutoConvertProperties\">\n" 348 " Automatically convert data arrays as needed by filters including converting\n" 349 " cell arrays to point arrays, or vice versa, and extracting single components\n" 350 " from multi-component arrays.\n" 351 " </Documentation>\n" 352 " <BooleanDomain name=\"bool\"/>\n" 353 " </IntVectorProperty>\n" 355 " <IntVectorProperty name=\"BlockColorsDistinctValues\"\n" 356 " number_of_elements=\"1\"\n" 357 " default_values=\"12\"\n" 358 " command=\"SetBlockColorsDistinctValues\"\n" 359 " panel_visibility=\"advanced\">\n" 361 " Determines the number of distinct values in\n" 362 " vtkBlockColors. This array is added to each block if\n" 363 " the dataset is a composite dataset. The array has one value\n" 364 " set to the reminder of blockIndex divided by\n" 365 " BlockColorsDistinctValues (blockIndex mod\n" 366 " BlockColorsDistinctValues).\n" 367 " </Documentation>\n" 368 " <IntRangeDomain min=\"2\" name=\"range\" />\n" 369 " </IntVectorProperty>\n" 371 " <IntVectorProperty name=\"TransferFunctionResetMode\"\n" 372 " number_of_elements=\"1\"\n" 373 " default_values=\"0\"\n" 374 " command=\"SetTransferFunctionResetMode\">\n" 376 " Color transfer functions (or color maps) are used to map data values to colors\n" 377 " for pseudo coloring. Set the default way ParaView decides to update the data\n" 378 " range used for this mapping. Newly created transfer functions will update\n" 379 " the range according to this setting, but it can later be changed per\n" 380 " transfer function via the transfer function's 'Automatic Rescale Range Mode'\n" 382 " </Documentation>\n" 383 " <EnumerationDomain name=\"enum\">\n" 384 " <Entry text=\"Grow and update on 'Apply'\" value=\"0\" />\n" 385 " <Entry text=\"Grow and update every timestep\" value=\"1\" />\n" 386 " <Entry text=\"Update on 'Apply'\" value=\"2\" />\n" 387 " <Entry text=\"Clamp and update every timestep\" value=\"3\" />\n" 388 " </EnumerationDomain>\n" 389 " </IntVectorProperty>\n" 391 " <IntVectorProperty name=\"ScalarBarMode\"\n" 392 " command=\"SetScalarBarMode\"\n" 393 " number_of_elements=\"1\"\n" 394 " default_values=\"0\">\n" 396 " Set how ParaView manages showing of color legend bars (or scalar bars) in render views.\n" 397 " </Documentation>\n" 398 " <EnumerationDomain name=\"enum\">\n" 399 " <Entry text=\"Automatically show and/or hide color bars\" value=\"0\" />\n" 400 " <Entry text=\"Automatically hide unused color bars\" value=\"1\" />\n" 401 " <Entry text=\"Manual (not recommended)\" value=\"2\" />\n" 402 " </EnumerationDomain>\n" 403 " </IntVectorProperty>\n" 405 " <IntVectorProperty name=\"EnableAutoMPI\"\n" 406 " number_of_elements=\"1\"\n" 407 " default_values=\"0\"\n" 408 " command=\"SetEnableAutoMPI\"\n" 409 " panel_visibility=\"advanced\">\n" 411 " Enable multicore support for data processing.\n" 412 " </Documentation>\n" 413 " <BooleanDomain name=\"bool\" />\n" 415 " <SaveInQSettings both=\"1\" />\n" 416 " <RestartRequired />\n" 418 " </IntVectorProperty>\n" 420 " <IntVectorProperty name=\"AutoMPILimit\"\n" 421 " number_of_elements=\"1\"\n" 422 " default_values=\"2\"\n" 423 " command=\"SetAutoMPILimit\"\n" 424 " panel_visibility=\"advanced\">\n" 426 " Limit maximum number of cores to\n" 427 " </Documentation>\n" 428 " <IntRangeDomain min=\"1\" max=\"64\" />\n" 430 " <SaveInQSettings both=\"1\" />\n" 431 " <RestartRequired />\n" 433 " </IntVectorProperty>\n" 435 " <IntVectorProperty name=\"CacheGeometryForAnimation\"\n" 436 " command=\"SetCacheGeometryForAnimation\"\n" 437 " number_of_elements=\"1\"\n" 438 " default_values=\"0\"\n" 439 " panel_visibility=\"advanced\">\n" 440 " <BooleanDomain name=\"bool\" />\n" 443 " When playing an animation, ParaView can attempt to cache processed geometries\n" 444 " to attempt to speed up animation play back in a loop by avoiding I/O and data\n" 445 " processing. Set whether caching should be use, when possible.\n" 447 " Enable caching of geometry in an attempt to speed up animation playback in a loop.\n" 448 " </Documentation>\n" 449 " </IntVectorProperty>\n" 452 " Disabling for now. We need a more complex implementation if we need to truly support\n" 453 " cache limits correctly. For now, we'll disable cache-limits.\n" 454 " <IntVectorProperty name=\"AnimationGeometryCacheLimit\"\n" 455 " command=\"SetAnimationGeometryCacheLimit\"\n" 456 " number_of_elements=\"1\"\n" 457 " default_values=\"102400\"\n" 458 " panel_visibility=\"advanced\">\n" 459 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 461 " When caching of geometry for animations is enabled, limit the maximum cache size\n" 462 " for the geometry on any rank. Caching will automatically be disabled if the cache\n" 463 " exceed this limit on any rank, specified in kilobytes (KB).\n" 464 " </Documentation>\n" 466 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 467 " <Property name=\"CacheGeometryForAnimation\" />\n" 468 " </PropertyWidgetDecorator>\n" 470 " </IntVectorProperty>\n" 473 " <IntVectorProperty name=\"AnimationTimeNotation\"\n" 474 " number_of_elements=\"1\"\n" 475 " default_values=\"0\"\n" 476 " command=\"SetAnimationTimeNotation\"\n" 477 " panel_visibility=\"advanced\">\n" 479 " Set the display notation for the time in the animation toolbar. 'Mixed' will automatically\n" 480 " choose the shortest display.\n" 481 " </Documentation>\n" 482 " <EnumerationDomain name=\"enum\">\n" 483 " <Entry text=\"Mixed\" value=\"0\" />\n" 484 " <Entry text=\"Scientific\" value=\"1\" />\n" 485 " <Entry text=\"Fixed\" value=\"2\" />\n" 486 " </EnumerationDomain>\n" 487 " </IntVectorProperty>\n" 489 " <IntVectorProperty name=\"AnimationTimePrecision\"\n" 490 " number_of_elements=\"1\"\n" 491 " default_values=\"6\"\n" 492 " command=\"SetAnimationTimePrecision\"\n" 493 " panel_visibility=\"advanced\">\n" 495 " Set the number of significant digits displayed for the time in the animation\n" 496 " toolbar. Should be in the range [1,17].\n" 497 " </Documentation>\n" 498 " <IntRangeDomain min=\"1\" max=\"17\" />\n" 499 " </IntVectorProperty>\n" 501 " <IntVectorProperty name=\"ShowAnimationShortcuts\"\n" 502 " number_of_elements=\"1\"\n" 503 " default_values=\"0\"\n" 504 " command=\"SetShowAnimationShortcuts\"\n" 505 " panel_visibility=\"advanced\">\n" 507 " Set whether to show or not an animation shortcut button\n" 508 " on ranged scalar property.\n" 509 " </Documentation>\n" 510 " <BooleanDomain name=\"bool\" />\n" 511 " </IntVectorProperty>\n" 513 " <IntVectorProperty name=\"ResetDisplayEmptyViews\"\n" 514 " number_of_elements=\"1\"\n" 515 " default_values=\"1\"\n" 516 " command=\"SetResetDisplayEmptyViews\"\n" 517 " panel_visibility=\"advanced\">\n" 519 " When showing a representation in an empty view, set whether or not to reset\n" 520 " the view display.\n" 521 " </Documentation>\n" 522 " <BooleanDomain name=\"bool\" />\n" 523 " </IntVectorProperty>\n" 525 " <IntVectorProperty name=\"RealNumberDisplayedNotation\"\n" 526 " number_of_elements=\"1\"\n" 527 " default_values=\"0\"\n" 528 " command=\"SetRealNumberDisplayedNotation\"\n" 529 " panel_visibility=\"advanced\">\n" 535 " Set the notation used to display real numbers.\n" 536 " </Documentation>\n" 537 " <EnumerationDomain name=\"enum\">\n" 538 " <Entry text=\"Mixed\" value=\"0\" />\n" 539 " <Entry text=\"Scientific\" value=\"1\" />\n" 540 " <Entry text=\"Fixed\" value=\"2\" />\n" 541 " </EnumerationDomain>\n" 542 " </IntVectorProperty>\n" 544 " <IntVectorProperty name=\"RealNumberDisplayedPrecision\"\n" 545 " number_of_elements=\"1\"\n" 546 " default_values=\"6\"\n" 547 " command=\"SetRealNumberDisplayedPrecision\"\n" 548 " panel_visibility=\"advanced\">\n" 550 " Set the number of significant digits to display in real numbers.\n" 551 " This does NOT affect the values used in computation.\n" 552 " </Documentation>\n" 553 " <IntRangeDomain min=\"1\" max=\"17\" />\n" 554 " </IntVectorProperty>\n" 556 " <IntVectorProperty name=\"InheritRepresentationProperties\"\n" 557 " command=\"SetInheritRepresentationProperties\"\n" 558 " number_of_elements=\"1\"\n" 559 " default_values=\"0\"\n" 560 " panel_visibility=\"advanced\">\n" 561 " <BooleanDomain name=\"bool\" />\n" 563 " Set whether representations try to maintain properties from an input\n" 564 " representation, if present. e.g. if you \"Transform\" the representation for\n" 565 " a source, then any filter that you connect to it and show in the same view\n" 566 " should be transformed using the same transformation as well.\n" 567 " </Documentation>\n" 568 " </IntVectorProperty>\n" 570 " <IntVectorProperty name=\"DefaultTimeStep\"\n" 571 " number_of_elements=\"1\"\n" 572 " default_values=\"1\">\n" 574 " Any time a new dataset with timesteps is opened,\n" 575 " set the timestep the application should go to\n" 577 " </Documentation>\n" 578 " <EnumerationDomain name=\"enum\">\n" 579 " <Entry text=\"Leave current time unchanged, if possible\" value=\"0\" />\n" 580 " <Entry text=\"Go to first timestep\" value=\"1\" />\n" 581 " <Entry text=\"Go to last timestep\" value=\"2\" />\n" 582 " </EnumerationDomain>\n" 583 " </IntVectorProperty>\n" 585 " <IntVectorProperty name=\"MaximumNumberOfDataRepresentationLabels\"\n" 586 " number_of_elements=\"1\"\n" 587 " default_values=\"100\"\n" 588 " panel_visibility=\"advanced\">\n" 589 " <IntRangeDomain min=\"1\"\n" 590 " name=\"range\" />\n" 592 " Set how many points should be labeled when labeling points with data. If there\n" 593 " are more point than this then only a subset will be labeled. This helps when many\n" 594 " points are selected and the number of labels would make then unreadable.\n" 595 " </Documentation>\n" 596 " </IntVectorProperty>\n" 598 " <IntVectorProperty name=\"ColorByBlockColorsOnApply\"\n" 599 " command=\"SetColorByBlockColorsOnApply\"\n" 600 " number_of_elements=\"1\"\n" 601 " default_values=\"1\"\n" 602 " panel_visibility=\"never\">\n" 603 " <BooleanDomain name=\"bool\" />\n" 605 " Internal setting: automatically color by **vtkBlockColors** if array is present.\n" 606 " </Documentation>\n" 607 " </IntVectorProperty>\n" 608 " <IntVectorProperty name=\"IgnoreNegativeLogAxisWarning\"\n" 609 " command=\"SetIgnoreNegativeLogAxisWarning\"\n" 610 " number_of_elements=\"1\"\n" 611 " default_values=\"0\"\n" 612 " panel_visibility=\"advanced\">\n" 613 " <BooleanDomain name=\"bool\" />\n" 615 " When plotting data with nonpositive values using logarithmic axes, ignore the\n" 616 " standard warning and draw only the data with positive values. Changes will take\n" 617 " effect for all charts created after this option is changed.\n" 618 " </Documentation>\n" 619 " </IntVectorProperty>\n" 621 " <IntVectorProperty name=\"EnableStreaming\"\n" 622 " command=\"SetEnableStreaming\"\n" 623 " number_of_elements=\"1\"\n" 624 " default_values=\"0\"\n" 625 " panel_visibility=\"default\">\n" 626 " <BooleanDomain name=\"bool\" />\n" 628 " Enable streamed multipass rendering (Experimental).\n" 629 " </Documentation>\n" 631 " <RestartRequired />\n" 633 " </IntVectorProperty>\n" 635 " <PropertyGroup label=\"General Options\">\n" 636 " <Property name=\"ShowWelcomeDialog\" />\n" 637 " <Property name=\"ShowSaveStateOnExit\" />\n" 638 " <Property name=\"CrashRecovery\" />\n" 639 " <Property name=\"ForceSingleColumnMenus\" />\n" 640 " </PropertyGroup>\n" 642 " <PropertyGroup label=\"GUI Font\">\n" 643 " <Property name=\"GUIOverrideFont\"/>\n" 644 " <Property name=\"GUIFontSize\" />\n" 645 " </PropertyGroup>\n" 647 " <PropertyGroup label=\"View Options\">\n" 648 " <Property name=\"DefaultViewType\" />\n" 649 " <Property name=\"ScreenPixelsPerInch\" />\n" 650 " </PropertyGroup>\n" 652 " <PropertyGroup label=\"Properties Panel Options\">\n" 653 " <Property name=\"AutoApply\" />\n" 654 " <Property name=\"AutoApplyActiveOnly\" />\n" 655 " <Property name=\"LoadAllVariables\" />\n" 656 " <Property name=\"LoadNoChartVariables\" />\n" 657 " </PropertyGroup>\n" 659 " <PropertyGroup label=\"Color/Opacity Map Range Options\">\n" 660 " <Property name=\"TransferFunctionResetMode\" />\n" 661 " <Property name=\"ScalarBarMode\" />\n" 662 " </PropertyGroup>\n" 664 " <PropertyGroup label=\"Data Processing Options\">\n" 665 " <Property name=\"AutoConvertProperties\" />\n" 666 " <Property name=\"BlockColorsDistinctValues\" />\n" 667 " </PropertyGroup>\n" 669 " <PropertyGroup label=\"Multicore Support\">\n" 671 " On multicore systems, ParaView can run parallel pvserver processes automatically,\n" 672 " without you having to launch them manually for processing data in parallel.\n" 673 " </Documentation>\n" 674 " <Property name=\"EnableAutoMPI\" />\n" 675 " <Property name=\"AutoMPILimit\" />\n" 676 " </PropertyGroup>\n" 678 " <PropertyGroup label=\"Animation\">\n" 679 " <Property name=\"CacheGeometryForAnimation\" />\n" 681 " <Property name=\"AnimationGeometryCacheLimit\" />\n" 683 " <Property name=\"AnimationTimePrecision\" />\n" 684 " <Property name=\"AnimationTimeNotation\" />\n" 685 " <Property name=\"ShowAnimationShortcuts\" />\n" 686 " </PropertyGroup>\n" 688 " <PropertyGroup label=\"Miscellaneous\">\n" 689 " <Property name=\"ResetDisplayEmptyViews\" />\n" 690 " <Property name=\"RealNumberDisplayedNotation\" />\n" 691 " <Property name=\"RealNumberDisplayedPrecision\" />\n" 692 " <Property name=\"InheritRepresentationProperties\" />\n" 693 " <Property name=\"DefaultTimeStep\" />\n" 694 " <Property name=\"MaximumNumberOfDataRepresentationLabels\" />\n" 695 " <Property name=\"IgnoreNegativeLogAxisWarning\" />\n" 696 " </PropertyGroup>\n" 698 " <UseDocumentationForLabels />\n" 700 " </SettingsProxy>\n" 702 "</ServerManagerConfiguration>\n" 713 char* res =
new char[ len + 1];
717 assert(offset == len);
725 "<ServerManagerConfiguration>\n" 726 " <ProxyGroup name=\"internal_filters\">\n" 727 " <!-- ==================================================================== -->\n" 728 " <SourceProxy class=\"vtkExtractSelectionRange\"\n" 729 " label=\"Extract Selection Range (internal)\"\n" 730 " name=\"ExtractSelectionRange\">\n" 732 " This filter extracts the range of a given set of cells or points given\n" 733 " a selection. The selection can be obtained from a rubber-band selection\n" 734 " (either point, cell, visible or in a frustum) and passed to the filter or\n" 735 " specified by providing an ID list. This is an internal filter.\n" 736 " </Documentation>\n" 737 " <InputProperty command=\"SetInputConnection\"\n" 739 " port_index=\"0\">\n" 740 " <ProxyGroupDomain name=\"groups\">\n" 741 " <Group name=\"sources\" />\n" 742 " <Group name=\"filters\" />\n" 743 " </ProxyGroupDomain>\n" 744 " <DataTypeDomain name=\"input_type\">\n" 745 " <DataType value=\"vtkDataObject\" />\n" 746 " </DataTypeDomain>\n" 748 " The input from which the selection is\n" 750 " </Documentation>\n" 751 " </InputProperty>\n" 752 " <InputProperty command=\"SetInputConnection\"\n" 753 " name=\"Selection\"\n" 754 " port_index=\"1\">\n" 755 " <ProxyGroupDomain name=\"groups\">\n" 756 " <Group name=\"sources\" />\n" 757 " <Group name=\"filters\" />\n" 758 " </ProxyGroupDomain>\n" 759 " <DataTypeDomain name=\"input_type\">\n" 760 " <DataType value=\"vtkSelection\" />\n" 761 " </DataTypeDomain>\n" 763 " The input that provides the selection\n" 765 " </Documentation>\n" 766 " </InputProperty>\n" 767 " <StringVectorProperty command=\"SetArrayName\"\n" 768 " name=\"ArrayName\"\n" 769 " number_of_elements=\"1\">\n" 771 " This property indicates the name of the scalar array\n" 772 " used to compute the range.\n" 773 " </Documentation>\n" 774 " </StringVectorProperty>\n" 775 " <IntVectorProperty command=\"SetFieldType\"\n" 776 " default_values=\"0\"\n" 777 " is_internal=\"1\"\n" 778 " name=\"FieldType\"\n" 779 " number_of_elements=\"1\">\n" 781 " Set the field type of the selection.\n" 782 " </Documentation>\n" 783 " </IntVectorProperty>\n" 784 " <IntVectorProperty command=\"SetComponent\"\n" 785 " default_values=\"0\"\n" 786 " is_internal=\"1\"\n" 787 " name=\"Component\"\n" 788 " number_of_elements=\"1\">\n" 790 " Select the component of the selection.\n" 791 " </Documentation>\n" 792 " </IntVectorProperty>\n" 793 " <DoubleVectorProperty command=\"GetRange\"\n" 794 " default_values=\"0 0\"\n" 795 " information_only=\"1\"\n" 797 " number_of_elements=\"2\">\n" 798 " </DoubleVectorProperty>\n" 799 " <!-- End ExtractSelectionRange -->\n" 801 " <!-- end of internal_filters -->\n" 804 " <ProxyGroup name=\"filters\">\n" 806 " <!-- ==================================================================== -->\n" 807 " <SourceProxy class=\"vtkPVExtractSelection\"\n" 808 " label=\"Extract Selection (internal)\"\n" 809 " name=\"PVExtractSelection\">\n" 811 " This filter extracts a given set of cells or points given\n" 812 " a selection. The selection can be obtained from a rubber-band selection\n" 813 " (either point, cell, visible or in a frustum) and passed to the filter or\n" 814 " specified by providing an ID list. This is an internal filter, use\n" 815 " \"ExtractSelection\" instead.\n" 816 " </Documentation>\n" 817 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 818 " command=\"SetInputConnection\"\n" 820 " <ProxyGroupDomain name=\"groups\">\n" 821 " <Group name=\"sources\" />\n" 822 " <Group name=\"filters\" />\n" 823 " </ProxyGroupDomain>\n" 824 " <DataTypeDomain name=\"input_type\">\n" 825 " <DataType value=\"vtkDataSet\" />\n" 826 " </DataTypeDomain>\n" 828 " The input from which the selection is\n" 830 " </Documentation>\n" 831 " </InputProperty>\n" 832 " <InputProperty clean_command=\"RemoveAllSelectionsInputs\"\n" 833 " command=\"SetSelectionConnection\"\n" 834 " name=\"Selection\">\n" 835 " <ProxyGroupDomain name=\"groups\">\n" 836 " <Group name=\"sources\" />\n" 837 " <Group name=\"filters\" />\n" 838 " </ProxyGroupDomain>\n" 839 " <DataTypeDomain name=\"input_type\">\n" 840 " <DataType value=\"vtkSelection\" />\n" 841 " </DataTypeDomain>\n" 843 " The input that provides the selection\n" 845 " </Documentation>\n" 846 " </InputProperty>\n" 847 " <!-- End ExtractSelection -->\n" 850 " <!-- ==================================================================== -->\n" 851 " <SourceProxy class=\"vtkPConvertSelection\"\n" 852 " name=\"ConvertSelection\">\n" 853 " <Documentation>Converts a selection from one type to\n" 854 " another.</Documentation>\n" 855 " <InputProperty command=\"SetInputConnection\"\n" 856 " name=\"DataInput\"\n" 857 " port_index=\"1\">\n" 858 " <DataTypeDomain name=\"input_type\">\n" 859 " <DataType value=\"vtkDataObject\" />\n" 860 " </DataTypeDomain>\n" 861 " <Documentation>Set the vtkDataObject input used to convert the\n" 862 " selection.</Documentation>\n" 863 " </InputProperty>\n" 864 " <InputProperty command=\"SetInputConnection\"\n" 866 " port_index=\"0\">\n" 867 " <DataTypeDomain name=\"input_type\">\n" 868 " <DataType value=\"vtkSelection\" />\n" 869 " </DataTypeDomain>\n" 870 " <Documentation>Set the selection to convert.</Documentation>\n" 871 " </InputProperty>\n" 872 " <IntVectorProperty command=\"SetOutputType\"\n" 873 " default_values=\"5\"\n" 874 " name=\"OutputType\"\n" 875 " number_of_elements=\"1\">\n" 876 " <Documentation>Set the ContentType for the output.</Documentation>\n" 877 " <EnumerationDomain name=\"enum\">\n" 878 " <Entry text=\"SELECTIONS\"\n" 880 " <Entry text=\"GLOBALIDs\"\n" 882 " <Entry text=\"PEDIGREEIDS\"\n" 884 " <Entry text=\"VALUES\"\n" 886 " <Entry text=\"INDICES\"\n" 888 " <Entry text=\"FRUSTUM\"\n" 890 " <Entry text=\"LOCATION\"\n" 892 " <Entry text=\"THRESHOLDS\"\n" 894 " </EnumerationDomain>\n" 895 " </IntVectorProperty>\n" 896 " <StringVectorProperty clean_command=\"ClearArrayNames\"\n" 897 " command=\"AddArrayName\"\n" 898 " element_types=\"2\"\n" 899 " name=\"ArrayNames\"\n" 900 " number_of_elements_per_command=\"1\"\n" 901 " repeat_command=\"1\" />\n" 902 " <IntVectorProperty command=\"SetMatchAnyValues\"\n" 903 " default_values=\"0\"\n" 904 " name=\"MatchAnyValues\"\n" 905 " number_of_elements=\"1\">\n" 906 " <BooleanDomain name=\"bool\" />\n" 907 " </IntVectorProperty>\n" 908 " <IntVectorProperty command=\"SetAllowMissingArray\"\n" 909 " default_values=\"0\"\n" 910 " name=\"AllowMissingArray\"\n" 911 " number_of_elements=\"1\">\n" 912 " <BooleanDomain name=\"bool\" />\n" 913 " </IntVectorProperty>\n" 914 " <!-- End of ConvertSelection -->\n" 917 " <!-- ==================================================================== -->\n" 918 " <SourceProxy class=\"vtkPVSingleOutputExtractSelection\"\n" 919 " label=\"Extract Selection\"\n" 920 " name=\"ExtractSelection\">\n" 921 " <Documentation long_help=\"Extract different type of selections.\"\n" 922 " short_help=\"Extract different type of selections.\">This\n" 923 " filter extracts a set of cells/points given a selection.\n" 924 " The selection can be obtained from a rubber-band selection\n" 925 " (either cell, visible or in a frustum) or threshold\n" 926 " selection and passed to the filter or specified by\n" 927 " providing an ID list.</Documentation>\n" 928 " <InputProperty command=\"SetInputConnection\"\n" 930 " <ProxyGroupDomain name=\"groups\">\n" 931 " <Group name=\"sources\" />\n" 932 " <Group name=\"filters\" />\n" 933 " </ProxyGroupDomain>\n" 934 " <DataTypeDomain name=\"input_type\">\n" 935 " <DataType value=\"vtkDataSet\" />\n" 936 " <DataType value=\"vtkTable\" />\n" 937 " </DataTypeDomain>\n" 938 " <Documentation>This property specifies the input from which the\n" 939 " selection is extracted.</Documentation>\n" 940 " </InputProperty>\n" 941 " <InputProperty command=\"SetSelectionConnection\"\n" 942 " name=\"Selection\"\n" 943 " panel_visibility=\"default\">\n" 944 " <ProxyGroupDomain name=\"groups\">\n" 945 " <Group name=\"sources\" />\n" 946 " <Group name=\"filters\" />\n" 947 " </ProxyGroupDomain>\n" 948 " <DataTypeDomain name=\"input_type\">\n" 949 " <DataType value=\"vtkSelection\" />\n" 950 " </DataTypeDomain>\n" 951 " <Documentation>The input that provides the selection\n" 952 " object.</Documentation>\n" 954 " <!-- This tag alerts the auto-generated panels and input selection\n" 955 " that this input is a selection. It should use the special\n" 956 " selection GUI. -->\n" 957 " <SelectionInput />\n" 959 " </InputProperty>\n" 960 " <IntVectorProperty command=\"SetPreserveTopology\"\n" 961 " default_values=\"0\"\n" 962 " name=\"PreserveTopology\"\n" 963 " number_of_elements=\"1\">\n" 964 " <BooleanDomain name=\"bool\" />\n" 965 " <Documentation>If this property is set to 1 the output preserves the\n" 966 " topology of its input and adds an insidedness array to mark which cells\n" 967 " are inside or out. If 0 then the output is an unstructured grid which\n" 968 " contains only the subset of cells that are inside.</Documentation>\n" 969 " </IntVectorProperty>\n" 971 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n" 973 " <!-- End of ExtractSelection -->\n" 976 " <!-- end of filters -->\n" 979 " <ProxyGroup name=\"sources\">\n" 980 " <!-- ==================================================================== -->\n" 981 " <SourceProxy class=\"vtkQuerySelectionSource\"\n" 982 " name=\"SelectionQuerySource\">\n" 983 " <IntVectorProperty command=\"SetFieldType\"\n" 984 " default_values=\"0\"\n" 985 " name=\"FieldType\"\n" 986 " number_of_elements=\"1\">\n" 987 " <Documentation>The location of the array the selection came from (ex,\n" 988 " point, cell).</Documentation>\n" 989 " <EnumerationDomain name=\"enum\">\n" 990 " <Entry text=\"CELL\"\n" 992 " <Entry text=\"POINT\"\n" 994 " <Entry text=\"FIELD\"\n" 996 " <Entry text=\"VERTEX\"\n" 998 " <Entry text=\"EDGE\"\n" 1000 " <Entry text=\"ROW\"\n" 1002 " </EnumerationDomain>\n" 1003 " </IntVectorProperty>\n" 1004 " <StringVectorProperty command=\"SetQueryString\"\n" 1005 " default_values=\"\"\n" 1006 " name=\"QueryString\"\n" 1007 " number_of_elements=\"1\"\n" 1008 " panel_visibility=\"default\"></StringVectorProperty>\n" 1009 " <IntVectorProperty command=\"SetCompositeIndex\"\n" 1010 " default_values=\"-1\"\n" 1011 " name=\"CompositeIndex\"\n" 1012 " number_of_elements=\"1\"></IntVectorProperty>\n" 1013 " <IntVectorProperty command=\"SetHierarchicalLevel\"\n" 1014 " default_values=\"-1\"\n" 1015 " name=\"HierarchicalLevel\"\n" 1016 " number_of_elements=\"1\"></IntVectorProperty>\n" 1017 " <IntVectorProperty command=\"SetHierarchicalIndex\"\n" 1018 " default_values=\"-1\"\n" 1019 " name=\"HierarchicalIndex\"\n" 1020 " number_of_elements=\"1\"></IntVectorProperty>\n" 1021 " <IntVectorProperty command=\"SetProcessID\"\n" 1022 " default_values=\"-1\"\n" 1023 " name=\"ProcessID\"\n" 1024 " number_of_elements=\"1\"></IntVectorProperty>\n" 1025 " <StringVectorProperty command=\"GetUserFriendlyText\"\n" 1026 " information_only=\"1\"\n" 1027 " name=\"UserFriendlyText\">\n" 1028 " <SimpleStringInformationHelper />\n" 1029 " <Documentation>Reconstructs the query as a user friendly text, e.g., \"IDs\n" 1030 " >= 12\".</Documentation>\n" 1031 " </StringVectorProperty>\n" 1032 " <IntVectorProperty command=\"SetInverse\"\n" 1033 " default_values=\"0\"\n" 1034 " name=\"InsideOut\"\n" 1035 " number_of_elements=\"1\">\n" 1036 " <BooleanDomain name=\"bool\" />\n" 1037 " <Documentation>When this property is false the selection describes\n" 1038 " everything that should be extracted. When this is true the selection\n" 1039 " describes everything that should NOT be extracted.</Documentation>\n" 1040 " </IntVectorProperty>\n" 1041 " <IntVectorProperty command=\"SetNumberOfLayers\"\n" 1042 " default_values=\"0\"\n" 1043 " name=\"NumberOfLayers\"\n" 1044 " number_of_elements=\"1\">\n" 1045 " <Documentation>Specify the number of layers of connected elements\n" 1046 " to include in the selection.</Documentation>\n" 1047 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 1048 " </IntVectorProperty>\n" 1049 " <!-- end of SelectionQuerySource -->\n" 1051 " <!-- ==================================================================== -->\n" 1052 " <Proxy name=\"SelectionSourceBase\">\n" 1053 " <Documentation>Internal proxy used to define the common API for Selection\n" 1054 " Source proxies. Do not use.</Documentation>\n" 1055 " <IntVectorProperty command=\"SetFieldType\"\n" 1056 " default_values=\"0\"\n" 1057 " name=\"FieldType\"\n" 1058 " number_of_elements=\"1\">\n" 1059 " <Documentation>The location of the array the selection came from (ex,\n" 1064 " point, cell).</Documentation>\n" 1065 " <EnumerationDomain name=\"enum\">\n" 1066 " <Entry text=\"CELL\"\n" 1068 " <Entry text=\"POINT\"\n" 1070 " <Entry text=\"FIELD\"\n" 1072 " <Entry text=\"VERTEX\"\n" 1074 " <Entry text=\"EDGE\"\n" 1076 " <Entry text=\"ROW\"\n" 1078 " </EnumerationDomain>\n" 1079 " </IntVectorProperty>\n" 1080 " <IntVectorProperty command=\"SetContainingCells\"\n" 1081 " default_values=\"0\"\n" 1082 " name=\"ContainingCells\"\n" 1083 " number_of_elements=\"1\">\n" 1084 " <Documentation>When field type is POINT, this controls whether single\n" 1085 " vertex cells will be produced for each selected point, or whether the\n" 1086 " cells that contain each selected point will be produced. When field\n" 1087 " type is CELL this has no effect.</Documentation>\n" 1088 " <BooleanDomain name=\"bool\" />\n" 1089 " </IntVectorProperty>\n" 1090 " <IntVectorProperty command=\"SetInverse\"\n" 1091 " default_values=\"0\"\n" 1092 " name=\"InsideOut\"\n" 1093 " number_of_elements=\"1\">\n" 1094 " <BooleanDomain name=\"bool\" />\n" 1095 " <Documentation>When this property is false the selection describes\n" 1096 " everything that should be extracted. When this is true the selection\n" 1097 " describes everything that should NOT be extracted.</Documentation>\n" 1098 " </IntVectorProperty>\n" 1099 " <IntVectorProperty command=\"SetNumberOfLayers\"\n" 1100 " default_values=\"0\"\n" 1101 " name=\"NumberOfLayers\"\n" 1102 " number_of_elements=\"1\">\n" 1103 " <Documentation>Specify the number of layers of connected elements\n" 1104 " to include in the selection.</Documentation>\n" 1105 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 1106 " </IntVectorProperty>\n" 1108 " <!-- ==================================================================== -->\n" 1109 " <SourceProxy base_proxygroup=\"sources\"\n" 1110 " base_proxyname=\"SelectionSourceBase\"\n" 1111 " class=\"vtkPVSelectionSource\"\n" 1112 " name=\"BlockSelectionSource\"\n" 1113 " processes=\"client|renderserver|dataserver\">\n" 1114 " <Documentation>BlockSelectionSource is a source producing a block-based\n" 1115 " selection used to select blocks from a composite dataset.</Documentation>\n" 1116 " <IdTypeVectorProperty clean_command=\"RemoveAllBlocks\"\n" 1117 " command=\"AddBlock\"\n" 1118 " label=\"Blocks\"\n" 1119 " name=\"Blocks\"\n" 1120 " number_of_elements=\"0\"\n" 1121 " number_of_elements_per_command=\"1\"\n" 1122 " repeat_command=\"1\">\n" 1123 " <Documentation>The list of blocks that will be added to the selection\n" 1124 " produced by the selection source. The blocks are identified using their\n" 1125 " composite index (flat index).</Documentation>\n" 1126 " </IdTypeVectorProperty>\n" 1127 " <!-- End of BlockSelectionSource -->\n" 1129 " <!-- ==================================================================== -->\n" 1130 " <SourceProxy base_proxygroup=\"sources\"\n" 1131 " base_proxyname=\"SelectionSourceBase\"\n" 1132 " class=\"vtkPVSelectionSource\"\n" 1133 " name=\"FrustumSelectionSource\"\n" 1134 " processes=\"client|renderserver|dataserver\">\n" 1135 " <Documentation>FrustumSelectionSource is a source producing a frustum\n" 1136 " selection.</Documentation>\n" 1137 " <DoubleVectorProperty argument_is_array=\"1\"\n" 1138 " command=\"AddFrustum\"\n" 1139 " default_values=\"0.0 0.0 1.0 0.0\n" 1140 " 0.0 0.0 0.0 0.0\n" 1141 " 0.0 1.0 1.0 0.0\n" 1142 " 0.0 1.0 0.0 0.0\n" 1143 " 1.0 0.0 1.0 0.0\n" 1144 " 1.0 0.0 0.0 0.0\n" 1145 " 1.0 1.0 1.0 0.0\n" 1146 " 1.0 1.0 0.0 0.0\"\n" 1147 " label=\"Frustum\"\n" 1148 " name=\"Frustum\"\n" 1149 " number_of_elements=\"32\">\n" 1150 " <Documentation>Vertices that define a frustum for the selection\n" 1151 " source.</Documentation>\n" 1152 " </DoubleVectorProperty>\n" 1153 " <!-- End of FrustumSelectionSource -->\n" 1155 " <!-- ==================================================================== -->\n" 1156 " <SourceProxy base_proxygroup=\"sources\"\n" 1157 " base_proxyname=\"SelectionSourceBase\"\n" 1158 " class=\"vtkPVSelectionSource\"\n" 1159 " name=\"GlobalIDSelectionSource\"\n" 1160 " processes=\"client|renderserver|dataserver\">\n" 1161 " <Documentation>GlobalIDSelectionSource is a source producing a global ID\n" 1162 " based selection.</Documentation>\n" 1163 " <IdTypeVectorProperty clean_command=\"RemoveAllGlobalIDs\"\n" 1164 " command=\"AddGlobalID\"\n" 1165 " label=\"Global IDs\"\n" 1167 " number_of_elements=\"0\"\n" 1168 " number_of_elements_per_command=\"1\"\n" 1169 " repeat_command=\"1\">\n" 1170 " <Documentation>The list of IDs that will be added to the selection\n" 1171 " produced by the selection source.</Documentation>\n" 1172 " </IdTypeVectorProperty>\n" 1173 " <!-- End of GlobalIDSelectionSource -->\n" 1175 " <!-- ==================================================================== -->\n" 1176 " <SourceProxy base_proxygroup=\"sources\"\n" 1177 " base_proxyname=\"SelectionSourceBase\"\n" 1178 " class=\"vtkPVSelectionSource\"\n" 1179 " name=\"PedigreeIDSelectionSource\"\n" 1180 " processes=\"client|renderserver|dataserver\">\n" 1181 " <Documentation>PedigreeIDSelectionSource is a source producing a pedigree\n" 1182 " ID based selection.</Documentation>\n" 1183 " <StringVectorProperty clean_command=\"RemoveAllPedigreeIDs\"\n" 1184 " command=\"AddPedigreeID\"\n" 1185 " default_values=\"id 0\"\n" 1186 " element_types=\"2 0\"\n" 1187 " label=\"Pedigree IDs\"\n" 1189 " number_of_elements=\"2\"\n" 1190 " number_of_elements_per_command=\"2\"\n" 1191 " repeat_command=\"1\">\n" 1192 " <Documentation>The list of integer IDs that will be added to the\n" 1193 " selection produced by the selection source, specified by the pair\n" 1194 " (domain, id).</Documentation>\n" 1195 " </StringVectorProperty>\n" 1196 " <StringVectorProperty clean_command=\"RemoveAllPedigreeStringIDs\"\n" 1197 " command=\"AddPedigreeStringID\"\n" 1198 " default_values=\"id foo\"\n" 1199 " element_types=\"2 2\"\n" 1200 " label=\"Pedigree String IDs\"\n" 1201 " name=\"StringIDs\"\n" 1202 " number_of_elements=\"2\"\n" 1203 " number_of_elements_per_command=\"2\"\n" 1204 " repeat_command=\"1\">\n" 1205 " <Documentation>The list of string IDs that will be added to the\n" 1206 " selection produced by the selection source, specified by the pair\n" 1207 " (domain, id).</Documentation>\n" 1208 " </StringVectorProperty>\n" 1209 " <!-- End of PedigreeIDSelectionSource -->\n" 1211 " <!-- ==================================================================== -->\n" 1212 " <SourceProxy base_proxygroup=\"sources\"\n" 1213 " base_proxyname=\"SelectionSourceBase\"\n" 1214 " class=\"vtkPVSelectionSource\"\n" 1215 " name=\"IDSelectionSource\"\n" 1216 " processes=\"client|renderserver|dataserver\">\n" 1217 " <Documentation>IDSelectionSource is a source producing a ID based\n" 1218 " selection. This cannot be used for selecting composite\n" 1219 " datasets.</Documentation>\n" 1220 " <IdTypeVectorProperty clean_command=\"RemoveAllIDs\"\n" 1221 " command=\"AddID\"\n" 1223 " number_of_elements=\"0\"\n" 1224 " number_of_elements_per_command=\"2\"\n" 1225 " repeat_command=\"1\">\n" 1226 " <Documentation>The list of IDs that will be added to the selection\n" 1227 " produced by the selection source. This takes pairs of values as\n" 1228 " (process number, id).</Documentation>\n" 1229 " </IdTypeVectorProperty>\n" 1230 " <!-- End of IDSelectionSource -->\n" 1232 " <!-- ==================================================================== -->\n" 1233 " <SourceProxy base_proxygroup=\"sources\"\n" 1234 " base_proxyname=\"SelectionSourceBase\"\n" 1235 " class=\"vtkPVSelectionSource\"\n" 1236 " name=\"ValueSelectionSource\"\n" 1237 " processes=\"client|renderserver|dataserver\">\n" 1238 " <Documentation>ValueSelectionSource is a source producing a value based\n" 1239 " selection. This cannot be used for selecting composite\n" 1240 " datasets.</Documentation>\n" 1241 " <IdTypeVectorProperty clean_command=\"RemoveAllValues\"\n" 1242 " command=\"AddValue\"\n" 1243 " name=\"Values\"\n" 1244 " number_of_elements=\"0\"\n" 1245 " number_of_elements_per_command=\"2\"\n" 1246 " repeat_command=\"1\">\n" 1247 " <Documentation>The list of Values that will be added to the selection\n" 1248 " produced by the selection source. This takes pairs of values as\n" 1249 " (process number, value).</Documentation>\n" 1250 " </IdTypeVectorProperty>\n" 1251 " <StringVectorProperty command=\"SetArrayName\"\n" 1252 " name=\"ArrayName\"\n" 1253 " number_of_elements=\"1\">\n" 1254 " </StringVectorProperty>\n" 1255 " <!-- End of ValueSelectionSource -->\n" 1257 " <!-- ==================================================================== -->\n" 1259 " <SourceProxy base_proxygroup=\"sources\"\n" 1260 " base_proxyname=\"SelectionSourceBase\"\n" 1261 " class=\"vtkPVSelectionSource\"\n" 1262 " name=\"CompositeDataIDSelectionSource\"\n" 1263 " processes=\"client|renderserver|dataserver\">\n" 1264 " <Documentation>CompositeDataIDSelectionSource used to create an ID based\n" 1265 " selection for composite datasets (Multiblock or HierarchicalBox\n" 1266 " dataset).</Documentation>\n" 1267 " <IdTypeVectorProperty clean_command=\"RemoveAllCompositeIDs\"\n" 1268 " command=\"AddCompositeID\"\n" 1270 " number_of_elements=\"0\"\n" 1271 " number_of_elements_per_command=\"3\"\n" 1272 " repeat_command=\"1\">\n" 1273 " <Documentation>The list of IDs that will be added to the selection\n" 1274 " produced by the selection source. This takes 3-tuple of values as\n" 1275 " (flat-index, process number, id).</Documentation>\n" 1276 " </IdTypeVectorProperty>\n" 1277 " <!-- End of CompositeDataIDSelectionSource -->\n" 1279 " <!-- ==================================================================== -->\n" 1280 " <SourceProxy base_proxygroup=\"sources\"\n" 1281 " base_proxyname=\"SelectionSourceBase\"\n" 1282 " class=\"vtkPVSelectionSource\"\n" 1283 " name=\"HierarchicalDataIDSelectionSource\"\n" 1284 " processes=\"client|renderserver|dataserver\">\n" 1285 " <Documentation>HierarchicalDataIDSelectionSource used to create an ID\n" 1286 " based selection for HierarchicalBox datasets.</Documentation>\n" 1287 " <IdTypeVectorProperty clean_command=\"RemoveAllHierarchicalIDs\"\n" 1288 " command=\"AddHierarhicalID\"\n" 1290 " number_of_elements=\"0\"\n" 1291 " number_of_elements_per_command=\"3\"\n" 1292 " repeat_command=\"1\">\n" 1293 " <Documentation>The list of IDs that will be added to the selection\n" 1294 " produced by the selection source. This takes 3-tuple of values as\n" 1295 " (level, index, id).</Documentation>\n" 1296 " </IdTypeVectorProperty>\n" 1297 " <!-- End of HierarchicalDataIDSelectionSource -->\n" 1299 " <!-- ==================================================================== -->\n" 1300 " <SourceProxy base_proxygroup=\"sources\"\n" 1301 " base_proxyname=\"SelectionSourceBase\"\n" 1302 " class=\"vtkPVSelectionSource\"\n" 1303 " name=\"ThresholdSelectionSource\"\n" 1304 " processes=\"client|renderserver|dataserver\">\n" 1305 " <Documentation>ThresholdSelectionSource is used to create a threshold\n" 1306 " based selection.</Documentation>\n" 1307 " <DoubleVectorProperty clean_command=\"RemoveAllThresholds\"\n" 1308 " command=\"AddThreshold\"\n" 1309 " name=\"Thresholds\"\n" 1310 " number_of_elements=\"0\"\n" 1311 " number_of_elements_per_command=\"2\"\n" 1312 " repeat_command=\"1\">\n" 1313 " <Documentation>The list of thresholds that will be added to the\n" 1314 " selection produced by the selection source.</Documentation>\n" 1315 " </DoubleVectorProperty>\n" 1316 " <StringVectorProperty command=\"SetArrayName\"\n" 1317 " default_values=\"none\"\n" 1318 " name=\"ArrayName\"\n" 1319 " number_of_elements=\"1\">\n" 1320 " <Documentation>For threshold and value selection, this controls the\n" 1321 " name of the scalar array that will be thresholded\n" 1322 " within.</Documentation>\n" 1323 " </StringVectorProperty>\n" 1324 " <!-- End of ThresholdSelectionSource -->\n" 1326 " <!-- ==================================================================== -->\n" 1327 " <SourceProxy base_proxygroup=\"sources\"\n" 1328 " base_proxyname=\"SelectionSourceBase\"\n" 1329 " class=\"vtkPVSelectionSource\"\n" 1330 " name=\"LocationSelectionSource\"\n" 1331 " processes=\"client|renderserver|dataserver\">\n" 1332 " <Documentation>LocationSelectionSource is used to create a location based\n" 1333 " selection.</Documentation>\n" 1334 " <DoubleVectorProperty clean_command=\"RemoveAllLocations\"\n" 1335 " command=\"AddLocation\"\n" 1336 " name=\"Locations\"\n" 1337 " number_of_elements=\"0\"\n" 1338 " number_of_elements_per_command=\"3\"\n" 1339 " repeat_command=\"1\">\n" 1340 " <Documentation>The list of locations that will be added to the\n" 1341 " selection produced by the selection source.</Documentation>\n" 1342 " </DoubleVectorProperty>\n" 1343 " <!-- End of LocationSelectionSource -->\n" 1346 "</ServerManagerConfiguration>\n" 1357 char* res =
new char[ len + 1];
1361 assert(offset == len);
1369 "<ServerManagerConfiguration>\n" 1370 " <ProxyGroup name=\"filters\">\n" 1371 " <!-- ==================================================================== -->\n" 1372 " <SourceProxy class=\"vtkPVAMRDualClip\"\n" 1373 " label=\"AMR Dual Clip\"\n" 1374 " name=\"AMRDualClip\">\n" 1375 " <Documentation long_help=\"Clip with scalars. Tetrahedra.\"\n" 1376 " short_help=\"Clip with decimation.\"></Documentation>\n" 1377 " <InputProperty command=\"SetInputConnection\"\n" 1378 " name=\"Input\">\n" 1379 " <ProxyGroupDomain name=\"groups\">\n" 1380 " <Group name=\"sources\" />\n" 1381 " <Group name=\"filters\" />\n" 1382 " </ProxyGroupDomain>\n" 1383 " <DataTypeDomain name=\"input_type\">\n" 1384 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 1385 " </DataTypeDomain>\n" 1386 " <Documentation>This property specifies the input of the\n" 1387 " filter.</Documentation>\n" 1388 " <InputArrayDomain attribute_type=\"cell\"\n" 1389 " name=\"input_array\"\n" 1390 " number_of_components=\"1\" />\n" 1391 " </InputProperty>\n" 1392 " <StringVectorProperty clean_command=\"ClearInputCellArrayToProcess\"\n" 1393 " command=\"AddInputCellArrayToProcess\"\n" 1394 " name=\"SelectMaterialArrays\"\n" 1395 " number_of_elements=\"1\"\n" 1396 " repeat_command=\"1\">\n" 1397 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1398 " data_type=\"VTK_UNSIGNED_CHAR\"\n" 1399 " name=\"array_list\">\n" 1400 " <RequiredProperties>\n" 1401 " <Property function=\"Input\"\n" 1402 " name=\"Input\" />\n" 1403 " </RequiredProperties>\n" 1404 " </ArrayListDomain>\n" 1408 " <Documentation>This property specifies the cell arrays from which the\n" 1409 " clip filter will compute clipped cells.</Documentation>\n" 1410 " </StringVectorProperty>\n" 1411 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 1412 " default_values=\"0.1\"\n" 1413 " label=\"Volume Fraction Value\"\n" 1414 " name=\"VolumeFractionSurfaceValue\"\n" 1415 " number_of_elements=\"1\">\n" 1416 " <DoubleRangeDomain max=\"1.0\"\n" 1418 " name=\"scalar_range\" />\n" 1419 " <!--<RequiredProperties>\n" 1420 " <Property name=\"Input\" function=\"Input\"/>\n" 1421 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n" 1422 " </RequiredProperties>\n" 1423 " </ArrayRangeDomain>-->\n" 1424 " <Documentation>This property specifies the values at which to compute\n" 1425 " the isosurface.</Documentation>\n" 1426 " </DoubleVectorProperty>\n" 1427 " <IntVectorProperty animateable=\"1\"\n" 1428 " command=\"SetEnableInternalDecimation\"\n" 1429 " default_values=\"1\"\n" 1430 " name=\"InternalDecimation\"\n" 1431 " number_of_elements=\"1\">\n" 1432 " <BooleanDomain name=\"bool\" />\n" 1433 " <Documentation>If this property is on, internal tetrahedra are\n" 1434 " decimation</Documentation>\n" 1435 " </IntVectorProperty>\n" 1436 " <IntVectorProperty animateable=\"1\"\n" 1437 " command=\"SetEnableMultiProcessCommunication\"\n" 1438 " default_values=\"1\"\n" 1439 " name=\"MultiprocessCommunication\"\n" 1440 " number_of_elements=\"1\">\n" 1441 " <BooleanDomain name=\"bool\" />\n" 1442 " <Documentation>If this property is off, each process executes\n" 1443 " independently.</Documentation>\n" 1444 " </IntVectorProperty>\n" 1445 " <IntVectorProperty animateable=\"1\"\n" 1446 " command=\"SetEnableMergePoints\"\n" 1447 " default_values=\"1\"\n" 1448 " name=\"MergePoints\"\n" 1449 " number_of_elements=\"1\">\n" 1450 " <BooleanDomain name=\"bool\" />\n" 1451 " <Documentation>Use more memory to merge points on the boundaries of\n" 1452 " blocks.</Documentation>\n" 1453 " </IntVectorProperty>\n" 1454 " <!-- End PV AMR Dual Clip -->\n" 1456 " <!-- ==================================================================== -->\n" 1457 " <SourceProxy class=\"vtkPVAMRDualContour\"\n" 1458 " label=\"AMR Contour\"\n" 1459 " name=\"AMRDualContour\">\n" 1460 " <Documentation short_help=\"Iso surface cell array.\"></Documentation>\n" 1461 " <InputProperty command=\"SetInputConnection\"\n" 1462 " name=\"Input\">\n" 1463 " <ProxyGroupDomain name=\"groups\">\n" 1464 " <Group name=\"sources\" />\n" 1465 " <Group name=\"filters\" />\n" 1466 " </ProxyGroupDomain>\n" 1467 " <Documentation>This property specifies the input of the\n" 1468 " filter.</Documentation>\n" 1469 " <DataTypeDomain name=\"input_type\">\n" 1470 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 1471 " </DataTypeDomain>\n" 1472 " <InputArrayDomain attribute_type=\"cell\"\n" 1473 " name=\"input_array\"\n" 1474 " number_of_components=\"1\" />\n" 1475 " </InputProperty>\n" 1476 " <StringVectorProperty clean_command=\"ClearInputCellArrayToProcess\"\n" 1477 " command=\"AddInputCellArrayToProcess\"\n" 1478 " name=\"SelectMaterialArrays\"\n" 1479 " number_of_elements=\"1\"\n" 1480 " repeat_command=\"1\">\n" 1481 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1482 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n" 1483 " name=\"array_list\">\n" 1484 " <RequiredProperties>\n" 1485 " <Property function=\"Input\"\n" 1486 " name=\"Input\" />\n" 1487 " </RequiredProperties>\n" 1488 " </ArrayListDomain>\n" 1492 " <Documentation>This property specifies the cell arrays from which the\n" 1493 " contour filter will compute contour cells.</Documentation>\n" 1494 " </StringVectorProperty>\n" 1495 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 1496 " default_values=\"0.1\"\n" 1497 " label=\"Volume Fraction Value\"\n" 1498 " name=\"VolumeFractionSurfaceValue\"\n" 1499 " number_of_elements=\"1\">\n" 1500 " <DoubleRangeDomain max=\"1.0\"\n" 1502 " name=\"scalar_range\" />\n" 1503 " <!--<RequiredProperties>\n" 1504 " <Property name=\"Input\" function=\"Input\"/>\n" 1505 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n" 1506 " </RequiredProperties>\n" 1507 " </ArrayRangeDomain>-->\n" 1508 " <Documentation>This property specifies the values at which to compute\n" 1509 " the isosurface.</Documentation>\n" 1510 " </DoubleVectorProperty>\n" 1511 " <IntVectorProperty animateable=\"1\"\n" 1512 " command=\"SetEnableCapping\"\n" 1513 " default_values=\"1\"\n" 1514 " name=\"Capping\"\n" 1515 " number_of_elements=\"1\">\n" 1516 " <BooleanDomain name=\"bool\" />\n" 1517 " <Documentation>If this property is on, the the boundary of the data set\n" 1518 " is capped.</Documentation>\n" 1519 " </IntVectorProperty>\n" 1520 " <IntVectorProperty animateable=\"1\"\n" 1521 " command=\"SetEnableDegenerateCells\"\n" 1522 " default_values=\"1\"\n" 1523 " name=\"DegenerateCells\"\n" 1524 " number_of_elements=\"1\">\n" 1525 " <BooleanDomain name=\"bool\" />\n" 1526 " <Documentation>If this property is on, a transition mesh between levels\n" 1527 " is created.</Documentation>\n" 1528 " </IntVectorProperty>\n" 1529 " <IntVectorProperty animateable=\"1\"\n" 1530 " command=\"SetEnableMultiProcessCommunication\"\n" 1531 " default_values=\"1\"\n" 1532 " name=\"MultiprocessCommunication\"\n" 1533 " number_of_elements=\"1\">\n" 1534 " <BooleanDomain name=\"bool\" />\n" 1535 " <Documentation>If this property is off, each process executes\n" 1536 " independently.</Documentation>\n" 1537 " </IntVectorProperty>\n" 1538 " <IntVectorProperty animateable=\"1\"\n" 1539 " command=\"SetSkipGhostCopy\"\n" 1540 " default_values=\"1\"\n" 1541 " name=\"SkipGhostCopy\"\n" 1542 " number_of_elements=\"1\">\n" 1543 " <BooleanDomain name=\"bool\" />\n" 1544 " <Documentation>A simple test to see if ghost values are already set\n" 1545 " properly.</Documentation>\n" 1546 " </IntVectorProperty>\n" 1547 " <IntVectorProperty animateable=\"1\"\n" 1548 " command=\"SetTriangulateCap\"\n" 1549 " default_values=\"1\"\n" 1550 " name=\"Triangulate\"\n" 1551 " number_of_elements=\"1\">\n" 1552 " <BooleanDomain name=\"bool\" />\n" 1553 " <Documentation>Use triangles instead of quads on capping\n" 1554 " surfaces.</Documentation>\n" 1555 " </IntVectorProperty>\n" 1556 " <IntVectorProperty animateable=\"1\"\n" 1557 " command=\"SetEnableMergePoints\"\n" 1558 " default_values=\"1\"\n" 1559 " name=\"MergePoints\"\n" 1560 " number_of_elements=\"1\">\n" 1561 " <BooleanDomain name=\"bool\" />\n" 1562 " <Documentation>Use more memory to merge points on the boundaries of\n" 1563 " blocks.</Documentation>\n" 1564 " </IntVectorProperty>\n" 1565 " <!-- End AMR Dual Contour -->\n" 1567 " <!-- ==================================================================== -->\n" 1568 " <SourceProxy class=\"vtkPVAMRFragmentIntegration\"\n" 1569 " label=\"AMR Fragment Integration\"\n" 1570 " name=\"AMRFragmentIntegration\">\n" 1571 " <Documentation short_help=\"Fragment Integration\"></Documentation>\n" 1572 " <InputProperty command=\"SetInputConnection\"\n" 1573 " name=\"Input\">\n" 1574 " <ProxyGroupDomain name=\"groups\">\n" 1575 " <Group name=\"sources\" />\n" 1576 " <Group name=\"filters\" />\n" 1577 " </ProxyGroupDomain>\n" 1578 " <Documentation>This property specifies the volume input of the\n" 1579 " filter.</Documentation>\n" 1580 " <DataTypeDomain name=\"input_type\">\n" 1581 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 1582 " </DataTypeDomain>\n" 1583 " <InputArrayDomain attribute_type=\"cell\"\n" 1584 " name=\"input_array\"\n" 1585 " number_of_components=\"1\" />\n" 1586 " </InputProperty>\n" 1587 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n" 1588 " command=\"AddInputVolumeArrayToProcess\"\n" 1589 " name=\"SelectMaterialArrays\"\n" 1590 " number_of_elements=\"1\"\n" 1591 " repeat_command=\"1\">\n" 1592 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1593 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n" 1594 " name=\"array_list\">\n" 1595 " <RequiredProperties>\n" 1596 " <Property function=\"Input\" name=\"Input\" />\n" 1597 " </RequiredProperties>\n" 1598 " </ArrayListDomain>\n" 1602 " <Documentation>This property specifies the cell arrays from which the\n" 1603 " analysis will determine fragments</Documentation>\n" 1604 " </StringVectorProperty>\n" 1605 " <StringVectorProperty clean_command=\"ClearInputMassArrayToProcess\"\n" 1606 " command=\"AddInputMassArrayToProcess\"\n" 1607 " name=\"SelectMassArrays\"\n" 1608 " number_of_elements=\"1\"\n" 1609 " repeat_command=\"1\">\n" 1610 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1611 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 1612 " name=\"array_list\">\n" 1613 " <RequiredProperties>\n" 1614 " <Property function=\"Input\" name=\"Input\" />\n" 1615 " </RequiredProperties>\n" 1616 " </ArrayListDomain>\n" 1620 " <Documentation>This property specifies the cell arrays from which the\n" 1621 " analysis will determine fragment mass</Documentation>\n" 1622 " </StringVectorProperty>\n" 1623 " <StringVectorProperty clean_command=\"ClearInputVolumeWeightedArrayToProcess\"\n" 1624 " command=\"AddInputVolumeWeightedArrayToProcess\"\n" 1625 " name=\"SelectVolumeWeightedArrays\"\n" 1626 " number_of_elements=\"1\"\n" 1627 " repeat_command=\"1\">\n" 1628 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1629 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 1630 " name=\"array_list\">\n" 1631 " <RequiredProperties>\n" 1632 " <Property function=\"Input\" name=\"Input\" />\n" 1633 " </RequiredProperties>\n" 1634 " </ArrayListDomain>\n" 1638 " <Documentation>This property specifies the cell arrays from which the\n" 1639 " analysis will determine volume weighted average values</Documentation>\n" 1640 " </StringVectorProperty>\n" 1641 " <StringVectorProperty clean_command=\"ClearInputMassWeightedArrayToProcess\"\n" 1642 " command=\"AddInputMassWeightedArrayToProcess\"\n" 1643 " name=\"SelectMassWeightedArrays\"\n" 1644 " number_of_elements=\"1\"\n" 1645 " repeat_command=\"1\">\n" 1646 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1647 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 1648 " name=\"array_list\">\n" 1649 " <RequiredProperties>\n" 1650 " <Property function=\"Input\" name=\"Input\" />\n" 1651 " </RequiredProperties>\n" 1652 " </ArrayListDomain>\n" 1656 " <Documentation>This property specifies the cell arrays from which the\n" 1657 " analysis will determine mass weighted average values</Documentation>\n" 1658 " </StringVectorProperty>\n" 1659 " <!-- End AMR Fragment Integration -->\n" 1661 " <!-- ==================================================================== -->\n" 1662 " <SourceProxy class=\"vtkAMRConnectivity\"\n" 1663 " label=\"AMR Connectivity\"\n" 1664 " name=\"AMRConnectivity\">\n" 1665 " <Documentation short_help=\"Fragment Identification\"></Documentation>\n" 1666 " <InputProperty command=\"SetInputConnection\"\n" 1667 " name=\"Input\">\n" 1668 " <ProxyGroupDomain name=\"groups\">\n" 1669 " <Group name=\"sources\" />\n" 1670 " <Group name=\"filters\" />\n" 1671 " </ProxyGroupDomain>\n" 1672 " <Documentation>This property specifies the volume input of the\n" 1673 " filter.</Documentation>\n" 1674 " <DataTypeDomain name=\"input_type\">\n" 1675 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 1676 " </DataTypeDomain>\n" 1677 " <InputArrayDomain attribute_type=\"cell\"\n" 1678 " name=\"input_array\"\n" 1679 " number_of_components=\"1\" />\n" 1680 " </InputProperty>\n" 1681 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n" 1682 " command=\"AddInputVolumeArrayToProcess\"\n" 1687 " name=\"SelectMaterialArrays\"\n" 1688 " number_of_elements=\"1\"\n" 1689 " repeat_command=\"1\">\n" 1690 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1691 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n" 1692 " name=\"array_list\">\n" 1693 " <RequiredProperties>\n" 1694 " <Property function=\"Input\" name=\"Input\" />\n" 1695 " </RequiredProperties>\n" 1696 " </ArrayListDomain>\n" 1700 " <Documentation>This property specifies the cell arrays from which the\n" 1701 " analysis will determine fragments</Documentation>\n" 1702 " </StringVectorProperty>\n" 1703 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 1704 " default_values=\"0.1\"\n" 1705 " label=\"Volume Fraction Value\"\n" 1706 " name=\"VolumeFractionSurfaceValue\"\n" 1707 " number_of_elements=\"1\">\n" 1708 " <DoubleRangeDomain max=\"1.0\"\n" 1710 " name=\"scalar_range\" />\n" 1711 " <!--<RequiredProperties>\n" 1712 " <Property name=\"Input\" function=\"Input\"/>\n" 1713 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n" 1714 " </RequiredProperties>\n" 1715 " </ArrayRangeDomain>-->\n" 1716 " <Documentation>This property specifies the values at which to compute\n" 1717 " the isosurface.</Documentation>\n" 1718 " </DoubleVectorProperty>\n" 1719 " <IntVectorProperty command=\"SetResolveBlocks\"\n" 1720 " default_values=\"1\"\n" 1721 " name=\"Resolve Blocks\"\n" 1722 " number_of_elements=\"1\">\n" 1723 " <BooleanDomain name=\"bool\" />\n" 1724 " <Documentation>Resolve the fragments between blocks.</Documentation>\n" 1725 " </IntVectorProperty>\n" 1726 " <IntVectorProperty command=\"SetPropagateGhosts\"\n" 1727 " default_values=\"0\"\n" 1728 " name=\"Propagate Ghosts\"\n" 1729 " number_of_elements=\"1\">\n" 1730 " <BooleanDomain name=\"bool\" />\n" 1731 " <Documentation>Propagate regionIds into the ghosts.</Documentation>\n" 1732 " </IntVectorProperty>\n" 1733 " <!-- End AMR Fragment Integration -->\n" 1735 " <!-- ==================================================================== -->\n" 1736 " <SourceProxy class=\"vtkAMRToMultiBlockFilter\"\n" 1737 " label=\"Convert AMR dataset to Multi-block\"\n" 1738 " name=\"AMRToMultiBlock\">\n" 1739 " <Documentation long_help=\"Convert AMR to Multiblock\"\n" 1740 " short_help=\"Convert AMR to Multiblock\"></Documentation>\n" 1741 " <InputProperty command=\"SetInputConnection\"\n" 1742 " name=\"Input\">\n" 1743 " <ProxyGroupDomain name=\"groups\">\n" 1744 " <Group name=\"sources\" />\n" 1745 " <Group name=\"filters\" />\n" 1746 " </ProxyGroupDomain>\n" 1747 " <DataTypeDomain name=\"input_type\">\n" 1748 " <DataType value=\"vtkOverlappingAMR\" />\n" 1749 " </DataTypeDomain>\n" 1750 " <Documentation>This property specifies the input for this\n" 1751 " filter.</Documentation>\n" 1752 " </InputProperty>\n" 1754 " <!-- ==================================================================== -->\n" 1755 " <SourceProxy class=\"vtkAMRCutPlane\"\n" 1756 " label=\"AMR CutPlane\"\n" 1757 " name=\"AMRCutPlane\">\n" 1758 " <Documentation long_help=\"Planar Cut of an AMR grid dataset\"\n" 1759 " short_help=\"Planar Cut of an AMR grid dataset\">This filter\n" 1760 " creates a cut-plane of the</Documentation>\n" 1761 " <InputProperty command=\"SetInputConnection\"\n" 1762 " name=\"Input\">\n" 1763 " <ProxyGroupDomain name=\"groups\">\n" 1764 " <Group name=\"sources\" />\n" 1765 " <Group name=\"filters\" />\n" 1766 " </ProxyGroupDomain>\n" 1767 " <DataTypeDomain name=\"input_type\">\n" 1768 " <DataType value=\"vtkOverlappingAMR\" />\n" 1769 " </DataTypeDomain>\n" 1770 " <Documentation>This property specifies the input for this\n" 1771 " filter.</Documentation>\n" 1772 " </InputProperty>\n" 1773 " <IntVectorProperty command=\"SetUseNativeCutter\"\n" 1774 " default_values=\"0\"\n" 1775 " name=\"UseNativeCutter\"\n" 1776 " number_of_elements=\"1\">\n" 1777 " <BooleanDomain name=\"bool\" />\n" 1778 " <Documentation>This property specifies whether the ParaView's generic\n" 1779 " dataset cutter is used instead of the specialized AMR\n" 1780 " cutter.</Documentation>\n" 1781 " </IntVectorProperty>\n" 1782 " <IntVectorProperty command=\"SetLevelOfResolution\"\n" 1783 " default_values=\"0\"\n" 1784 " name=\"LevelOfResolution\"\n" 1785 " number_of_elements=\"1\">\n" 1786 " <IntRangeDomain max=\"100\"\n" 1788 " name=\"range\" />\n" 1789 " <Documentation>Set maximum slice resolution.</Documentation>\n" 1790 " </IntVectorProperty>\n" 1791 " <DoubleVectorProperty animateable=\"1\"\n" 1792 " command=\"SetCenter\"\n" 1793 " default_values=\"0.5 0.5 0.5\"\n" 1794 " label=\"Center\"\n" 1795 " name=\"Center\"\n" 1796 " number_of_elements=\"3\"\n" 1797 " panel_visibility=\"never\">\n" 1798 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 1799 " <RequiredProperties>\n" 1800 " <Property function=\"Input\" name=\"Input\" />\n" 1801 " </RequiredProperties>\n" 1802 " </BoundsDomain>\n" 1803 " </DoubleVectorProperty>\n" 1804 " <DoubleVectorProperty animateable=\"1\"\n" 1805 " command=\"SetNormal\"\n" 1806 " default_values=\"0 0 1\"\n" 1807 " label=\"Normal\"\n" 1808 " name=\"Normal\"\n" 1809 " number_of_elements=\"3\"\n" 1810 " panel_visibility=\"never\"></DoubleVectorProperty>\n" 1811 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n" 1812 " <Property function=\"Origin\" name=\"Center\" />\n" 1813 " <Property function=\"Normal\" name=\"Normal\" />\n" 1814 " <Property function=\"Input\" name=\"Input\" />\n" 1815 " </PropertyGroup>\n" 1817 " <!-- ==================================================================== -->\n" 1818 " <SourceProxy class=\"vtkAMRResampleFilter\"\n" 1819 " label=\"Resample AMR\"\n" 1820 " name=\"AMRResampleFilter\">\n" 1821 " <Documentation long_help=\"Converts AMR data to a uniform grid\"\n" 1822 " short_help=\"Converts AMR data to a uniform grid\">This\n" 1823 " filter allows the user to specify a Region of Interest(ROI)\n" 1824 " within the AMR data-set and extract it as a uniform\n" 1825 " grid.</Documentation>\n" 1826 " <InputProperty command=\"SetInputConnection\"\n" 1827 " name=\"Input\">\n" 1828 " <ProxyGroupDomain name=\"groups\">\n" 1829 " <Group name=\"sources\" />\n" 1830 " <Group name=\"filters\" />\n" 1831 " </ProxyGroupDomain>\n" 1832 " <DataTypeDomain name=\"input_type\">\n" 1833 " <DataType value=\"vtkOverlappingAMR\" />\n" 1834 " </DataTypeDomain>\n" 1835 " <Documentation>This property specifies the input for this\n" 1836 " filter.</Documentation>\n" 1837 " </InputProperty>\n" 1838 " <IntVectorProperty command=\"SetDemandDrivenMode\"\n" 1839 " default_values=\"1\"\n" 1840 " name=\"Demand-Driven Mode\"\n" 1841 " number_of_elements=\"1\">\n" 1842 " <BooleanDomain name=\"bool\" />\n" 1843 " <Documentation>This property specifies whether the resampling filter\n" 1844 " will operate in demand-driven mode or not.</Documentation>\n" 1845 " </IntVectorProperty>\n" 1846 " <IntVectorProperty command=\"SetTransferToNodes\"\n" 1847 " default_values=\"1\"\n" 1848 " name=\"TransferToNodes\"\n" 1849 " number_of_elements=\"1\">\n" 1850 " <BooleanDomain name=\"bool\" />\n" 1851 " <Documentation>This property specifies whether the solution will be\n" 1852 " transferred to the nodes of the extracted region or the\n" 1853 " cells.</Documentation>\n" 1854 " </IntVectorProperty>\n" 1855 " <IntVectorProperty command=\"SetNumberOfPartitions\"\n" 1856 " default_values=\"1\"\n" 1857 " name=\"NumberOfPartitions\"\n" 1858 " number_of_elements=\"1\">\n" 1859 " <IntRangeDomain name=\"range\" />\n" 1860 " <Documentation>Set the number of subdivisions for recursive coordinate\n" 1861 " bisection.</Documentation>\n" 1862 " </IntVectorProperty>\n" 1864 " <IntVectorProperty\n" 1865 " name=\"LevelOfResolution\"\n" 1866 " command=\"SetLevelOfResolution\"\n" 1867 " number_of_elements=\"1\"\n" 1868 " default_values=\"0\" >\n" 1869 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n" 1870 " <Documentation>\n" 1871 " Set maximum slice resolution.\n" 1872 " </Documentation>\n" 1873 " </IntVectorProperty>\n" 1876 " <IntVectorProperty animateable=\"1\"\n" 1877 " command=\"SetNumberOfSamples\"\n" 1878 " default_values=\"10 10 10\"\n" 1879 " name=\"Number of Samples\"\n" 1880 " number_of_elements=\"3\">\n" 1881 " <IntRangeDomain name=\"range\" />\n" 1882 " <Documentation>Sets the number of samples in each\n" 1883 " dimension</Documentation>\n" 1884 " </IntVectorProperty>\n" 1885 " <DoubleVectorProperty animateable=\"1\"\n" 1886 " command=\"SetMin\"\n" 1887 " default_values=\"0.0 0.0 0.0\"\n" 1889 " number_of_elements=\"3\">\n" 1890 " <DoubleRangeDomain name=\"range\" />\n" 1891 " <Documentation>This property sets the minimum 3-D coordinate location\n" 1892 " by which the particles will be filtered out.</Documentation>\n" 1893 " </DoubleVectorProperty>\n" 1894 " <DoubleVectorProperty animateable=\"1\"\n" 1895 " command=\"SetMax\"\n" 1896 " default_values=\"0.0 0.0 0.0\"\n" 1898 " number_of_elements=\"3\">\n" 1899 " <DoubleRangeDomain name=\"range\" />\n" 1900 " <Documentation>This property sets the minimum 3-D coordinate location\n" 1901 " by which the particles will be filtered out.</Documentation>\n" 1902 " </DoubleVectorProperty>\n" 1904 " <!-- ==================================================================== -->\n" 1905 " <SourceProxy class=\"vtkAMRSliceFilter\"\n" 1906 " label=\"Slice AMR data\"\n" 1907 " name=\"AMRSlice\">\n" 1908 " <Documentation long_help=\"Slices AMR Data\"\n" 1909 " short_help=\"Slices AMR Data\">This filter slices AMR\n" 1910 " data.</Documentation>\n" 1911 " <InputProperty command=\"SetInputConnection\"\n" 1912 " name=\"Input\">\n" 1913 " <ProxyGroupDomain name=\"groups\">\n" 1914 " <Group name=\"sources\" />\n" 1915 " <Group name=\"filters\" />\n" 1916 " </ProxyGroupDomain>\n" 1917 " <DataTypeDomain name=\"input_type\">\n" 1918 " <DataType value=\"vtkOverlappingAMR\" />\n" 1919 " </DataTypeDomain>\n" 1920 " <Documentation>This property specifies the input for this\n" 1921 " filter.</Documentation>\n" 1922 " </InputProperty>\n" 1923 " <IntVectorProperty command=\"SetMaxResolution\"\n" 1924 " default_values=\"0\"\n" 1926 " number_of_elements=\"1\">\n" 1927 " <AMRLevelsDomain default_mode=\"max\"\n" 1928 " name=\"range\">\n" 1929 " <RequiredProperties>\n" 1930 " <Property function=\"Input\"\n" 1931 " name=\"Input\" />\n" 1932 " </RequiredProperties>\n" 1933 " </AMRLevelsDomain>\n" 1934 " <Documentation>Set maximum slice resolution.</Documentation>\n" 1935 " </IntVectorProperty>\n" 1936 " <DoubleVectorProperty command=\"SetOffsetFromOrigin\"\n" 1937 " default_values=\"0.0\"\n" 1938 " name=\"OffSet\"\n" 1939 " number_of_elements=\"1\">\n" 1940 " <BoundsDomain default_mode=\"mid\"\n" 1941 " mode=\"extents\"\n" 1942 " name=\"range\">\n" 1943 " <RequiredProperties>\n" 1944 " <Property function=\"Input\"\n" 1945 " name=\"Input\" />\n" 1946 " <Property function=\"AxisFlags\"\n" 1947 " name=\"Normal\" />\n" 1948 " </RequiredProperties>\n" 1949 " </BoundsDomain>\n" 1950 " <Documentation>Set's the offset from the origin of the\n" 1951 " data-set</Documentation>\n" 1952 " </DoubleVectorProperty>\n" 1953 " <IntVectorProperty command=\"SetNormal\"\n" 1954 " default_values=\"1\"\n" 1955 " name=\"Normal\"\n" 1956 " number_of_elements=\"1\">\n" 1957 " <EnumerationDomain name=\"enum\">\n" 1958 " <Entry text=\"X-Normal\"\n" 1960 " <Entry text=\"Y-Normal\"\n" 1962 " <Entry text=\"Z-Normal\"\n" 1964 " </EnumerationDomain>\n" 1965 " <Documentation>This property sets the normal of the\n" 1966 " slice.</Documentation>\n" 1967 " </IntVectorProperty>\n" 1969 " <!-- ==================================================================== -->\n" 1970 " <SourceProxy class=\"vtkAMRFragmentsFilter\"\n" 1971 " label=\"AMR Fragments Filter\"\n" 1972 " name=\"AMRFragmentsFilter\">\n" 1973 " <Documentation short_help=\"Meta Fragment filter\">Combines the running of\n" 1974 " AMRContour, AMRFragmentIntegration, AMRDualContour and ExtractCTHParts</Documentation>\n" 1975 " <InputProperty command=\"SetInputConnection\"\n" 1976 " name=\"Input\">\n" 1977 " <ProxyGroupDomain name=\"groups\">\n" 1978 " <Group name=\"sources\" />\n" 1979 " <Group name=\"filters\" />\n" 1980 " </ProxyGroupDomain>\n" 1981 " <Documentation>This property specifies the volume input of the\n" 1982 " filter.</Documentation>\n" 1983 " <DataTypeDomain name=\"input_type\">\n" 1984 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 1985 " </DataTypeDomain>\n" 1986 " <InputArrayDomain attribute_type=\"cell\"\n" 1987 " name=\"input_array\"\n" 1988 " number_of_components=\"1\" />\n" 1989 " </InputProperty>\n" 1990 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n" 1991 " command=\"AddInputVolumeArrayToProcess\"\n" 1992 " name=\"SelectMaterialArrays\"\n" 1993 " number_of_elements=\"1\"\n" 1994 " repeat_command=\"1\">\n" 1995 " <ArrayListDomain attribute_type=\"Scalars\"\n" 1996 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n" 1997 " name=\"array_list\">\n" 1998 " <RequiredProperties>\n" 1999 " <Property function=\"Input\" name=\"Input\" />\n" 2000 " </RequiredProperties>\n" 2001 " </ArrayListDomain>\n" 2005 " <Documentation>This property specifies the cell arrays from which the\n" 2006 " analysis will determine fragments</Documentation>\n" 2011 " </StringVectorProperty>\n" 2012 " <StringVectorProperty clean_command=\"ClearInputMassArrayToProcess\"\n" 2013 " command=\"AddInputMassArrayToProcess\"\n" 2014 " name=\"SelectMassArrays\"\n" 2015 " number_of_elements=\"1\"\n" 2016 " repeat_command=\"1\">\n" 2017 " <ArrayListDomain attribute_type=\"Scalars\"\n" 2018 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 2019 " name=\"array_list\">\n" 2020 " <RequiredProperties>\n" 2021 " <Property function=\"Input\" name=\"Input\" />\n" 2022 " </RequiredProperties>\n" 2023 " </ArrayListDomain>\n" 2027 " <Documentation>This property specifies the cell arrays from which the\n" 2028 " analysis will determine fragment mass</Documentation>\n" 2029 " </StringVectorProperty>\n" 2030 " <StringVectorProperty clean_command=\"ClearInputVolumeWeightedArrayToProcess\"\n" 2031 " command=\"AddInputVolumeWeightedArrayToProcess\"\n" 2032 " name=\"SelectVolumeWeightedArrays\"\n" 2033 " number_of_elements=\"1\"\n" 2034 " repeat_command=\"1\">\n" 2035 " <ArrayListDomain attribute_type=\"Scalars\"\n" 2036 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 2037 " name=\"array_list\">\n" 2038 " <RequiredProperties>\n" 2039 " <Property function=\"Input\" name=\"Input\" />\n" 2040 " </RequiredProperties>\n" 2041 " </ArrayListDomain>\n" 2045 " <Documentation>This property specifies the cell arrays from which the\n" 2046 " analysis will determine volume weighted average values</Documentation>\n" 2047 " </StringVectorProperty>\n" 2048 " <StringVectorProperty clean_command=\"ClearInputMassWeightedArrayToProcess\"\n" 2049 " command=\"AddInputMassWeightedArrayToProcess\"\n" 2050 " name=\"SelectMassWeightedArrays\"\n" 2051 " number_of_elements=\"1\"\n" 2052 " repeat_command=\"1\">\n" 2053 " <ArrayListDomain attribute_type=\"Scalars\"\n" 2054 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n" 2055 " name=\"array_list\">\n" 2056 " <RequiredProperties>\n" 2057 " <Property function=\"Input\" name=\"Input\" />\n" 2058 " </RequiredProperties>\n" 2059 " </ArrayListDomain>\n" 2063 " <Documentation>This property specifies the cell arrays from which the\n" 2064 " analysis will determine mass weighted average values</Documentation>\n" 2065 " </StringVectorProperty>\n" 2066 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 2067 " default_values=\"0.1\"\n" 2068 " label=\"Volume Fraction Value\"\n" 2069 " name=\"VolumeFractionSurfaceValue\"\n" 2070 " number_of_elements=\"1\">\n" 2071 " <DoubleRangeDomain max=\"1.0\"\n" 2073 " name=\"scalar_range\" />\n" 2074 " <Documentation>This property specifies the values at which to compute\n" 2075 " the isosurface.</Documentation>\n" 2076 " </DoubleVectorProperty>\n" 2077 " <IntVectorProperty command=\"SetExtractSurface\"\n" 2078 " default_values=\"0\"\n" 2079 " name=\"Extract Surface\"\n" 2080 " number_of_elements=\"1\">\n" 2081 " <BooleanDomain name=\"bool\" />\n" 2082 " <Documentation>Whether or not to extract a surface from this data</Documentation>\n" 2083 " </IntVectorProperty>\n" 2084 " <IntVectorProperty command=\"SetUseWatertightSurface\"\n" 2085 " default_values=\"0\"\n" 2086 " name=\"Use Watertight Surface\"\n" 2087 " number_of_elements=\"1\">\n" 2088 " <BooleanDomain name=\"bool\" />\n" 2089 " <Documentation>Whether the extracted surface should be watertight or not</Documentation>\n" 2090 " </IntVectorProperty>\n" 2091 " <IntVectorProperty command=\"SetIntegrateFragments\"\n" 2092 " default_values=\"1\"\n" 2093 " name=\"Integrate Fragments\"\n" 2094 " number_of_elements=\"1\">\n" 2095 " <BooleanDomain name=\"bool\" />\n" 2096 " <Documentation>Whether or not to integrate fragments in this data</Documentation>\n" 2097 " </IntVectorProperty>\n" 2098 " <!-- End AMR Fragments Filter -->\n" 2101 "</ServerManagerConfiguration>\n" 2114 char* res =
new char[ len + 1];
2119 assert(offset == len);
2127 "<ServerManagerConfiguration>\n" 2128 " <ProxyGroup name=\"filters\">\n" 2130 " <!-- ================================================================== -->\n" 2131 " <SourceProxy class=\"vtkAttributeDataToTableFilter\"\n" 2132 " label=\"Extract Attributes\"\n" 2133 " name=\"AttributeDataToTableFilter\">\n" 2134 " <Documentation long_help=\"Extract attribute data as a table.\"\n" 2135 " short_help=\"Extract attribute data as a table.\">This is a\n" 2136 " filter that produces a vtkTable from the chosen attribute\n" 2137 " in the input data object. This filter can accept composite\n" 2138 " datasets. If the input is a composite dataset, the output\n" 2139 " is a multiblock with vtkTable leaves.</Documentation>\n" 2140 " <InputProperty command=\"SetInputConnection\"\n" 2141 " name=\"Input\">\n" 2142 " <ProxyGroupDomain name=\"groups\">\n" 2143 " <Group name=\"sources\" />\n" 2144 " <Group name=\"filters\" />\n" 2145 " </ProxyGroupDomain>\n" 2146 " <DataTypeDomain name=\"input_type\">\n" 2147 " <DataType value=\"vtkDataObject\" />\n" 2148 " </DataTypeDomain>\n" 2149 " <Documentation>This property specifies the input of the\n" 2150 " filter.</Documentation>\n" 2151 " </InputProperty>\n" 2152 " <IntVectorProperty command=\"SetFieldAssociation\"\n" 2153 " default_values=\"0\"\n" 2154 " name=\"FieldAssociation\"\n" 2155 " number_of_elements=\"1\">\n" 2156 " <Documentation>Select the attribute data to pass.</Documentation>\n" 2157 " <EnumerationDomain name=\"enum\">\n" 2158 " <Entry text=\"Points\"\n" 2160 " <Entry text=\"Cells\"\n" 2162 " <Entry text=\"Field Data\"\n" 2164 " <Entry text=\"Vertices\"\n" 2166 " <Entry text=\"Edges\"\n" 2168 " <Entry text=\"Rows\"\n" 2170 " </EnumerationDomain>\n" 2171 " </IntVectorProperty>\n" 2172 " <IntVectorProperty command=\"SetAddMetaData\"\n" 2173 " default_values=\"0\"\n" 2174 " name=\"AddMetaData\"\n" 2175 " number_of_elements=\"1\">\n" 2176 " <BooleanDomain name=\"bool\" />\n" 2177 " <Documentation>It is possible for this filter to add additional\n" 2178 " meta-data to the field data such as point coordinates (when point\n" 2179 " attributes are selected and input is pointset) or structured\n" 2180 " coordinates etc. To enable this addition of extra information, turn\n" 2181 " this flag on. Off by default.</Documentation>\n" 2182 " </IntVectorProperty>\n" 2183 " <!-- End of AttributeDataToTableFilter -->\n" 2186 " <!-- ==================================================================== -->\n" 2187 " <SourceProxy class=\"vtkMergeBlocks\"\n" 2188 " label=\"Merge Blocks\"\n" 2189 " name=\"MergeBlocks\">\n" 2190 " <Documentation short_help=\"Appends vtkCompositeDataSet leaves into a single vtkUnstructuredGrid or vtkPolyData\">\n" 2191 " Merge Blocks appends all vtkDataSet leaves of the input composite dataset to a single\n" 2192 " unstructured grid (or polydata if all leaves are polydata). The subtree to\n" 2193 " be combined can be chosen using the SubTreeCompositeIndex. If the SubTreeCompositeIndex\n" 2194 " is a leaf node, then no appending is required nor performed.</Documentation>\n" 2195 " <InputProperty command=\"SetInputConnection\"\n" 2196 " name=\"Input\">\n" 2197 " <DataTypeDomain name=\"input_type\">\n" 2198 " <DataType value=\"vtkDataObjectTree\" />\n" 2199 " </DataTypeDomain>\n" 2200 " <Documentation>Set the input composite dataset.</Documentation>\n" 2201 " </InputProperty>\n" 2202 " <IntVectorProperty command=\"SetOutputDataSetType\"\n" 2203 " default_values=\"4\"\n" 2204 " number_of_elements=\"1\"\n" 2205 " name=\"OutputDataSetType\"\n" 2206 " panel_visibility=\"advanced\">\n" 2207 " <EnumerationDomain name=\"enum\">\n" 2208 " <Entry text=\"Polygonal Mesh\"\n" 2210 " <Entry text=\"Unstructured Grid\"\n" 2212 " </EnumerationDomain>\n" 2213 " <Documentation>Determines the output type produced by this filter. Only blocks compatible\n" 2214 " with the output type will be merged in the output. For example, if the output type is\n" 2215 " \"Polygonal Mesh\", then blocks of type \"Image Data\", \"Structured Grid\", etc. will not be merged.\n" 2216 " If the output type is \"UnstructuredGrid\", then blocks of any type will be merged in the output.\n" 2217 " Defaults to \"Unstructured Grid\".\n" 2218 " </Documentation>\n" 2219 " </IntVectorProperty>\n" 2221 " <IntVectorProperty command=\"SetMergePartitionsOnly\"\n" 2222 " name=\"MergePartitionsOnly\"\n" 2223 " default_values=\"0\"\n" 2224 " number_of_elements=\"1\">\n" 2225 " <BooleanDomain name=\"bool\" />\n" 2226 " <Documentation>\n" 2227 " When set, only paritions and pieces will be merged into a dataset each,\n" 2228 " instead of merging everything into a single dataset.\n" 2229 " </Documentation>\n" 2230 " </IntVectorProperty>\n" 2231 " <IntVectorProperty command=\"SetMergePoints\"\n" 2232 " default_values=\"1\"\n" 2233 " label=\"Merge Points\"\n" 2234 " name=\"MergePoints\"\n" 2235 " number_of_elements=\"1\">\n" 2236 " <BooleanDomain name=\"bool\" />\n" 2237 " <Documentation>Merge points within a distance specified by the **Tolerance**\n" 2238 " property.</Documentation>\n" 2239 " </IntVectorProperty>\n" 2240 " <DoubleVectorProperty command=\"SetTolerance\"\n" 2241 " default_values=\"0\"\n" 2242 " label=\"Tolerance\"\n" 2243 " name=\"Tolerance\"\n" 2244 " number_of_elements=\"1\"\n" 2245 " panel_visibility=\"advanced\">\n" 2246 " <Documentation>Set the tolerance for merging points if **Merge Points** is enabled.</Documentation>\n" 2248 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 2249 " mode=\"visibility\"\n" 2250 " property=\"MergePoints\"\n" 2252 " <!-- show this widget when MergePoints==1 and showing advanced options -->\n" 2254 " </DoubleVectorProperty>\n" 2255 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n" 2256 " default_values=\"0\"\n" 2257 " name=\"ToleranceIsAbsolute\"\n" 2258 " number_of_elements=\"1\"\n" 2259 " panel_visibility=\"advanced\">\n" 2260 " <BooleanDomain name=\"bool\" />\n" 2261 " <Documentation>This property determines whether to treat the **Tolerance**\n" 2262 " property as absolute (points closer than Tolerance are merged) or relative\n" 2263 " (points closer than a fraction of the input data's bounding box diagonal length)\n" 2264 " when performing point merging.</Documentation>\n" 2266 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 2267 " mode=\"visibility\"\n" 2268 " property=\"MergePoints\"\n" 2270 " <!-- show this widget when MergePoints==1 and showing advanced options -->\n" 2272 " </IntVectorProperty>\n" 2273 " <!-- End of MergeBlocks -->\n" 2275 " <!-- ==================================================================== -->\n" 2276 " <SourceProxy class=\"vtkEnvironmentAnnotationFilter\"\n" 2277 " label=\"Environment Annotation\"\n" 2278 " name=\"EnvironmentAnnotation\">\n" 2279 " <Documentation long_help=\"Allows annotation of user name, date/time, OS, and possibly filename.\"\n" 2280 " short_help=\"Adds annotation overlay.\">\n" 2281 " Apply to any source. Gui allows manual selection of desired annotation options.\n" 2282 " If the source is a file, can display the filename.\n" 2283 " </Documentation>\n" 2284 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 2285 " command=\"AddInputConnection\"\n" 2286 " multiple_input=\"1\"\n" 2287 " name=\"Input\">\n" 2288 " <ProxyGroupDomain name=\"groups\">\n" 2289 " <Group name=\"sources\" />\n" 2290 " <Group name=\"filters\" />\n" 2291 " </ProxyGroupDomain>\n" 2292 " <DataTypeDomain name=\"input_type\">\n" 2293 " <DataType value=\"vtkDataObject\" />\n" 2294 " </DataTypeDomain>\n" 2295 " <Documentation>Set the input of the filter.</Documentation>\n" 2296 " </InputProperty>\n" 2297 " <IntVectorProperty command=\"SetDisplayUserName\"\n" 2298 " name=\"DisplayUserName\"\n" 2299 " default_values=\"1\"\n" 2300 " number_of_elements=\"1\">\n" 2301 " <BooleanDomain name=\"bool\" />\n" 2302 " <Documentation>\n" 2303 " Toggle User Name Visibility.\n" 2304 " </Documentation>\n" 2305 " </IntVectorProperty>\n" 2306 " <IntVectorProperty command=\"SetDisplaySystemName\"\n" 2307 " name=\"DisplaySystemName\"\n" 2308 " default_values=\"1\"\n" 2309 " number_of_elements=\"1\">\n" 2310 " <BooleanDomain name=\"bool\" />\n" 2311 " <Documentation>\n" 2312 " Toggle System Name Visibility.\n" 2313 " </Documentation>\n" 2314 " </IntVectorProperty>\n" 2315 " <IntVectorProperty command=\"SetDisplayDate\"\n" 2316 " name=\"DisplayDate\"\n" 2317 " default_values=\"1\"\n" 2318 " number_of_elements=\"1\">\n" 2319 " <BooleanDomain name=\"bool\" />\n" 2320 " <Documentation>\n" 2321 " Toggle Date/Time Visibility.\n" 2322 " </Documentation>\n" 2323 " </IntVectorProperty>\n" 2324 " <IntVectorProperty command=\"SetDisplayFileName\"\n" 2325 " name=\"DisplayFileName\"\n" 2326 " default_values=\"1\"\n" 2327 " number_of_elements=\"1\">\n" 2328 " <BooleanDomain name=\"bool\" />\n" 2329 " <Documentation>\n" 2330 " Toggle File Name Visibility.\n" 2331 " </Documentation>\n" 2332 " </IntVectorProperty>\n" 2333 " <IntVectorProperty command=\"SetDisplayFilePath\"\n" 2334 " name=\"DisplayFilePath\"\n" 2335 " default_values=\"1\"\n" 2336 " number_of_elements=\"1\">\n" 2337 " <BooleanDomain name=\"bool\" />\n" 2338 " <Documentation>\n" 2339 " Toggle Show Full File Path.\n" 2340 " </Documentation>\n" 2342 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 2343 " mode=\"visibility\"\n" 2344 " property=\"DisplayFileName\"\n" 2346 " <!-- enable this widget when DisplayFileName==1 -->\n" 2348 " </IntVectorProperty>\n" 2349 " <StringVectorProperty command=\"SetFileName\"\n" 2350 " name=\"FileName\"\n" 2351 " default_values=\"\"\n" 2352 " number_of_elements=\"1\"\n" 2353 " panel_widget=\"filename_widget\">\n" 2354 " <Documentation>Annotation of file name.</Documentation>\n" 2355 " <InputFileNameDomain name=\"filename\">\n" 2356 " <RequiredProperties>\n" 2357 " <Property function=\"Input\" name=\"Input\" />\n" 2358 " </RequiredProperties>\n" 2359 " </InputFileNameDomain>\n" 2361 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 2362 " mode=\"visibility\"\n" 2363 " property=\"DisplayFileName\"\n" 2365 " <!-- enable this widget when DisplayFileName==1 -->\n" 2367 " </StringVectorProperty>\n" 2369 " <Visibility replace_input=\"0\" />\n" 2370 " <OutputPort index=\"0\"\n" 2371 " name=\"Output-0\"\n" 2372 " type=\"text\" />\n" 2376 " <!-- ==================================================================== -->\n" 2377 " <SourceProxy class=\"vtkMinMax\" name=\"MinMax\">\n" 2378 " <InputProperty command=\"SetInputConnection\"\n" 2379 " name=\"Input\">\n" 2380 " <ProxyGroupDomain name=\"groups\">\n" 2381 " <Group name=\"sources\" />\n" 2382 " <Group name=\"filters\" />\n" 2383 " </ProxyGroupDomain>\n" 2384 " <DataTypeDomain name=\"input_type\">\n" 2385 " <DataType value=\"vtkDataSet\" />\n" 2386 " </DataTypeDomain>\n" 2387 " <Documentation>Set the input to the Min Max filter.</Documentation>\n" 2388 " </InputProperty>\n" 2389 " <StringVectorProperty command=\"SetOperation\"\n" 2390 " default_values=\"MIN\"\n" 2391 " name=\"Operation\"\n" 2392 " number_of_elements=\"1\">\n" 2393 " <StringListDomain name=\"operation\">\n" 2394 " <String value=\"MIN\" />\n" 2395 " <String value=\"MAX\" />\n" 2396 " <String value=\"SUM\" />\n" 2397 " </StringListDomain>\n" 2398 " <Documentation>Select whether to perform a min, max, or sum operation\n" 2399 " on the data.</Documentation>\n" 2400 " </StringVectorProperty>\n" 2401 " <!-- End MinMax -->\n" 2404 " <!-- ==================================================================== -->\n" 2405 " <SourceProxy class=\"vtkPExtractHistogram\"\n" 2406 " label=\"Histogram\"\n" 2407 " name=\"ExtractHistogram\">\n" 2408 " <Documentation long_help=\"Extract a histogram from field data.\"\n" 2409 " short_help=\"Extract a histogram from field data.\">\n" 2410 " </Documentation>\n" 2411 " <InputProperty command=\"SetInputConnection\"\n" 2412 " name=\"Input\">\n" 2413 " <ProxyGroupDomain name=\"groups\">\n" 2414 " <Group name=\"sources\" />\n" 2415 " <Group name=\"filters\" />\n" 2416 " </ProxyGroupDomain>\n" 2417 " <DataTypeDomain name=\"input_type\">\n" 2418 " <DataType value=\"vtkDataObject\" />\n" 2419 " </DataTypeDomain>\n" 2420 " <InputArrayDomain name=\"input_array\">\n" 2421 " </InputArrayDomain>\n" 2422 " <Documentation>This property specifies the input to the Histogram\n" 2423 " filter.</Documentation>\n" 2424 " </InputProperty>\n" 2425 " <StringVectorProperty animateable=\"0\"\n" 2426 " command=\"SetInputArrayToProcess\"\n" 2427 " element_types=\"0 0 0 0 2\"\n" 2428 " name=\"SelectInputArray\"\n" 2429 " number_of_elements=\"5\">\n" 2430 " <ArrayListDomain attribute_type=\"Scalars\"\n" 2431 " name=\"array_list\">\n" 2432 " <RequiredProperties>\n" 2433 " <Property function=\"Input\"\n" 2434 " name=\"Input\" />\n" 2435 " </RequiredProperties>\n" 2436 " </ArrayListDomain>\n" 2437 " <Documentation>This property indicates the name of the array from which\n" 2438 " to compute the histogram.</Documentation>\n" 2439 " </StringVectorProperty>\n" 2440 " <IntVectorProperty command=\"SetBinCount\"\n" 2441 " default_values=\"10\"\n" 2442 " name=\"BinCount\"\n" 2443 " number_of_elements=\"1\">\n" 2444 " <IntRangeDomain max=\"256\"\n" 2450 " name=\"range\" />\n" 2451 " <Documentation>The value of this property specifies the number of bins\n" 2452 " for the histogram.</Documentation>\n" 2453 " </IntVectorProperty>\n" 2454 " <IntVectorProperty animateable=\"0\"\n" 2455 " command=\"SetComponent\"\n" 2456 " default_values=\"0\"\n" 2457 " name=\"Component\"\n" 2458 " number_of_elements=\"1\">\n" 2459 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n" 2460 " <RequiredProperties>\n" 2461 " <Property function=\"Input\"\n" 2462 " name=\"Input\" />\n" 2463 " <Property function=\"ArraySelection\"\n" 2464 " name=\"SelectInputArray\" />\n" 2465 " </RequiredProperties>\n" 2466 " </NumberOfComponentsDomain>\n" 2467 " <Documentation>The value of this property specifies the array component\n" 2468 " from which the histogram should be computed.</Documentation>\n" 2469 " </IntVectorProperty>\n" 2470 " <IntVectorProperty command=\"SetCalculateAverages\"\n" 2471 " default_values=\"0\"\n" 2472 " name=\"CalculateAverages\"\n" 2473 " number_of_elements=\"1\"\n" 2474 " panel_visibility=\"advanced\">\n" 2475 " <BooleanDomain name=\"bool\" />\n" 2476 " <Documentation>This option controls whether the algorithm calculates\n" 2477 " averages of variables other than the primary variable that fall into\n" 2478 " each bin.</Documentation>\n" 2479 " </IntVectorProperty>\n" 2480 " <IntVectorProperty command=\"SetUseCustomBinRanges\"\n" 2481 " default_values=\"0\"\n" 2482 " name=\"UseCustomBinRanges\"\n" 2483 " number_of_elements=\"1\"\n" 2484 " panel_visibility=\"advanced\">\n" 2485 " <BooleanDomain name=\"bool\" />\n" 2486 " <Documentation>When set to true, CustomBinRanges will be used instead\n" 2487 " of using the full range for the selected array. By default, set to\n" 2488 " false.</Documentation>\n" 2489 " </IntVectorProperty>\n" 2490 " <IntVectorProperty command=\"SetCenterBinsAroundMinAndMax\"\n" 2491 " default_values=\"0\"\n" 2492 " name=\"CenterBinsAroundMinAndMax\"\n" 2493 " number_of_elements=\"1\"\n" 2494 " panel_visibility=\"advanced\">\n" 2495 " <BooleanDomain name=\"bool\" />\n" 2496 " <Documentation>When set to true, first and last bin will be centered\n" 2497 " around the minimum and the maximum values of the data.\n" 2498 " By default, set to false.</Documentation>\n" 2500 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 2501 " <Property name=\"UseCustomBinRanges\" function=\"boolean_invert\" />\n" 2502 " </PropertyWidgetDecorator>\n" 2504 " </IntVectorProperty>\n" 2505 " <DoubleVectorProperty command=\"SetCustomBinRanges\"\n" 2506 " default_values=\"0.0 100.0\"\n" 2507 " name=\"CustomBinRanges\"\n" 2508 " number_of_elements=\"2\"\n" 2509 " panel_visibility=\"advanced\">\n" 2510 " <Documentation>Set custom bin ranges to use. These are used only when\n" 2511 " UseCustomBinRanges is set to true.</Documentation>\n" 2512 " <ArrayRangeDomain name=\"scalar_range\">\n" 2513 " <RequiredProperties>\n" 2514 " <Property function=\"Input\"\n" 2515 " name=\"Input\" />\n" 2516 " <Property function=\"ArraySelection\"\n" 2517 " name=\"SelectInputArray\" />\n" 2518 " </RequiredProperties>\n" 2519 " </ArrayRangeDomain>\n" 2521 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 2522 " <Property name=\"UseCustomBinRanges\" function=\"boolean\" />\n" 2523 " </PropertyWidgetDecorator>\n" 2525 " </DoubleVectorProperty>\n" 2527 " <!-- View can be used to specify the preferred view for the proxy -->\n" 2528 " <View type=\"XYBarChartView\" />\n" 2531 " <!-- End ExtractHistogram -->\n" 2534 " <!-- ==================================================================== -->\n" 2535 " <SourceProxy class=\"vtkReductionFilter\"\n" 2536 " name=\"AppendReductionFilter\"\n" 2537 " label=\"Append Reduce\">\n" 2538 " <InputProperty command=\"SetInputConnection\"\n" 2539 " name=\"Input\">\n" 2540 " <ProxyGroupDomain name=\"groups\">\n" 2541 " <Group name=\"sources\" />\n" 2542 " <Group name=\"filters\" />\n" 2543 " </ProxyGroupDomain>\n" 2544 " <DataTypeDomain composite_data_supported=\"0\"\n" 2545 " name=\"input_type\">\n" 2546 " <DataType value=\"vtkDataSet\" />\n" 2547 " </DataTypeDomain>\n" 2548 " <Documentation>Set the input to the Reduction filter.</Documentation>\n" 2549 " </InputProperty>\n" 2550 " <StringVectorProperty command=\"SetPostGatherHelperName\"\n" 2551 " name=\"PostGatherHelperName\"\n" 2552 " panel_visibility=\"never\"\n" 2553 " default_values=\"vtkAppendFilter\"\n" 2554 " number_of_elements=\"1\">\n" 2555 " <Documentation>Set the algorithm that takes multiple inputs and\n" 2556 " produces a single reduced output.</Documentation>\n" 2557 " </StringVectorProperty>\n" 2558 " <IntVectorProperty command=\"SetReductionMode\"\n" 2559 " default_values=\"2\"\n" 2560 " name=\"ReductionMode\"\n" 2561 " number_of_elements=\"1\">\n" 2562 " <EnumerationDomain name=\"enum\">\n" 2563 " <Entry text=\"Reduce all data to one processor\"\n" 2565 " <Entry text=\"Move all data to one processor\"\n" 2567 " <Entry text=\"Reduce all data to all processors\"\n" 2569 " </EnumerationDomain>\n" 2570 " <Documentation>Set the reduction mode. Reducing all data to one\n" 2571 " processor means that the destination process will have all data while\n" 2572 " each other process will still have it's own data. Moving all to one processor means\n" 2573 " that the destination process will have all data while other process have no data\n" 2574 " anymore. Reduce all data to all processors is self explanatory.</Documentation>\n" 2575 " </IntVectorProperty>\n" 2576 " <IntVectorProperty command=\"SetReductionProcessId\"\n" 2577 " default_values=\"0\"\n" 2578 " name=\"ReduceTo\"\n" 2579 " number_of_elements=\"1\">\n" 2580 " <IntRangeDomain min=\"0\"\n" 2581 " name=\"range\" />\n" 2583 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 2584 " mode=\"visibility\"\n" 2585 " property=\"ReductionMode\"\n" 2587 " inverse=\"1\"/>\n" 2588 " <!-- show this widget when ReductionMode is not 2 -->\n" 2590 " <Documentation>Set the process to reduce to.</Documentation>\n" 2591 " </IntVectorProperty>\n" 2592 " <IntVectorProperty command=\"SetPassThrough\"\n" 2593 " default_values=\"-1\"\n" 2594 " name=\"OnlyFrom\"\n" 2595 " number_of_elements=\"1\">\n" 2596 " <IntRangeDomain min=\"-1\"\n" 2597 " name=\"range\" />\n" 2598 " <Documentation>If set to a non-negative value, then produce results\n" 2599 " using only the node Id specified.</Documentation>\n" 2600 " </IntVectorProperty>\n" 2601 " <IntVectorProperty command=\"SetGenerateProcessIds\"\n" 2602 " default_values=\"0\"\n" 2603 " name=\"GenerateProcessIds\"\n" 2604 " number_of_elements=\"1\">\n" 2605 " <BooleanDomain name=\"bool\" />\n" 2606 " <Documentation>If true, the filter will generate vtkOriginalProcessIds\n" 2607 " arrays indicating the process id on which the cell/point was\n" 2608 " generated.</Documentation>\n" 2609 " </IntVectorProperty>\n" 2610 " <!-- End ReductionFilter -->\n" 2613 " <!-- ==================================================================== -->\n" 2614 " <SourceProxy class=\"vtkReductionFilter\"\n" 2615 " name=\"ReductionFilter\">\n" 2616 " <InputProperty command=\"SetInputConnection\"\n" 2617 " name=\"Input\">\n" 2618 " <ProxyGroupDomain name=\"groups\">\n" 2619 " <Group name=\"sources\" />\n" 2620 " <Group name=\"filters\" />\n" 2621 " </ProxyGroupDomain>\n" 2622 " <Documentation>Set the input to the Reduction filter.</Documentation>\n" 2623 " </InputProperty>\n" 2624 " <IntVectorProperty command=\"SetReductionMode\"\n" 2625 " default_values=\"0\"\n" 2626 " name=\"ReductionMode\"\n" 2627 " number_of_elements=\"1\">\n" 2628 " <EnumerationDomain name=\"enum\">\n" 2629 " <Entry text=\"Move all data to one processor\"\n" 2631 " <Entry text=\"Reduce all data to one processor\"\n" 2633 " <Entry text=\"Reduce all data to all processors\"\n" 2635 " </EnumerationDomain>\n" 2636 " </IntVectorProperty>\n" 2637 " <IntVectorProperty command=\"SetReductionProcessId\"\n" 2638 " default_values=\"0\"\n" 2639 " name=\"ReduceTo\"\n" 2640 " number_of_elements=\"1\">\n" 2641 " </IntVectorProperty>\n" 2643 " <StringVectorProperty command=\"SetPreGatherHelperName\"\n" 2644 " name=\"PreGatherHelperName\"\n" 2645 " number_of_elements=\"1\">\n" 2646 " <Documentation>Set the algorithm that runs on each node in\n" 2647 " parallel.</Documentation>\n" 2648 " </StringVectorProperty>\n" 2649 " <StringVectorProperty command=\"SetPostGatherHelperName\"\n" 2650 " name=\"PostGatherHelperName\"\n" 2651 " number_of_elements=\"1\">\n" 2652 " <Documentation>Set the algorithm that takes multiple inputs and\n" 2653 " produces a single reduced output.</Documentation>\n" 2654 " </StringVectorProperty>\n" 2655 " <ProxyProperty command=\"SetPostGatherHelper\"\n" 2656 " name=\"PostGatherHelper\" />\n" 2657 " <ProxyProperty command=\"SetPreGatherHelper\"\n" 2658 " name=\"PreGatherHelper\" />\n" 2659 " <IntVectorProperty command=\"SetPassThrough\"\n" 2660 " default_values=\"-1\"\n" 2661 " name=\"PassThrough\"\n" 2662 " number_of_elements=\"1\">\n" 2663 " <IntRangeDomain min=\"-1\"\n" 2664 " name=\"range\" />\n" 2665 " <Documentation>If set to a non-negative value, then produce results\n" 2666 " using only the node Id specified.</Documentation>\n" 2667 " </IntVectorProperty>\n" 2668 " <IntVectorProperty command=\"SetGenerateProcessIds\"\n" 2669 " default_values=\"0\"\n" 2670 " name=\"GenerateProcessIds\"\n" 2671 " number_of_elements=\"1\">\n" 2672 " <BooleanDomain name=\"bool\" />\n" 2673 " <Documentation>If true, the filter will generate vtkOriginalProcessIds\n" 2674 " arrays indicating the process id on which the cell/point was\n" 2675 " generated.</Documentation>\n" 2676 " </IntVectorProperty>\n" 2677 " <!-- End ReductionFilter -->\n" 2680 "</ServerManagerConfiguration>\n" 2691 char* res =
new char[ len + 1];
2695 assert(offset == len);
2703 "<ServerManagerConfiguration>\n" 2704 " <!-- ==================================================================== -->\n" 2705 " <ProxyGroup name=\"extended_sources\">\n" 2706 " <!-- ================================================================== -->\n" 2707 " <Proxy class=\"vtkPVTransform\" name=\"Transform2\">\n" 2708 " <!--Transform proxy with unconventional interface, used by BoxWidget -->\n" 2709 " <DoubleVectorProperty command=\"SetAbsolutePosition\"\n" 2710 " default_values=\"0.0 0.0 0.0\"\n" 2711 " information_property=\"PositionInfo\"\n" 2712 " label=\"Translate\"\n" 2713 " name=\"Position\"\n" 2714 " number_of_elements=\"3\">\n" 2715 " <DoubleRangeDomain name=\"range\" />\n" 2716 " </DoubleVectorProperty>\n" 2717 " <DoubleVectorProperty command=\"GetPosition\"\n" 2718 " default_values=\"0.0 0.0 0.0\"\n" 2719 " information_only=\"1\"\n" 2720 " name=\"PositionInfo\"\n" 2721 " number_of_elements=\"3\">\n" 2722 " <SimpleDoubleInformationHelper />\n" 2723 " </DoubleVectorProperty>\n" 2724 " <DoubleVectorProperty command=\"SetAbsoluteRotation\"\n" 2725 " default_values=\"0.0 0.0 0.0\"\n" 2726 " information_property=\"RotationInfo\"\n" 2727 " label=\"Rotate\"\n" 2728 " name=\"Rotation\"\n" 2729 " number_of_elements=\"3\">\n" 2730 " <DoubleRangeDomain name=\"range\" />\n" 2731 " </DoubleVectorProperty>\n" 2732 " <DoubleVectorProperty command=\"GetOrientation\"\n" 2733 " default_values=\"0.0 0.0 0.0\"\n" 2734 " information_only=\"1\"\n" 2735 " name=\"RotationInfo\"\n" 2736 " number_of_elements=\"3\">\n" 2737 " <SimpleDoubleInformationHelper />\n" 2738 " </DoubleVectorProperty>\n" 2739 " <DoubleVectorProperty command=\"SetAbsoluteScale\"\n" 2740 " default_values=\"1.0 1.0 1.0\"\n" 2741 " information_property=\"ScaleInfo\"\n" 2742 " label=\"Scale\"\n" 2744 " number_of_elements=\"3\">\n" 2745 " <DoubleRangeDomain name=\"range\" />\n" 2746 " </DoubleVectorProperty>\n" 2747 " <DoubleVectorProperty command=\"GetScale\"\n" 2748 " default_values=\"1.0 1.0 1.0\"\n" 2749 " information_only=\"1\"\n" 2750 " name=\"ScaleInfo\"\n" 2751 " number_of_elements=\"3\" />\n" 2754 " <!-- ================================================================== -->\n" 2755 " <Proxy class=\"vtkPVTransform\" label=\"Transform\" name=\"Transform3\">\n" 2756 " <DoubleVectorProperty command=\"SetAbsolutePosition\"\n" 2757 " default_values=\"0.0 0.0 0.0\"\n" 2758 " information_property=\"PositionInfo\"\n" 2759 " label=\"Translate\"\n" 2760 " name=\"Position\"\n" 2761 " number_of_elements=\"3\">\n" 2762 " <DoubleRangeDomain name=\"range\" />\n" 2763 " </DoubleVectorProperty>\n" 2764 " <DoubleVectorProperty command=\"GetAbsolutePosition\"\n" 2765 " default_values=\"0.0 0.0 0.0\"\n" 2766 " information_only=\"1\"\n" 2767 " name=\"PositionInfo\"\n" 2768 " number_of_elements=\"3\" />\n" 2769 " <DoubleVectorProperty command=\"SetAbsoluteRotation\"\n" 2770 " default_values=\"0.0 0.0 0.0\"\n" 2771 " information_property=\"RotationInfo\"\n" 2772 " label=\"Rotate\"\n" 2773 " name=\"Rotation\"\n" 2774 " number_of_elements=\"3\">\n" 2775 " <DoubleRangeDomain name=\"range\" />\n" 2776 " </DoubleVectorProperty>\n" 2777 " <DoubleVectorProperty command=\"GetAbsoluteRotation\"\n" 2778 " default_values=\"0.0 0.0 0.0\"\n" 2779 " information_only=\"1\"\n" 2780 " name=\"RotationInfo\"\n" 2781 " number_of_elements=\"3\" />\n" 2782 " <DoubleVectorProperty command=\"SetAbsoluteScale\"\n" 2783 " default_values=\"1.0 1.0 1.0\"\n" 2784 " information_property=\"ScaleInfo\"\n" 2785 " label=\"Scale\"\n" 2787 " number_of_elements=\"3\">\n" 2788 " <DoubleRangeDomain name=\"range\" />\n" 2789 " </DoubleVectorProperty>\n" 2790 " <DoubleVectorProperty command=\"GetAbsoluteScale\"\n" 2791 " default_values=\"1.0 1.0 1.0\"\n" 2792 " information_only=\"1\"\n" 2793 " name=\"ScaleInfo\"\n" 2794 " number_of_elements=\"3\" />\n" 2795 " <InputProperty is_internal=\"1\" name=\"DummyInput\" />\n" 2796 " <PropertyGroup panel_widget=\"InteractiveBox\">\n" 2797 " <Property function=\"Position\" name=\"Position\" />\n" 2798 " <Property function=\"Rotation\" name=\"Rotation\" />\n" 2799 " <Property function=\"Scale\" name=\"Scale\" />\n" 2800 " <Property function=\"Input\" name=\"DummyInput\" />\n" 2801 " </PropertyGroup>\n" 2804 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 2809 " <!-- ================================================================== -->\n" 2812 " <!-- ==================================================================== -->\n" 2813 " <ProxyGroup name=\"implicit_functions\">\n" 2815 " <!-- ================================================================== -->\n" 2816 " <Proxy class=\"vtkPVPlane\" name=\"Plane\" processes=\"dataserver|renderserver|client\">\n" 2817 " <InputProperty is_internal=\"1\"\n" 2818 " name=\"Input\"></InputProperty>\n" 2819 " <DoubleVectorProperty command=\"SetOrigin\"\n" 2820 " default_values=\"0.0 0.0 0.0\"\n" 2821 " name=\"Origin\"\n" 2822 " number_of_elements=\"3\">\n" 2823 " <BoundsDomain default_mode=\"mid\"\n" 2824 " mode=\"normal\"\n" 2825 " name=\"range\">\n" 2826 " <RequiredProperties>\n" 2827 " <Property function=\"Input\"\n" 2828 " name=\"Input\" />\n" 2829 " </RequiredProperties>\n" 2830 " </BoundsDomain>\n" 2831 " <Documentation>\n" 2832 " Set the origin of the plane.\n" 2833 " </Documentation>\n" 2834 " </DoubleVectorProperty>\n" 2835 " <DoubleVectorProperty command=\"SetNormal\"\n" 2836 " default_values=\"1.0 0.0 0.0\"\n" 2837 " name=\"Normal\"\n" 2838 " number_of_elements=\"3\">\n" 2839 " <DoubleRangeDomain name=\"range\" />\n" 2840 " <Documentation>\n" 2841 " Set the normal of the plane. For many filters this also sets the side\n" 2842 " of the plane that is of interest. The normal points towards the\n" 2843 " \"outside\" of the plane.\n" 2844 " </Documentation>\n" 2845 " </DoubleVectorProperty>\n" 2846 " <DoubleVectorProperty animateable=\"1\"\n" 2847 " command=\"SetOffset\"\n" 2848 " default_values=\"0.0\"\n" 2849 " name=\"Offset\"\n" 2850 " number_of_elements=\"1\">\n" 2851 " <Documentation>\n" 2852 " Set the value to offset the origin by. The origin is translated along the normal\n" 2853 " direction by the number specified.\n" 2854 " </Documentation>\n" 2855 " </DoubleVectorProperty>\n" 2857 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n" 2858 " <Property function=\"Origin\" name=\"Origin\" />\n" 2859 " <Property function=\"Normal\" name=\"Normal\" />\n" 2860 " <Property function=\"Input\" name=\"Input\" />\n" 2861 " </PropertyGroup>\n" 2864 " <!-- Hints are metadata associated with the proxy.\n" 2865 " As far as the ServerManager is concerned, Hints have no\n" 2866 " significance. GUI is free to interpret the hints as\n" 2867 " it chooses. Hints provide a mechanism to add some GUI\n" 2868 " pertinant information to the server manager XML.\n" 2873 " ProxyList hints are used when this proxy\n" 2874 " is made a part of a proxy list domain.\n" 2875 " It provides a mechanism to link certain\n" 2876 " properties from this proxy with properties\n" 2877 " from the proxy which has the property\n" 2878 " with the proxy list domain.\n" 2880 " <Link name=\"Input\"\n" 2881 " with_property=\"Input\" />\n" 2886 " <!-- ================================================================== -->\n" 2887 " <Proxy class=\"vtkPVPlane\"\n" 2888 " name=\"Axis Aligned Plane\">\n" 2889 " <InputProperty is_internal=\"1\"\n" 2890 " name=\"Input\"></InputProperty>\n" 2891 " <DoubleVectorProperty command=\"SetOrigin\"\n" 2892 " default_values=\"0.0 0.0 0.0\"\n" 2893 " name=\"Origin\"\n" 2894 " number_of_elements=\"3\">\n" 2895 " <BoundsDomain default_mode=\"mid\"\n" 2896 " mode=\"normal\"\n" 2897 " name=\"range\">\n" 2898 " <RequiredProperties>\n" 2899 " <Property function=\"Input\"\n" 2900 " name=\"Input\" />\n" 2901 " </RequiredProperties>\n" 2902 " </BoundsDomain>\n" 2903 " <Documentation>\n" 2904 " Set the origin of the plane.\n" 2905 " </Documentation>\n" 2906 " </DoubleVectorProperty>\n" 2907 " <DoubleVectorProperty command=\"SetNormal\"\n" 2908 " default_values=\"1.0 0.0 0.0\"\n" 2909 " name=\"Normal\"\n" 2910 " number_of_elements=\"3\">\n" 2911 " <DoubleRangeDomain name=\"range\" />\n" 2912 " <Documentation>\n" 2913 " Set the normal of the plane. For many filters this also sets the side\n" 2914 " of the plane that is of interest. The normal points towards the\n" 2915 " \"outside\" of the plane.\n" 2916 " </Documentation>\n" 2917 " </DoubleVectorProperty>\n" 2918 " <DoubleVectorProperty animateable=\"1\"\n" 2919 " command=\"SetOffset\"\n" 2920 " default_values=\"0.0\"\n" 2921 " name=\"Offset\"\n" 2922 " number_of_elements=\"1\">\n" 2923 " <Documentation>\n" 2924 " Set the value to offset the origin by. The origin is translated along the normal\n" 2925 " direction by the number specified.\n" 2926 " </Documentation>\n" 2927 " </DoubleVectorProperty>\n" 2928 " <IntVectorProperty command=\"SetAxisAligned\"\n" 2929 " default_values=\"1\"\n" 2930 " name=\"AlwaysSnapToNearestAxis\"\n" 2931 " number_of_elements=\"1\">\n" 2932 " <BooleanDomain name=\"bool\" />\n" 2933 " </IntVectorProperty>\n" 2934 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n" 2935 " <Property function=\"Origin\" name=\"Origin\" />\n" 2936 " <Property function=\"Normal\" name=\"Normal\" />\n" 2937 " <Property function=\"Input\" name=\"Input\" />\n" 2938 " <Property function=\"AlwaysSnapToNearestAxis\" name=\"AlwaysSnapToNearestAxis\" />\n" 2939 " </PropertyGroup>\n" 2943 " <Link name=\"Input\"\n" 2944 " with_property=\"Input\" />\n" 2947 " <!-- End of Axis Aligned Plane -->\n" 2950 " <!-- ================================================================== -->\n" 2951 " <Proxy class=\"vtkPVBox\" name=\"Axis Aligned Box\">\n" 2952 " <InputProperty is_internal=\"1\" name=\"Input\" />\n" 2953 " <IntVectorProperty name=\"UseReferenceBounds\"\n" 2954 " command=\"SetUseReferenceBounds\"\n" 2955 " number_of_elements=\"1\"\n" 2956 " default_values=\"0\">\n" 2957 " <BooleanDomain name=\"bool\" />\n" 2958 " </IntVectorProperty>\n" 2959 " <DoubleVectorProperty command=\"SetReferenceBounds\"\n" 2960 " default_values=\"0 1 0 1 0 1\"\n" 2961 " name=\"Bounds\"\n" 2962 " number_of_elements=\"6\">\n" 2963 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n" 2964 " <RequiredProperties>\n" 2965 " <Property function=\"Input\" name=\"Input\" />\n" 2966 " </RequiredProperties>\n" 2967 " </BoundsDomain>\n" 2971 " </DoubleVectorProperty>\n" 2972 " <DoubleVectorProperty animateable=\"1\"\n" 2973 " command=\"SetPosition\"\n" 2974 " default_values=\"0.0 0.0 0.0\"\n" 2975 " name=\"Position\"\n" 2976 " number_of_elements=\"3\">\n" 2977 " <BoundsDomain default_mode=\"min\" mode=\"normal\" name=\"range\">\n" 2978 " <RequiredProperties>\n" 2979 " <Property function=\"Input\" name=\"Input\" />\n" 2980 " </RequiredProperties>\n" 2981 " </BoundsDomain>\n" 2982 " <Documentation>\n" 2983 " Set the position of the box.\n" 2984 " </Documentation>\n" 2985 " </DoubleVectorProperty>\n" 2986 " <DoubleVectorProperty animateable=\"1\"\n" 2987 " command=\"SetRotation\"\n" 2988 " default_values=\"0.0 0.0 0.0\"\n" 2989 " name=\"Rotation\"\n" 2990 " number_of_elements=\"3\">\n" 2991 " <DoubleRangeDomain name=\"range\" />\n" 2992 " <Documentation>\n" 2993 " Set the orientation of the box.\n" 2994 " </Documentation>\n" 2995 " </DoubleVectorProperty>\n" 2996 " <DoubleVectorProperty animateable=\"1\"\n" 2997 " command=\"SetScale\"\n" 2998 " default_values=\"1.0 1.0 1.0\"\n" 2999 " name=\"Length\"\n" 3000 " number_of_elements=\"3\">\n" 3001 " <BoundsDomain default_mode=\"max\" mode=\"component_magnitude\" name=\"range\">\n" 3002 " <RequiredProperties>\n" 3003 " <Property function=\"Input\" name=\"Input\" />\n" 3004 " </RequiredProperties>\n" 3005 " </BoundsDomain>\n" 3006 " <Documentation>\n" 3007 " Set the size of the box via a scale factor.\n" 3008 " </Documentation>\n" 3009 " </DoubleVectorProperty>\n" 3010 " <PropertyGroup label=\"Box Parameters\" panel_widget=\"InteractiveBox\">\n" 3011 " <Property function=\"Position\" name=\"Position\" />\n" 3012 " <Property function=\"Scale\" name=\"Length\" />\n" 3013 " <Property function=\"Input\" name=\"Input\" />\n" 3014 " <Property function=\"UseReferenceBounds\" name=\"UseReferenceBounds\" />\n" 3015 " <Property function=\"ReferenceBounds\" name=\"Bounds\" />\n" 3016 " </PropertyGroup>\n" 3019 " <Link name=\"Input\" with_property=\"Input\" />\n" 3022 " <!-- End of Axis Aligned Box -->\n" 3025 " <!-- ================================================================== -->\n" 3026 " <Proxy class=\"vtkPVBox\" name=\"Box\">\n" 3027 " <InputProperty is_internal=\"1\" name=\"Input\" />\n" 3028 " <IntVectorProperty name=\"UseReferenceBounds\"\n" 3029 " command=\"SetUseReferenceBounds\"\n" 3030 " number_of_elements=\"1\"\n" 3031 " default_values=\"0\">\n" 3032 " <BooleanDomain name=\"bool\" />\n" 3033 " </IntVectorProperty>\n" 3034 " <DoubleVectorProperty command=\"SetReferenceBounds\"\n" 3039 " default_values=\"0 1 0 1 0 1\"\n" 3040 " name=\"Bounds\"\n" 3041 " number_of_elements=\"6\">\n" 3042 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n" 3043 " <RequiredProperties>\n" 3044 " <Property function=\"Input\" name=\"Input\" />\n" 3045 " </RequiredProperties>\n" 3046 " </BoundsDomain>\n" 3050 " </DoubleVectorProperty>\n" 3051 " <DoubleVectorProperty animateable=\"1\"\n" 3052 " command=\"SetPosition\"\n" 3053 " default_values=\"0.0 0.0 0.0\"\n" 3054 " name=\"Position\"\n" 3055 " number_of_elements=\"3\">\n" 3056 " <BoundsDomain default_mode=\"min\" mode=\"normal\" name=\"range\">\n" 3057 " <RequiredProperties>\n" 3058 " <Property function=\"Input\" name=\"Input\" />\n" 3059 " </RequiredProperties>\n" 3060 " </BoundsDomain>\n" 3061 " <Documentation>\n" 3062 " Set the position of the box.\n" 3063 " </Documentation>\n" 3064 " </DoubleVectorProperty>\n" 3065 " <DoubleVectorProperty animateable=\"1\"\n" 3066 " command=\"SetRotation\"\n" 3067 " default_values=\"0.0 0.0 0.0\"\n" 3068 " name=\"Rotation\"\n" 3069 " number_of_elements=\"3\">\n" 3070 " <DoubleRangeDomain name=\"range\" />\n" 3071 " <Documentation>\n" 3072 " Set the orientation of the box.\n" 3073 " </Documentation>\n" 3074 " </DoubleVectorProperty>\n" 3075 " <DoubleVectorProperty animateable=\"1\"\n" 3076 " command=\"SetScale\"\n" 3077 " default_values=\"1.0 1.0 1.0\"\n" 3078 " name=\"Length\"\n" 3079 " number_of_elements=\"3\">\n" 3080 " <BoundsDomain default_mode=\"max\" mode=\"component_magnitude\" name=\"range\">\n" 3081 " <RequiredProperties>\n" 3082 " <Property function=\"Input\" name=\"Input\" />\n" 3083 " </RequiredProperties>\n" 3084 " </BoundsDomain>\n" 3085 " <Documentation>\n" 3086 " Set the size of the box via a scale factor.\n" 3087 " </Documentation>\n" 3088 " </DoubleVectorProperty>\n" 3089 " <PropertyGroup label=\"Box Parameters\" panel_widget=\"InteractiveBox\">\n" 3090 " <Property function=\"Position\" name=\"Position\" />\n" 3091 " <Property function=\"Rotation\" name=\"Rotation\" />\n" 3092 " <Property function=\"Scale\" name=\"Length\" />\n" 3093 " <Property function=\"Input\" name=\"Input\" />\n" 3094 " <Property function=\"UseReferenceBounds\" name=\"UseReferenceBounds\" />\n" 3095 " <Property function=\"ReferenceBounds\" name=\"Bounds\" />\n" 3096 " </PropertyGroup>\n" 3099 " <Link name=\"Input\" with_property=\"Input\" />\n" 3102 " <!-- End of Box -->\n" 3105 " <!-- ================================================================== -->\n" 3106 " <Proxy class=\"vtkPVCylinder\" name=\"Cylinder\">\n" 3107 " <InputProperty is_internal=\"1\" name=\"Input\" />\n" 3108 " <DoubleVectorProperty command=\"SetCenter\"\n" 3109 " default_values=\"0 0 0\"\n" 3110 " name=\"Center\"\n" 3111 " number_of_elements=\"3\">\n" 3112 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 3113 " <RequiredProperties>\n" 3114 " <Property function=\"Input\" name=\"Input\" />\n" 3115 " </RequiredProperties>\n" 3116 " </BoundsDomain>\n" 3117 " <Documentation>\n" 3118 " Set the center of the cylinder.\n" 3119 " </Documentation>\n" 3120 " </DoubleVectorProperty>\n" 3121 " <DoubleVectorProperty command=\"SetOrientedAxis\"\n" 3122 " default_values=\"0. 1. 0.\"\n" 3124 " number_of_elements=\"3\">\n" 3125 " <Documentation>\n" 3126 " Set the axis of the cylinder. This is the direction from the center of one end of\n" 3127 " the cylinder to the center of the other end. The cylinder created has infinite length\n" 3128 " but this direction controls which line through the center point the cylinder is around.\n" 3129 " </Documentation>\n" 3130 " </DoubleVectorProperty>\n" 3131 " <DoubleVectorProperty command=\"SetRadius\"\n" 3132 " default_values=\"0.5\"\n" 3133 " name=\"Radius\"\n" 3134 " number_of_elements=\"1\">\n" 3135 " <BoundsDomain name=\"range\" mode=\"scaled_extent\" scale_factor=\"0.5\" default_mode=\"max\">\n" 3136 " <RequiredProperties>\n" 3137 " <Property function=\"Input\" name=\"Input\" />\n" 3138 " </RequiredProperties>\n" 3139 " </BoundsDomain>\n" 3140 " <Documentation>\n" 3141 " Set the radius of the cylinder.\n" 3142 " </Documentation>\n" 3143 " </DoubleVectorProperty>\n" 3144 " <PropertyGroup label=\"Cylinder Parameters\" panel_widget=\"InteractiveCylinder\">\n" 3145 " <Property function=\"Center\" name=\"Center\" />\n" 3146 " <Property function=\"Axis\" name=\"Axis\" />\n" 3147 " <Property function=\"Radius\" name=\"Radius\" />\n" 3148 " <Property function=\"Input\" name=\"Input\" />\n" 3149 " </PropertyGroup>\n" 3152 " <Link name=\"Input\" with_property=\"Input\" />\n" 3155 " <!-- End of Cylinder -->\n" 3158 " <!-- ================================================================== -->\n" 3160 "</ServerManagerConfiguration>\n" 3171 char* res =
new char[ len + 1];
3175 assert(offset == len);
3183 "<ServerManagerConfiguration>\n" 3184 " <ProxyGroup name=\"sources\">\n" 3185 " <!-- ==================================================================== -->\n" 3186 " <SourceProxy class=\"vtkNetworkImageSource\"\n" 3187 " name=\"NetworkImageSource\"\n" 3188 " post_push=\"UpdateImage\"\n" 3189 " processes=\"client|renderserver\">\n" 3190 " <StringVectorProperty command=\"SetFileName\"\n" 3191 " name=\"FileName\"\n" 3192 " number_of_elements=\"1\">\n" 3193 " <Documentation>Set the name of image file to load.</Documentation>\n" 3194 " <FileListDomain name=\"files\" />\n" 3195 " </StringVectorProperty>\n" 3196 " <!-- End of NetworkImageSource -->\n" 3199 "</ServerManagerConfiguration>\n" 3208 char* res =
new char[ len + 1];
3211 assert(offset == len);
3219 "<ServerManagerConfiguration>\n" 3220 " <ProxyGroup name=\"filters\">\n" 3221 " <!-- ==================================================================== -->\n" 3222 " <SourceProxy class=\"vtkClientServerMoveData\"\n" 3223 " name=\"ClientServerMoveData\"\n" 3224 " processes=\"client|dataserver\">\n" 3225 " <InputProperty command=\"SetInputConnection\"\n" 3226 " name=\"Input\">\n" 3227 " <ProxyGroupDomain name=\"groups\">\n" 3228 " <Group name=\"sources\" />\n" 3229 " <Group name=\"filters\" />\n" 3230 " </ProxyGroupDomain>\n" 3231 " <Documentation>Set the input to the Client Server Move Data\n" 3232 " filter.</Documentation>\n" 3233 " </InputProperty>\n" 3234 " <IntVectorProperty animateable=\"0\"\n" 3235 " command=\"SetOutputDataType\"\n" 3236 " default_values=\"0\"\n" 3237 " name=\"OutputDataType\"\n" 3238 " number_of_elements=\"1\"></IntVectorProperty>\n" 3239 " <IntVectorProperty command=\"SetWholeExtent\"\n" 3240 " default_values=\"0 -1 0 -1 0 -1\"\n" 3241 " name=\"WholeExtent\"\n" 3242 " number_of_elements=\"6\"></IntVectorProperty>\n" 3243 " <!-- End ClientServerMoveData -->\n" 3246 " <!-- ==================================================================== -->\n" 3247 " <SourceProxy class=\"vtkMPIMoveData\"\n" 3248 " name=\"MPIMoveData\">\n" 3249 " <InputProperty command=\"SetInputConnection\"\n" 3250 " name=\"Input\">\n" 3251 " <ProxyGroupDomain name=\"groups\">\n" 3252 " <Group name=\"sources\" />\n" 3253 " <Group name=\"filters\" />\n" 3254 " </ProxyGroupDomain>\n" 3255 " <!-- Does this have any data type domain? -->\n" 3256 " <Documentation>Set the input to the MPI Move Data\n" 3257 " filter.</Documentation>\n" 3258 " </InputProperty>\n" 3259 " <IntVectorProperty animateable=\"0\"\n" 3260 " command=\"SetMoveMode\"\n" 3261 " default_values=\"0\"\n" 3262 " name=\"MoveMode\"\n" 3263 " number_of_elements=\"1\">\n" 3264 " <EnumerationDomain name=\"enum\">\n" 3265 " <Entry text=\"PassThrough\"\n" 3267 " <Entry text=\"Collect\"\n" 3269 " <Entry text=\"Clone\"\n" 3271 " </EnumerationDomain>\n" 3272 " <Documentation>Specify how the data is to be\n" 3273 " redistributed.</Documentation>\n" 3274 " </IntVectorProperty>\n" 3275 " <IntVectorProperty animateable=\"0\"\n" 3276 " command=\"SetOutputDataType\"\n" 3277 " default_values=\"none\"\n" 3278 " name=\"OutputDataType\"\n" 3279 " number_of_elements=\"1\">\n" 3280 " <EnumerationDomain name=\"enum\">\n" 3281 " <Entry text=\"PolyData\"\n" 3283 " <Entry text=\"Unstructured Grid\"\n" 3285 " <Entry text=\"ImageData\"\n" 3287 " </EnumerationDomain>\n" 3288 " <Documentation>Specify the type of the dataset.</Documentation>\n" 3289 " </IntVectorProperty>\n" 3290 " <!-- End MPIMoveData -->\n" 3293 " <!-- ==================================================================== -->\n" 3294 " <SourceProxy class=\"vtkPVGeometryFilter\"\n" 3295 " name=\"GeometryFilter\">\n" 3296 " <InputProperty command=\"SetInputConnection\"\n" 3297 " name=\"Input\">\n" 3298 " <ProxyGroupDomain name=\"groups\">\n" 3299 " <Group name=\"sources\" />\n" 3300 " <Group name=\"filters\" />\n" 3301 " </ProxyGroupDomain>\n" 3302 " <!-- Does this have any data type domain? -->\n" 3303 " <Documentation>Set the input to the Geometry Filter.</Documentation>\n" 3304 " </InputProperty>\n" 3305 " <IntVectorProperty animateable=\"0\"\n" 3306 " command=\"SetUseStrips\"\n" 3307 " default_values=\"0\"\n" 3308 " is_internal=\"1\"\n" 3309 " name=\"UseStrips\"\n" 3310 " number_of_elements=\"1\">\n" 3311 " <BooleanDomain name=\"bool\" />\n" 3312 " <Documentation>Toggle whether to generate faces containing triangle\n" 3313 " strips. This should render faster and use less memory, but no cell data\n" 3314 " is copied.</Documentation>\n" 3315 " </IntVectorProperty>\n" 3316 " <IntVectorProperty animateable=\"0\"\n" 3317 " command=\"SetForceUseStrips\"\n" 3318 " default_values=\"0\"\n" 3319 " is_internal=\"1\"\n" 3320 " name=\"ForceStrips\"\n" 3321 " number_of_elements=\"1\">\n" 3322 " <BooleanDomain name=\"bool\" />\n" 3323 " <Documentation>This makes UseStrips call Modified() after changing its\n" 3324 " setting to ensure that the filter's output is immediately\n" 3325 " changed.</Documentation>\n" 3326 " </IntVectorProperty>\n" 3327 " <IntVectorProperty animateable=\"0\"\n" 3328 " command=\"SetUseOutline\"\n" 3329 " default_values=\"0\"\n" 3330 " name=\"UseOutline\"\n" 3331 " number_of_elements=\"1\">\n" 3332 " <BooleanDomain name=\"bool\" />\n" 3333 " <Documentation>Toggle whether to generate an outline or a\n" 3334 " surface.</Documentation>\n" 3335 " </IntVectorProperty>\n" 3336 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n" 3337 " default_values=\"1\"\n" 3338 " name=\"NonlinearSubdivisionLevel\"\n" 3339 " number_of_elements=\"1\">\n" 3340 " <IntRangeDomain max=\"4\"\n" 3342 " name=\"range\" />\n" 3343 " <Documentation>Nonlinear faces are approximated with flat polygons.\n" 3344 " This parameter controls how many times to subdivide nonlinear surface\n" 3345 " cells. Higher subdivisions generate closer approximations but take more\n" 3346 " memory and rendering time. Subdivision is recursive, so the number of\n" 3347 " output polygons can grow exponentially with this\n" 3348 " parameter.</Documentation>\n" 3349 " </IntVectorProperty>\n" 3350 " <IntVectorProperty animateable=\"0\"\n" 3351 " command=\"SetPassThroughCellIds\"\n" 3352 " default_values=\"1\"\n" 3353 " name=\"PassThroughIds\"\n" 3354 " number_of_elements=\"1\">\n" 3355 " <BooleanDomain name=\"bool\" />\n" 3356 " <Documentation>If on, the output polygonal dataset will have a cell data\n" 3357 " array that holds the cell index of the original 3D cell that produced\n" 3358 " each output cell. This is useful for cell picking.</Documentation>\n" 3359 " </IntVectorProperty>\n" 3360 " <IntVectorProperty animateable=\"0\"\n" 3361 " command=\"SetPassThroughPointIds\"\n" 3362 " default_values=\"1\"\n" 3363 " name=\"PassThroughPointIds\"\n" 3364 " number_of_elements=\"1\">\n" 3365 " <BooleanDomain name=\"bool\" />\n" 3366 " <Documentation>If on, the output polygonal dataset will have a\n" 3367 " point data array that holds the point index of the original 3D vertex\n" 3368 " that produced each output vertex. This is useful for\n" 3369 " picking.</Documentation>\n" 3370 " </IntVectorProperty>\n" 3371 " <!-- End GeometryFilter -->\n" 3374 " <!-- ==================================================================== -->\n" 3376 "</ServerManagerConfiguration>\n" 3385 char* res =
new char[ len + 1];
3388 assert(offset == len);
3396 "<ServerManagerConfiguration>\n" 3397 " <ProxyGroup name=\"filters\">\n" 3398 " <!-- ==================================================================== -->\n" 3399 " <SourceProxy class=\"vtkCleanUnstructuredGrid\"\n" 3400 " label=\"Clean to Grid\"\n" 3401 " name=\"CleanUnstructuredGrid\">\n" 3402 " <Documentation long_help=\"This filter merges points and converts the data set to unstructured grid.\"\n" 3403 " short_help=\"Merge points.\">The Clean to Grid filter merges\n" 3404 " points that are exactly coincident. It also converts the\n" 3405 " data set to an unstructured grid. You may wish to do this\n" 3406 " if you want to apply a filter to your data set that is\n" 3407 " available for unstructured grids but not for the initial\n" 3408 " type of your data set (e.g., applying warp vector to\n" 3409 " volumetric data). The Clean to Grid filter operates on any\n" 3410 " type of data set.</Documentation>\n" 3411 " <InputProperty command=\"SetInputConnection\"\n" 3412 " name=\"Input\">\n" 3413 " <ProxyGroupDomain name=\"groups\">\n" 3414 " <Group name=\"sources\" />\n" 3415 " <Group name=\"filters\" />\n" 3416 " </ProxyGroupDomain>\n" 3417 " <DataTypeDomain name=\"input_type\">\n" 3418 " <DataType value=\"vtkDataSet\" />\n" 3419 " </DataTypeDomain>\n" 3420 " <Documentation>This property specifies the input to the Clean to Grid\n" 3421 " filter.</Documentation>\n" 3422 " </InputProperty>\n" 3423 " <DoubleVectorProperty animateable=\"1\"\n" 3424 " command=\"SetTolerance\"\n" 3425 " default_values=\"0.0\"\n" 3426 " name=\"Tolerance\"\n" 3427 " number_of_elements=\"1\">\n" 3428 " <DoubleRangeDomain max=\"1\"\n" 3430 " name=\"range\" />\n" 3431 " <Documentation>When merging nearby points and\n" 3432 " not using absolute tolerance (see ToleranceIsAbsolute property), this\n" 3433 " property specifies the tolerance for performing merging as a fraction\n" 3434 " of the length of the diagonal of the bounding box of the input data\n" 3435 " set.</Documentation>\n" 3436 " </DoubleVectorProperty>\n" 3437 " <DoubleVectorProperty command=\"SetAbsoluteTolerance\"\n" 3438 " default_values=\"1.0\"\n" 3439 " name=\"AbsoluteTolerance\"\n" 3440 " number_of_elements=\"1\">\n" 3441 " <DoubleRangeDomain min=\"0\"\n" 3442 " name=\"range\" />\n" 3443 " <Documentation>When merging nearby points and\n" 3444 " using absolute tolerance (see ToleranceIsAbsolute property), this\n" 3445 " property specifies the tolerance for performing merging in the spatial\n" 3446 " units of the input data set.</Documentation>\n" 3447 " </DoubleVectorProperty>\n" 3448 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n" 3449 " default_values=\"0\"\n" 3450 " name=\"ToleranceIsAbsolute\"\n" 3451 " number_of_elements=\"1\">\n" 3452 " <BooleanDomain name=\"bool\" />\n" 3453 " <Documentation>This property determines whether to use absolute or\n" 3454 " relative (a percentage of the bounding box) tolerance when performing\n" 3455 " point merging.</Documentation>\n" 3456 " </IntVectorProperty>\n" 3457 " <!-- End CleanUnstructuredGrid -->\n" 3460 " <!-- ==================================================================== -->\n" 3461 " <SourceProxy class=\"vtkCleanUnstructuredGridCells\"\n" 3462 " label=\"Clean Cells to Grid\"\n" 3463 " name=\"CleanUnstructuredGridCells\">\n" 3464 " <Documentation long_help=\"This filter merges cells and converts the data set to unstructured grid.\"\n" 3465 " short_help=\"Merge cells.\">Merges degenerate cells. Assumes\n" 3466 " the input grid does not contain duplicate points. You may\n" 3467 " want to run vtkCleanUnstructuredGrid first to assert it.\n" 3468 " If duplicated cells are found they are removed in the\n" 3469 " output. The filter also handles the case, where a cell may\n" 3470 " contain degenerate nodes (i.e. one and the same node is\n" 3471 " referenced by a cell more than once).</Documentation>\n" 3472 " <InputProperty command=\"SetInputConnection\"\n" 3473 " name=\"Input\">\n" 3474 " <ProxyGroupDomain name=\"groups\">\n" 3475 " <Group name=\"sources\" />\n" 3476 " <Group name=\"filters\" />\n" 3477 " </ProxyGroupDomain>\n" 3478 " <DataTypeDomain name=\"input_type\">\n" 3479 " <DataType value=\"vtkUnstructuredGrid\" />\n" 3480 " </DataTypeDomain>\n" 3481 " <Documentation>This property specifies the input to the Clean Cells to\n" 3482 " Grid filter.</Documentation>\n" 3483 " </InputProperty>\n" 3484 " <!-- End CleanUnstructuredGridCells -->\n" 3487 " <!-- ==================================================================== -->\n" 3488 " <SourceProxy class=\"vtkGridConnectivity\"\n" 3489 " label=\"Grid Connectivity\"\n" 3490 " name=\"GridConnectivity\">\n" 3491 " <Documentation long_help=\"Mass properties of connected fragments for unstructured grids.\"\n" 3492 " short_help=\"Parallel connectivity and integration.\">This\n" 3493 " filter works on multiblock unstructured grid inputs and\n" 3494 " also works in parallel. It Ignores any cells with a cell\n" 3495 " data Status value of 0. It performs connectivity to\n" 3496 " distict fragments separately. It then integrates\n" 3497 " attributes of the fragments.</Documentation>\n" 3498 " <InputProperty command=\"SetInputConnection\"\n" 3499 " name=\"Input\">\n" 3500 " <ProxyGroupDomain name=\"groups\">\n" 3501 " <Group name=\"sources\" />\n" 3502 " <Group name=\"filters\" />\n" 3503 " </ProxyGroupDomain>\n" 3504 " <DataTypeDomain name=\"input_type\">\n" 3505 " <DataType value=\"vtkUnstructuredGrid\" />\n" 3506 " <DataType value=\"vtkCompositeDataSet\" />\n" 3507 " </DataTypeDomain>\n" 3508 " <Documentation>This property specifies the input of the\n" 3509 " filter.</Documentation>\n" 3510 " </InputProperty>\n" 3511 " <!-- End Grid Fragment -->\n" 3514 " <!-- ==================================================================== -->\n" 3515 " <SourceProxy class=\"vtkHybridProbeFilter\"\n" 3516 " label=\"Extract Location\"\n" 3517 " name=\"ExtractLocation\">\n" 3518 " <Documentation long_help=\"Sample or extract cells at a point.\"\n" 3519 " short_help=\"Sample or extracy cells at a point.\">\n" 3520 " This filter allows you to specify a location and then either interpolate\n" 3521 " the data attributes from the input dataset at that location or extract the\n" 3522 " cell(s) at the location.\n" 3523 " </Documentation>\n" 3524 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 3525 " <ProxyGroupDomain name=\"groups\">\n" 3526 " <Group name=\"sources\" />\n" 3527 " <Group name=\"filters\" />\n" 3528 " </ProxyGroupDomain>\n" 3529 " <DataTypeDomain name=\"input_type\">\n" 3530 " <DataType value=\"vtkDataSet\" />\n" 3531 " <DataType value=\"vtkCompositeDataSet\" />\n" 3532 " </DataTypeDomain>\n" 3533 " <InputArrayDomain name=\"input_array\" />\n" 3534 " <Documentation>Set the input dataset producer</Documentation>\n" 3535 " </InputProperty>\n" 3537 " <IntVectorProperty name=\"Mode\"\n" 3538 " command=\"SetMode\"\n" 3539 " number_of_elements=\"1\"\n" 3540 " default_values=\"1\">\n" 3541 " <EnumerationDomain name=\"enum\">\n" 3542 " <Entry text=\"Interpolate At Location\" value=\"0\" />\n" 3543 " <Entry text=\"Extract Cell At Location\" value=\"1\" />\n" 3544 " </EnumerationDomain>\n" 3545 " <Documentation>\n" 3546 " Select whether to interpolate (probe) data attributes at the specified\n" 3547 " location, or to extract cell(s) containing the specified location.\n" 3548 " </Documentation>\n" 3549 " </IntVectorProperty>\n" 3551 " <DoubleVectorProperty command=\"SetLocation\"\n" 3552 " default_values=\"0.0 0.0 0.0\"\n" 3553 " name=\"Location\"\n" 3554 " number_of_elements=\"3\">\n" 3555 " <Documentation>Select the location of interest in 3D space.</Documentation>\n" 3556 " <BoundsDomain default_mode=\"mid\"\n" 3557 " mode=\"normal\"\n" 3558 " name=\"range\">\n" 3559 " <RequiredProperties>\n" 3560 " <Property function=\"Input\"\n" 3561 " name=\"Input\" />\n" 3562 " </RequiredProperties>\n" 3563 " </BoundsDomain>\n" 3564 " </DoubleVectorProperty>\n" 3565 " <PropertyGroup label=\"Location Parameters\" panel_widget=\"InteractiveHandle\">\n" 3566 " <Property function=\"WorldPosition\" name=\"Location\" />\n" 3567 " <Property function=\"Input\" name=\"Input\" />\n" 3568 " </PropertyGroup>\n" 3570 " <Visibility replace_input=\"2\" />\n" 3572 " <!-- End ProbePoint -->\n" 3575 " <!-- ==================================================================== -->\n" 3576 " <SourceProxy class=\"vtkIntegrateFlowThroughSurface\"\n" 3577 " label=\"Surface Flow\"\n" 3578 " name=\"IntegrateFlowThroughSurface\">\n" 3579 " <Documentation long_help=\"This filter integrates flow through a surface.\"\n" 3580 " short_help=\"This filter integrates flow through a surface.\">\n" 3581 " The flow integration filter integrates the dot product of\n" 3582 " a point flow vector field and surface normal. It computes\n" 3583 " the net flow across the 2D surface. It operates on any\n" 3584 " type of dataset and produces an unstructured grid\n" 3585 " output.</Documentation>\n" 3586 " <InputProperty command=\"SetInputConnection\"\n" 3587 " name=\"Input\">\n" 3588 " <ProxyGroupDomain name=\"groups\">\n" 3589 " <Group name=\"sources\" />\n" 3590 " <Group name=\"filters\" />\n" 3591 " </ProxyGroupDomain>\n" 3592 " <DataTypeDomain name=\"input_type\">\n" 3593 " <DataType value=\"vtkDataSet\" />\n" 3594 " </DataTypeDomain>\n" 3595 " <InputArrayDomain attribute_type=\"point\"\n" 3596 " name=\"input_array\"\n" 3597 " number_of_components=\"3\" />\n" 3598 " <Documentation>This property specifies the input to the Surface Flow\n" 3599 " filter.</Documentation>\n" 3600 " </InputProperty>\n" 3601 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 3602 " element_types=\"0 0 0 0 2\"\n" 3603 " name=\"SelectInputVectors\"\n" 3604 " number_of_elements=\"5\">\n" 3605 " <ArrayListDomain attribute_type=\"Vectors\"\n" 3606 " name=\"array_list\">\n" 3607 " <RequiredProperties>\n" 3608 " <Property function=\"Input\"\n" 3609 " name=\"Input\" />\n" 3610 " </RequiredProperties>\n" 3611 " </ArrayListDomain>\n" 3612 " <Documentation>The value of this property specifies the name of the\n" 3613 " input vector array containing the flow vector field.</Documentation>\n" 3614 " </StringVectorProperty>\n" 3615 " <!-- End IntegrateFlowThroughSurface -->\n" 3618 " <!-- ==================================================================== -->\n" 3619 " <SourceProxy class=\"vtkIsoVolume\"\n" 3620 " label=\"Iso Volume\"\n" 3621 " name=\"IsoVolume\">\n" 3622 " <Documentation long_help=\"This filter extracts cells by clipping cells that have point\n" 3623 " scalars not in the specified range.\"\n" 3624 " short_help=\"Extract cells that satisfy a threshold criterion.\">\n" 3625 " This filter clip away the cells using lower and upper\n" 3626 " thresholds.</Documentation>\n" 3627 " <InputProperty command=\"SetInputConnection\"\n" 3628 " name=\"Input\">\n" 3629 " <ProxyGroupDomain name=\"groups\">\n" 3630 " <Group name=\"sources\" />\n" 3631 " <Group name=\"filters\" />\n" 3632 " </ProxyGroupDomain>\n" 3633 " <DataTypeDomain name=\"input_type\">\n" 3634 " <DataType value=\"vtkDataSet\" />\n" 3635 " </DataTypeDomain>\n" 3636 " <InputArrayDomain name=\"input_array\"\n" 3637 " number_of_components=\"1\">\n" 3638 " </InputArrayDomain>\n" 3639 " <Documentation>This property specifies the input to the Threshold\n" 3640 " filter.</Documentation>\n" 3641 " </InputProperty>\n" 3642 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 3643 " element_types=\"0 0 0 0 2\"\n" 3644 " label=\"Input Scalars\"\n" 3645 " name=\"SelectInputScalars\"\n" 3646 " number_of_elements=\"5\">\n" 3647 " <ArrayListDomain attribute_type=\"Scalars\"\n" 3648 " name=\"array_list\">\n" 3649 " <RequiredProperties>\n" 3650 " <Property function=\"Input\"\n" 3651 " name=\"Input\" />\n" 3652 " </RequiredProperties>\n" 3653 " </ArrayListDomain>\n" 3654 " <Documentation>The value of this property contains the name of the\n" 3655 " scalar array from which to perform thresholding.</Documentation>\n" 3656 " </StringVectorProperty>\n" 3657 " <DoubleVectorProperty command=\"ThresholdBetween\"\n" 3658 " default_values=\"0 0\"\n" 3659 " label=\"Threshold Range\"\n" 3660 " name=\"ThresholdBetween\"\n" 3661 " number_of_elements=\"2\"\n" 3662 " panel_widget=\"double_range\">\n" 3663 " <ArrayRangeDomain name=\"range\">\n" 3664 " <RequiredProperties>\n" 3665 " <Property function=\"Input\"\n" 3666 " name=\"Input\" />\n" 3667 " <Property function=\"ArraySelection\"\n" 3668 " name=\"SelectInputScalars\" />\n" 3669 " </RequiredProperties>\n" 3670 " </ArrayRangeDomain>\n" 3671 " <Documentation>The values of this property specify the upper and lower\n" 3672 " bounds of the thresholding operation.</Documentation>\n" 3673 " </DoubleVectorProperty>\n" 3675 " <Visibility replace_input=\"2\" />\n" 3677 " <!-- End Iso Volume -->\n" 3680 " <!-- ==================================================================== -->\n" 3681 " <SourceProxy class=\"vtkPlotEdges\"\n" 3682 " label=\"Plot On Sorted Lines\"\n" 3683 " name=\"PlotOnSortedLines\">\n" 3684 " <Documentation long_help=\"The Plot on Sorted Lines filter sorts and orders polylines for graph visualization.\"\n" 3685 " short_help=\"\">The Plot on Sorted Lines filter sorts and orders\n" 3686 " polylines for graph visualization. See http://www.paraview.org/ParaView3/index.php/Plotting_Over_Curves for more information.</Documentation>\n" 3687 " <InputProperty command=\"SetInputConnection\"\n" 3688 " name=\"Input\">\n" 3689 " <ProxyGroupDomain name=\"groups\">\n" 3690 " <Group name=\"sources\" />\n" 3691 " <Group name=\"filters\" />\n" 3692 " </ProxyGroupDomain>\n" 3693 " <DataTypeDomain name=\"input_type\">\n" 3694 " <DataType value=\"vtkPolyData\" />\n" 3695 " </DataTypeDomain>\n" 3696 " <Documentation>This property specifies the input to the Plot Edges\n" 3697 " filter.</Documentation>\n" 3698 " </InputProperty>\n" 3700 " <!-- View can be used to specify the preferred view for the proxy -->\n" 3705 " <View type=\"XYChartView\" />\n" 3706 " <!-- Temporary hint to allow the output of this filter to be plotted -->\n" 3709 " <!-- End PlotEdges -->\n" 3712 " <SourceProxy class=\"vtkConvertPolyhedraFilter\"\n" 3713 " label=\"Convert Polyhedral Cells\"\n" 3714 " name=\"ConvertPolyhedra\">\n" 3715 " <Documentation long_help=\"Attempt to convert polyhedral cells tp simple cells.\">\n" 3716 "Attempt to convert polyhedral cells to simple cells (tetrahedron, pyramid, wedge\n" 3717 "or hexahedron). It will speed up downstream processing if polyhedral cells can\n" 3718 "be treated as simple cells.\n" 3719 " </Documentation>\n" 3720 " <InputProperty command=\"SetInputConnection\"\n" 3721 " name=\"Input\">\n" 3722 " <ProxyGroupDomain name=\"groups\">\n" 3723 " <Group name=\"sources\" />\n" 3724 " <Group name=\"filters\" />\n" 3725 " </ProxyGroupDomain>\n" 3726 " <DataTypeDomain name=\"input_type\">\n" 3727 " <DataType value=\"vtkUnstructuredGridBase\" />\n" 3728 " </DataTypeDomain>\n" 3729 " <Documentation>This property specifies the input to the Convert Polyhedral Cells\n" 3730 " filter.</Documentation>\n" 3731 " </InputProperty>\n" 3735 " <!-- ==================================================================== -->\n" 3736 " <SourceProxy class=\"vtkPVArrayCalculator\"\n" 3737 " name=\"Calculator\">\n" 3738 " <Documentation long_help=\"Compute new attribute arrays as function of existing arrays.\"\n" 3739 " short_help=\"Compute new attribute arrays.\">\n" 3740 "The Calculator filter computes a new data array or new point\n" 3741 "coordinates as a function of existing scalar or vector arrays. If\n" 3742 "point-centered arrays are used in the computation of a new data array,\n" 3743 "the resulting array will also be point-centered. Similarly,\n" 3744 "computations using cell-centered arrays will produce a new\n" 3745 "cell-centered array. If the function is computing point coordinates,\n" 3746 "the result of the function must be a three-component vector.\n" 3748 "The Calculator interface operates similarly to a scientific\n" 3749 "calculator. In creating the function to evaluate, the standard order\n" 3750 "of operations applies. Each of the calculator functions is described\n" 3751 "below. Unless otherwise noted, enclose the operand in parentheses\n" 3752 "using the ( and ) buttons.\n" 3754 "- Clear: Erase the current function (displayed in the read-only text\n" 3755 " box above the calculator buttons).\n" 3756 "- /: Divide one scalar by another. The operands for this function are\n" 3757 " not required to be enclosed in parentheses.\n" 3758 "- *: Multiply two scalars, or multiply a vector by a scalar (scalar multiple).\n" 3759 " The operands for this function are not required to be enclosed in parentheses.\n" 3760 "- -: Negate a scalar or vector (unary minus), or subtract one scalar or vector\n" 3761 " from another. The operands for this function are not required to be enclosed\n" 3762 " in parentheses.\n" 3763 "- +: Add two scalars or two vectors. The operands for this function are not\n" 3764 " required to be enclosed in parentheses.\n" 3765 "- sin: Compute the sine of a scalar. cos: Compute the cosine of a scalar.\n" 3766 "- tan: Compute the tangent of a scalar.\n" 3767 "- asin: Compute the arcsine of a scalar.\n" 3768 "- acos: Compute the arccosine of a scalar.\n" 3769 "- atan: Compute the arctangent of a scalar.\n" 3770 "- sinh: Compute the hyperbolic sine of a scalar.\n" 3771 "- cosh: Compute the hyperbolic cosine of a scalar.\n" 3772 "- tanh: Compute the hyperbolic tangent of a scalar.\n" 3773 "- min: Compute minimum of two scalars.\n" 3774 "- max: Compute maximum of two scalars.\n" 3775 "- x^y: Raise one scalar to the power of another scalar. The operands for\n" 3776 " this function are not required to be enclosed in parentheses.\n" 3777 "- sqrt: Compute the square root of a scalar.\n" 3778 "- e^x: Raise e to the power of a scalar.\n" 3779 "- log: Compute the logarithm of a scalar (deprecated. same as log10).\n" 3780 "- log10: Compute the logarithm of a scalar to the base 10.\n" 3781 "- ln: Compute the logarithm of a scalar to the base 'e'.\n" 3782 "- ceil: Compute the ceiling of a scalar. floor: Compute the floor of a scalar.\n" 3783 "- abs: Compute the absolute value of a scalar.\n" 3784 "- v1.v2: Compute the dot product of two vectors. The operands for this\n" 3785 " function are not required to be enclosed in parentheses.\n" 3786 "- cross: Compute cross product of two vectors.\n" 3787 "- mag: Compute the magnitude of a vector.\n" 3788 "- norm: Normalize a vector.\n" 3790 "The operands are described below. The digits 0 - 9 and the decimal\n" 3791 "point are used to enter constant scalar values. **iHat**, **jHat**,\n" 3792 "and **kHat** are vector constants representing unit vectors in the X,\n" 3793 "Y, and Z directions, respectively. The scalars menu lists the names of\n" 3794 "the scalar arrays and the components of the vector arrays of either\n" 3795 "the point-centered or cell-centered data. The vectors menu lists the\n" 3796 "names of the point-centered or cell-centered vector arrays. The\n" 3797 "function will be computed for each point (or cell) using the scalar or\n" 3798 "vector value of the array at that point (or cell). The filter operates\n" 3799 "on any type of data set, but the input data set must have at least one\n" 3800 "scalar or vector array. The arrays can be either point-centered or\n" 3801 "cell-centered. The Calculator filter's output is of the same data set\n" 3802 "type as the input.\n" 3804 "The output array type can be specified as an advanced option with the default\n" 3805 "being of a vtkDoubleArray.</Documentation>\n" 3806 " <InputProperty command=\"SetInputConnection\"\n" 3807 " name=\"Input\">\n" 3808 " <ProxyGroupDomain name=\"groups\">\n" 3809 " <Group name=\"sources\" />\n" 3810 " <Group name=\"filters\" />\n" 3811 " </ProxyGroupDomain>\n" 3812 " <DataTypeDomain name=\"input_type\">\n" 3813 " <DataType value=\"vtkDataSet\" />\n" 3814 " <DataType value=\"vtkGraph\"/>\n" 3815 " <DataType value=\"vtkTable\"/>\n" 3816 " </DataTypeDomain>\n" 3817 " <InputArrayDomain name=\"input_array\" optional=\"1\"/>\n" 3818 " <Documentation>This property specifies the input dataset (vtkDataSet, vtkTable or vtkGraph) to the\n" 3819 " Calculator filter. The scalar and vector variables may be chosen from\n" 3820 " this dataset's arrays.</Documentation>\n" 3821 " </InputProperty>\n" 3822 " <IntVectorProperty command=\"SetAttributeType\"\n" 3823 " default_values=\"0\"\n" 3824 " name=\"AttributeType\"\n" 3825 " number_of_elements=\"1\">\n" 3826 " <FieldDataDomain name=\"enum\">\n" 3827 " <RequiredProperties>\n" 3828 " <Property function=\"Input\"\n" 3829 " name=\"Input\" />\n" 3830 " </RequiredProperties>\n" 3831 " </FieldDataDomain>\n" 3832 " <Documentation>This property determines on which types of field data the computation is to\n" 3833 " be performed on.</Documentation>\n" 3834 " </IntVectorProperty>\n" 3835 " <IntVectorProperty command=\"SetCoordinateResults\"\n" 3836 " default_values=\"0\"\n" 3837 " name=\"CoordinateResults\"\n" 3838 " number_of_elements=\"1\">\n" 3839 " <BooleanDomain name=\"bool\" />\n" 3840 " <Documentation>The value of this property determines whether the\n" 3841 " results of this computation should be used as point coordinates or as a\n" 3842 " new array.</Documentation>\n" 3843 " </IntVectorProperty>\n" 3844 " <IntVectorProperty command=\"SetResultNormals\"\n" 3845 " default_values=\"0\"\n" 3846 " name=\"ResultNormals\"\n" 3847 " number_of_elements=\"1\"\n" 3848 " panel_visibility=\"advanced\">\n" 3849 " <BooleanDomain name=\"bool\" />\n" 3850 " <Documentation>Set whether to output results as point/cell\n" 3851 " normals. Outputting as normals is only valid with vector\n" 3852 " results. Point or cell normals are selected using\n" 3853 " AttributeMode.</Documentation>\n" 3854 " </IntVectorProperty>\n" 3855 " <IntVectorProperty command=\"SetResultTCoords\"\n" 3856 " default_values=\"0\"\n" 3857 " name=\"ResultTCoords\"\n" 3858 " number_of_elements=\"1\"\n" 3859 " panel_visibility=\"advanced\">\n" 3860 " <BooleanDomain name=\"bool\" />\n" 3861 " <Documentation>Set whether to output results as point/cell\n" 3862 " texture coordinates. Point or cell texture coordinates are\n" 3863 " selected using AttributeMode. 2-component texture coordinates\n" 3864 " cannot be generated at this time.</Documentation>\n" 3865 " </IntVectorProperty>\n" 3866 " <StringVectorProperty command=\"SetResultArrayName\"\n" 3867 " default_values=\"Result\"\n" 3868 " name=\"ResultArrayName\"\n" 3869 " number_of_elements=\"1\">\n" 3870 " <Documentation>This property contains the name for the output array\n" 3871 " containing the result of this computation.</Documentation>\n" 3872 " </StringVectorProperty>\n" 3873 " <StringVectorProperty command=\"SetFunction\"\n" 3874 " name=\"Function\"\n" 3875 " number_of_elements=\"1\"\n" 3876 " panel_widget=\"calculator\" >\n" 3877 " <Documentation>\n" 3878 "This property contains the equation for computing the new\n" 3880 " </Documentation>\n" 3881 " </StringVectorProperty>\n" 3882 " <IntVectorProperty command=\"SetReplaceInvalidValues\"\n" 3883 " default_values=\"1\"\n" 3884 " label=\"Replace Invalid Results\"\n" 3885 " name=\"ReplaceInvalidValues\"\n" 3886 " number_of_elements=\"1\"\n" 3887 " panel_visibility=\"advanced\">\n" 3888 " <BooleanDomain name=\"bool\" />\n" 3889 " <Documentation>This property determines whether invalid values in the\n" 3890 " computation will be replaced with a specific value. (See the\n" 3891 " ReplacementValue property.)</Documentation>\n" 3892 " </IntVectorProperty>\n" 3893 " <DoubleVectorProperty command=\"SetReplacementValue\"\n" 3894 " default_values=\"0.0\"\n" 3895 " name=\"ReplacementValue\"\n" 3896 " number_of_elements=\"1\"\n" 3897 " panel_visibility=\"advanced\">\n" 3898 " <DoubleRangeDomain name=\"range\" />\n" 3899 " <Documentation>If invalid values in the computation are to be replaced\n" 3900 " with another value, this property contains that value.</Documentation>\n" 3901 " </DoubleVectorProperty>\n" 3902 " <IntVectorProperty command=\"SetResultArrayType\"\n" 3903 " default_values=\"11\"\n" 3904 " label=\"Result Array Type\"\n" 3905 " name=\"ResultArrayType\"\n" 3906 " number_of_elements=\"1\"\n" 3907 " panel_visibility=\"advanced\">\n" 3908 " <EnumerationDomain name=\"enum\">\n" 3909 " <Entry text=\"Char\"\n" 3911 " <Entry text=\"Signed Char\"\n" 3912 " value=\"15\" />\n" 3913 " <Entry text=\"Unsigned Char\"\n" 3915 " <Entry text=\"Short\"\n" 3917 " <Entry text=\"Unsigned Short\"\n" 3919 " <Entry text=\"Int\"\n" 3921 " <Entry text=\"Unsigned Int\"\n" 3923 " <Entry text=\"Long\"\n" 3925 " <Entry text=\"Unsigned Long\"\n" 3927 " <Entry text=\"Float\"\n" 3928 " value=\"10\" />\n" 3929 " <Entry text=\"Double\"\n" 3930 " value=\"11\" />\n" 3931 " <Entry text=\"Id Type\"\n" 3932 " value=\"12\" />\n" 3933 " </EnumerationDomain>\n" 3934 " <Documentation>This property determines what array type to output.\n" 3935 " The default is a vtkDoubleArray.</Documentation>\n" 3936 " </IntVectorProperty>\n" 3937 " <!-- End Calculator -->\n" 3940 " <!-- ==================================================================== -->\n" 3941 " <SourceProxy class=\"vtkPVClipClosedSurface\"\n" 3942 " label=\"Clip Closed Surface\"\n" 3943 " name=\"ClipClosedSurface\">\n" 3944 " <Documentation long_help=\"Clip a polygonal dataset with a plane to produce closed surfaces\"\n" 3945 " short_help=\"Clip a polygonal dataset with a plane to produce closed surfaces\">\n" 3946 " This clip filter cuts away a portion of the input polygonal dataset using\n" 3947 " a plane to generate a new polygonal dataset.</Documentation>\n" 3948 " <InputProperty command=\"SetInputConnection\"\n" 3949 " name=\"Input\">\n" 3950 " <ProxyGroupDomain name=\"groups\">\n" 3951 " <Group name=\"sources\" />\n" 3952 " <Group name=\"filters\" />\n" 3953 " </ProxyGroupDomain>\n" 3954 " <DataTypeDomain name=\"input_type\">\n" 3955 " <DataType value=\"vtkPolyData\" />\n" 3956 " </DataTypeDomain>\n" 3957 " <InputArrayDomain attribute_type=\"point\"\n" 3958 " name=\"input_array\"\n" 3959 " number_of_components=\"1\"\n" 3960 " optional=\"1\" />\n" 3961 " <Documentation>This property specifies the dataset on which the Clip\n" 3962 " filter will operate.</Documentation>\n" 3963 " </InputProperty>\n" 3964 " <ProxyProperty command=\"SetClippingPlane\"\n" 3965 " label=\"Clipping Plane\"\n" 3966 " name=\"ClippingPlane\">\n" 3967 " <ProxyGroupDomain name=\"groups\">\n" 3968 " <Group name=\"implicit_functions\" />\n" 3969 " </ProxyGroupDomain>\n" 3970 " <ProxyListDomain name=\"proxy_list\">\n" 3971 " <Proxy group=\"implicit_functions\"\n" 3972 " name=\"Plane\" />\n" 3973 " </ProxyListDomain>\n" 3974 " <Documentation>This property specifies the parameters of the clipping\n" 3975 " plane used to clip the polygonal data.</Documentation>\n" 3976 " </ProxyProperty>\n" 3977 " <IntVectorProperty command=\"SetGenerateFaces\"\n" 3978 " default_values=\"1\"\n" 3979 " name=\"GenerateFaces\"\n" 3980 " number_of_elements=\"1\">\n" 3981 " <BooleanDomain name=\"bool\" />\n" 3982 " <Documentation>Generate polygonal faces in the output.</Documentation>\n" 3983 " </IntVectorProperty>\n" 3984 " <IntVectorProperty command=\"SetGenerateOutline\"\n" 3985 " default_values=\"0\"\n" 3986 " name=\"GenerateOutline\"\n" 3987 " number_of_elements=\"1\">\n" 3988 " <BooleanDomain name=\"bool\" />\n" 3989 " <Documentation>Generate clipping outlines in the output wherever an\n" 3990 " input face is cut by the clipping plane.</Documentation>\n" 3991 " </IntVectorProperty>\n" 3992 " <IntVectorProperty command=\"SetScalarMode\"\n" 3993 " default_values=\"0\"\n" 3994 " label=\"Generate Cell Origins\"\n" 3995 " name=\"ScalarMode\"\n" 3996 " number_of_elements=\"1\">\n" 3997 " <EnumerationDomain name=\"enum\">\n" 3998 " <Entry text=\"None\"\n" 4000 " <Entry text=\"Color\"\n" 4002 " <Entry text=\"Label\"\n" 4004 " </EnumerationDomain>\n" 4005 " <Documentation>Generate (cell) data for coloring purposes such that the\n" 4006 " newly generated cells (including capping faces and clipping outlines)\n" 4007 " can be distinguished from the input cells.</Documentation>\n" 4012 " </IntVectorProperty>\n" 4013 " <IntVectorProperty command=\"SetInsideOut\"\n" 4014 " default_values=\"0\"\n" 4015 " name=\"InsideOut\"\n" 4016 " number_of_elements=\"1\">\n" 4017 " <BooleanDomain name=\"bool\" />\n" 4018 " <Documentation>If this flag is turned off, the clipper will return the\n" 4019 " portion of the data that lies within the clipping plane. Otherwise, the\n" 4020 " clipper will return the portion of the data that lies outside the\n" 4021 " clipping plane.</Documentation>\n" 4022 " </IntVectorProperty>\n" 4023 " <DoubleVectorProperty command=\"SetTolerance\"\n" 4024 " default_values=\"0.000001\"\n" 4025 " label=\"Clipping Tolerance\"\n" 4026 " name=\"Tolerance\"\n" 4027 " number_of_elements=\"1\">\n" 4028 " <DoubleRangeDomain name=\"range\" />\n" 4029 " <Documentation>Specify the tolerance for creating new points. A small\n" 4030 " value might incur degenerate triangles.</Documentation>\n" 4031 " </DoubleVectorProperty>\n" 4032 " <DoubleVectorProperty command=\"SetBaseColor\"\n" 4033 " default_values=\"0.10 0.10 1.00\"\n" 4034 " label=\"Base Color\"\n" 4035 " name=\"BaseColor\"\n" 4036 " number_of_elements=\"3\">\n" 4037 " <DoubleRangeDomain max=\"1 1 1\"\n" 4039 " name=\"range\" />\n" 4040 " <Documentation>Specify the color for the faces from the\n" 4041 " input.</Documentation>\n" 4042 " </DoubleVectorProperty>\n" 4043 " <DoubleVectorProperty command=\"SetClipColor\"\n" 4044 " default_values=\"1.00 0.11 0.10\"\n" 4045 " label=\"Clip Color\"\n" 4046 " name=\"ClipColor\"\n" 4047 " number_of_elements=\"3\">\n" 4048 " <DoubleRangeDomain max=\"1 1 1\"\n" 4050 " name=\"range\" />\n" 4051 " <Documentation>Specify the color for the capping faces (generated on\n" 4052 " the clipping interface).</Documentation>\n" 4053 " </DoubleVectorProperty>\n" 4054 " <!-- End Clip -->\n" 4057 " <!-- ==================================================================== -->\n" 4058 " <SourceProxy class=\"vtkPVContourFilter\"\n" 4059 " name=\"Contour\">\n" 4060 " <Documentation long_help=\"Generate isolines or isosurfaces using point scalars.\"\n" 4061 " short_help=\"Generate isolines or isosurfaces.\">The Contour\n" 4062 " filter computes isolines or isosurfaces using a selected\n" 4063 " point-centered scalar array. The Contour filter operates\n" 4064 " on any type of data set, but the input is required to have\n" 4065 " at least one point-centered scalar (single-component)\n" 4066 " array. The output of this filter is\n" 4067 " polygonal.</Documentation>\n" 4068 " <InputProperty command=\"SetInputConnection\"\n" 4069 " name=\"Input\">\n" 4070 " <ProxyGroupDomain name=\"groups\">\n" 4071 " <Group name=\"sources\" />\n" 4072 " <Group name=\"filters\" />\n" 4073 " </ProxyGroupDomain>\n" 4074 " <DataTypeDomain name=\"input_type\">\n" 4075 " <DataType value=\"vtkDataSet\" />\n" 4076 " <DataType value=\"vtkHyperTreeGrid\" />\n" 4077 " </DataTypeDomain>\n" 4078 " <InputArrayDomain attribute_type=\"point\"\n" 4079 " name=\"input_array\"\n" 4080 " number_of_components=\"1\"\n" 4081 " data_type=\"vtkDataSet\" />\n" 4082 " <InputArrayDomain attribute_type=\"cell\"\n" 4083 " name=\"input_array_htg\"\n" 4084 " number_of_components=\"1\"\n" 4085 " data_type=\"vtkHyperTreeGrid\" />\n" 4086 " <Documentation>This property specifies the input dataset to be used by\n" 4087 " the contour filter.</Documentation>\n" 4088 " </InputProperty>\n" 4089 " <StringVectorProperty animateable=\"0\"\n" 4090 " command=\"SetInputArrayToProcess\"\n" 4091 " element_types=\"int int int int str\"\n" 4092 " label=\"Contour By\"\n" 4093 " name=\"SelectInputScalars\"\n" 4094 " number_of_elements=\"5\">\n" 4095 " <ArrayListDomain attribute_type=\"Scalars\"\n" 4096 " name=\"array_list\">\n" 4097 " <RequiredProperties>\n" 4098 " <Property function=\"Input\"\n" 4099 " name=\"Input\" />\n" 4100 " </RequiredProperties>\n" 4101 " </ArrayListDomain>\n" 4102 " <Documentation>This property specifies the name of the scalar array\n" 4103 " from which the contour filter will compute isolines and/or\n" 4104 " isosurfaces.</Documentation>\n" 4105 " </StringVectorProperty>\n" 4106 " <IntVectorProperty animateable=\"0\"\n" 4107 " command=\"SetComputeNormals\"\n" 4108 " default_values=\"1\"\n" 4109 " name=\"ComputeNormals\"\n" 4110 " number_of_elements=\"1\">\n" 4111 " <BooleanDomain name=\"bool\" />\n" 4113 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4114 " name=\"vtkPolyData vtkHyperTreeGrid\"\n" 4116 " mode=\"enabled_state\" />\n" 4118 " <Documentation>If this property is set to 1, a scalar array containing\n" 4119 " a normal value at each point in the isosurface or isoline will be\n" 4120 " created by the contour filter; otherwise an array of normals will not\n" 4121 " be computed. This operation is fairly expensive both in terms of\n" 4122 " computation time and memory required, so if the output dataset produced\n" 4123 " by the contour filter will be processed by filters that modify the\n" 4124 " dataset's topology or geometry, it may be wise to set the value of this\n" 4125 " property to 0. Select whether to compute normals.</Documentation>\n" 4126 " </IntVectorProperty>\n" 4127 " <IntVectorProperty animateable=\"0\"\n" 4128 " command=\"SetComputeGradients\"\n" 4129 " default_values=\"0\"\n" 4130 " name=\"ComputeGradients\"\n" 4131 " number_of_elements=\"1\">\n" 4132 " <BooleanDomain name=\"bool\" />\n" 4134 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 4135 " <Expression type=\"or\">\n" 4136 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4137 " name=\"Structured\"\n" 4138 " mode=\"enabled_state\"/>\n" 4139 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4140 " name=\"vtkHyperTreeGrid\"\n" 4141 " mode=\"enabled_state\"\n" 4142 " exclude=\"1\"/>\n" 4144 " </PropertyWidgetDecorator>\n" 4146 " <Documentation>If this property is set to 1, a scalar array containing\n" 4147 " a gradient value at each point in the isosurface or isoline will be\n" 4148 " created by this filter; otherwise an array of gradients will not be\n" 4149 " computed. This operation is fairly expensive both in terms of\n" 4150 " computation time and memory required, so if the output dataset produced\n" 4151 " by the contour filter will be processed by filters that modify the\n" 4152 " dataset's topology or geometry, it may be wise to set the value of this\n" 4153 " property to 0. Not that if ComputeNormals is set to 1, then gradients\n" 4154 " will have to be calculated, but they will only be stored in the output\n" 4155 " dataset if ComputeGradients is also set to 1.</Documentation>\n" 4156 " </IntVectorProperty>\n" 4157 " <IntVectorProperty animateable=\"0\"\n" 4158 " command=\"SetComputeScalars\"\n" 4159 " default_values=\"1\"\n" 4160 " name=\"ComputeScalars\"\n" 4161 " number_of_elements=\"1\"\n" 4162 " panel_visibility=\"advanced\">\n" 4164 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4165 " name=\"vtkHyperTreeGrid\"\n" 4167 " mode=\"enabled_state\"/>\n" 4169 " <BooleanDomain name=\"bool\" />\n" 4170 " <Documentation>If this property is set to 1, an array of scalars\n" 4171 " (containing the contour value) will be added to the output dataset. If\n" 4172 " set to 0, the output will not contain this array.</Documentation>\n" 4173 " </IntVectorProperty>\n" 4174 " <IntVectorProperty animateable=\"0\"\n" 4175 " command=\"SetOutputPointsPrecision\"\n" 4176 " default_values=\"2\"\n" 4177 " name=\"OutputPointsPrecision\"\n" 4178 " number_of_elements=\"1\"\n" 4179 " panel_visibility=\"advanced\" >\n" 4181 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4182 " name=\"vtkHyperTreeGrid\"\n" 4184 " mode=\"enabled_state\"/>\n" 4186 " <EnumerationDomain name=\"enum\">\n" 4187 " <Entry text=\"Single\"\n" 4189 " <Entry text=\"Double\"\n" 4191 " <Entry text=\"Same as input\"\n" 4193 " </EnumerationDomain>\n" 4194 " <Documentation>\n" 4195 "Select the output precision of the coordinates. **Single** sets the\n" 4196 "output to single-precision floating-point (i.e., float), **Double**\n" 4197 "sets it to double-precision floating-point (i.e., double), and\n" 4198 "**Default** sets it to the same precision as the precision of the\n" 4199 "points in the input. Defaults to ***Single***.\n" 4200 " </Documentation>\n" 4201 " </IntVectorProperty>\n" 4202 " <IntVectorProperty animateable=\"0\"\n" 4203 " command=\"SetGenerateTriangles\"\n" 4204 " default_values=\"1\"\n" 4205 " name=\"GenerateTriangles\"\n" 4206 " number_of_elements=\"1\">\n" 4208 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 4209 " name=\"vtkHyperTreeGrid\"\n" 4211 " mode=\"enabled_state\"/>\n" 4213 " <BooleanDomain name=\"bool\" />\n" 4214 " <Documentation>This parameter controls whether to produce triangles in the output.\n" 4215 " Warning: Many filters do not properly handle non-triangular polygons.\n" 4216 " </Documentation>\n" 4217 " </IntVectorProperty>\n" 4218 " <DoubleVectorProperty animateable=\"1\"\n" 4219 " command=\"SetValue\"\n" 4220 " label=\"Isosurfaces\"\n" 4221 " name=\"ContourValues\"\n" 4222 " number_of_elements=\"0\"\n" 4223 " number_of_elements_per_command=\"1\"\n" 4224 " repeat_command=\"1\"\n" 4225 " set_number_command=\"SetNumberOfContours\"\n" 4226 " use_index=\"1\">\n" 4227 " <ArrayRangeDomain name=\"scalar_range\">\n" 4228 " <RequiredProperties>\n" 4229 " <Property function=\"Input\"\n" 4230 " name=\"Input\" />\n" 4231 " <Property function=\"ArraySelection\"\n" 4232 " name=\"SelectInputScalars\" />\n" 4233 " </RequiredProperties>\n" 4234 " </ArrayRangeDomain>\n" 4235 " <Documentation>This property specifies the values at which to compute\n" 4236 " isosurfaces/isolines and also the number of such\n" 4237 " values.</Documentation>\n" 4238 " </DoubleVectorProperty>\n" 4240 " <Visibility replace_input=\"2\" />\n" 4242 " <!-- incremental point locator begin -->\n" 4243 " <ProxyProperty command=\"SetLocator\"\n" 4244 " label=\"Point Merge Method\"\n" 4245 " name=\"Locator\"\n" 4246 " panel_visibility=\"advanced\" >\n" 4247 " <ProxyGroupDomain name=\"groups\">\n" 4248 " <Group name=\"incremental_point_locators\" />\n" 4249 " </ProxyGroupDomain>\n" 4250 " <ProxyListDomain name=\"proxy_list\">\n" 4251 " <Proxy group=\"incremental_point_locators\"\n" 4252 " name=\"MergePoints\" />\n" 4253 " <Proxy group=\"incremental_point_locators\"\n" 4254 " name=\"IncrementalOctreeMergePoints\" />\n" 4255 " <Proxy group=\"incremental_point_locators\"\n" 4256 " name=\"NonMergingPointLocator\" />\n" 4257 " </ProxyListDomain>\n" 4258 " <Documentation>This property specifies an incremental point locator for\n" 4259 " merging duplicate / coincident points.</Documentation>\n" 4260 " </ProxyProperty>\n" 4261 " <!-- incremental point locator end -->\n" 4263 " <PropertyGroup label=\"Isosurfaces\">\n" 4264 " <Property name=\"ContourValues\" />\n" 4265 " </PropertyGroup>\n" 4266 " <PropertyGroup label=\"Point Locator\">\n" 4267 " <Property name=\"Locator\" />\n" 4268 " </PropertyGroup>\n" 4269 " <!-- End Contour -->\n" 4272 " <!-- ==================================================================== -->\n" 4273 " <SourceProxy class=\"vtkPVExtractComponent\"\n" 4274 " name=\"ExtractComponent\"\n" 4275 " label=\"Extract Component\">\n" 4276 " <Documentation long_help=\"This filter extracts a component of a multi-component attribute array.\"\n" 4277 " short_help=\"Extract Component.\"/>\n" 4278 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 4279 " <ProxyGroupDomain name=\"groups\">\n" 4280 " <Group name=\"sources\" />\n" 4281 " <Group name=\"filters\" />\n" 4282 " </ProxyGroupDomain>\n" 4283 " <DataTypeDomain name=\"input_type\">\n" 4284 " <DataType value=\"vtkDataSet\" />\n" 4285 " </DataTypeDomain>\n" 4286 " <InputArrayDomain name=\"input_array\">\n" 4287 " </InputArrayDomain>\n" 4288 " <Documentation>\n" 4289 " This property specifies the input of the Extract Component filter.\n" 4290 " </Documentation>\n" 4291 " </InputProperty>\n" 4292 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 4293 " element_types=\"0 0 0 0 2\"\n" 4294 " name=\"SelectInputArray\"\n" 4295 " label=\"Input Array\"\n" 4296 " number_of_elements=\"5\">\n" 4297 " <ArrayListDomain name=\"array_list\">\n" 4298 " <RequiredProperties>\n" 4299 " <Property function=\"Input\"\n" 4300 " name=\"Input\" />\n" 4301 " </RequiredProperties>\n" 4302 " </ArrayListDomain>\n" 4303 " <Documentation>\n" 4304 " This property indicates the name of the array to be extracted.\n" 4305 " </Documentation>\n" 4306 " </StringVectorProperty>\n" 4307 " <IntVectorProperty animateable=\"0\"\n" 4308 " command=\"SetInputArrayComponent\"\n" 4309 " default_values=\"0\"\n" 4310 " name=\"Component\"\n" 4311 " number_of_elements=\"1\">\n" 4312 " <NumberOfComponentsDomain name=\"comps\">\n" 4313 " <RequiredProperties>\n" 4314 " <Property function=\"Input\"\n" 4315 " name=\"Input\" />\n" 4316 " <Property function=\"ArraySelection\"\n" 4321 " name=\"SelectInputArray\" />\n" 4322 " </RequiredProperties>\n" 4323 " </NumberOfComponentsDomain>\n" 4324 " <Documentation>\n" 4325 " This property indicates the component of the array to be extracted.\n" 4326 " </Documentation>\n" 4327 " </IntVectorProperty>\n" 4328 " <StringVectorProperty command=\"SetOutputArrayName\"\n" 4329 " name=\"OutputArrayName\"\n" 4330 " label=\"Output Array Name\"\n" 4331 " default_values=\"Result\"\n" 4332 " number_of_elements=\"1\">\n" 4333 " <Documentation>\n" 4334 " This property indicates the name of the output scalar array.\n" 4335 " </Documentation>\n" 4336 " </StringVectorProperty>\n" 4337 " <!-- End ExtractComponent -->\n" 4340 " <!-- ==================================================================== -->\n" 4341 " <SourceProxy class=\"vtkPVExtractVOI\"\n" 4342 " label=\"Extract Subset\"\n" 4343 " name=\"ExtractGrid\">\n" 4344 " <Documentation long_help=\"Extract a subgrid from a structured grid with the option of setting subsample strides.\"\n" 4345 " short_help=\"Extract a subgrid or subsample.\">The Extract\n" 4346 " Grid filter returns a subgrid of a structured input data\n" 4347 " set (uniform rectilinear, curvilinear, or nonuniform\n" 4348 " rectilinear). The output data set type of this filter is\n" 4349 " the same as the input type.</Documentation>\n" 4350 " <InputProperty command=\"SetInputConnection\"\n" 4351 " name=\"Input\">\n" 4352 " <ProxyGroupDomain name=\"groups\">\n" 4353 " <Group name=\"sources\" />\n" 4354 " <Group name=\"filters\" />\n" 4355 " </ProxyGroupDomain>\n" 4356 " <DataTypeDomain name=\"input_type\">\n" 4357 " <DataType value=\"vtkImageData\" />\n" 4358 " <DataType value=\"vtkRectilinearGrid\" />\n" 4359 " <DataType value=\"vtkStructuredPoints\" />\n" 4360 " <DataType value=\"vtkStructuredGrid\" />\n" 4361 " </DataTypeDomain>\n" 4362 " <Documentation>This property specifies the input to the Extract Grid\n" 4363 " filter.</Documentation>\n" 4364 " </InputProperty>\n" 4365 " <IntVectorProperty command=\"SetVOI\"\n" 4366 " default_values=\"0 0 0 0 0 0\"\n" 4368 " number_of_elements=\"6\"\n" 4369 " panel_visibility=\"default\">\n" 4370 " <ExtentDomain name=\"extent\">\n" 4371 " <RequiredProperties>\n" 4372 " <Property function=\"Input\"\n" 4373 " name=\"Input\" />\n" 4374 " </RequiredProperties>\n" 4375 " </ExtentDomain>\n" 4376 " <Documentation>This property specifies the minimum and maximum point\n" 4377 " indices along each of the I, J, and K axes; these values indicate the\n" 4378 " volume of interest (VOI). The output will have the (I,J,K) extent\n" 4379 " specified here.</Documentation>\n" 4380 " </IntVectorProperty>\n" 4381 " <IntVectorProperty animateable=\"1\"\n" 4382 " command=\"SetSampleRateI\"\n" 4383 " default_values=\"1\"\n" 4384 " name=\"SampleRateI\"\n" 4385 " number_of_elements=\"1\"\n" 4386 " panel_visibility=\"advanced\">\n" 4387 " <IntRangeDomain min=\"1\"\n" 4388 " name=\"range\" />\n" 4389 " <Documentation>This property indicates the sampling rate in the I\n" 4390 " dimension. A value greater than 1 results in subsampling; every nth\n" 4391 " index will be included in the output.</Documentation>\n" 4392 " </IntVectorProperty>\n" 4393 " <IntVectorProperty animateable=\"1\"\n" 4394 " command=\"SetSampleRateJ\"\n" 4395 " default_values=\"1\"\n" 4396 " name=\"SampleRateJ\"\n" 4397 " number_of_elements=\"1\"\n" 4398 " panel_visibility=\"advanced\">\n" 4399 " <IntRangeDomain min=\"1\"\n" 4400 " name=\"range\" />\n" 4401 " <Documentation>This property indicates the sampling rate in the J\n" 4402 " dimension. A value greater than 1 results in subsampling; every nth\n" 4403 " index will be included in the output.</Documentation>\n" 4404 " </IntVectorProperty>\n" 4405 " <IntVectorProperty animateable=\"1\"\n" 4406 " command=\"SetSampleRateK\"\n" 4407 " default_values=\"1\"\n" 4408 " name=\"SampleRateK\"\n" 4409 " number_of_elements=\"1\"\n" 4410 " panel_visibility=\"advanced\">\n" 4411 " <IntRangeDomain min=\"1\"\n" 4412 " name=\"range\" />\n" 4413 " <Documentation>This property indicates the sampling rate in the K\n" 4414 " dimension. A value greater than 1 results in subsampling; every nth\n" 4415 " index will be included in the output.</Documentation>\n" 4416 " </IntVectorProperty>\n" 4417 " <IntVectorProperty command=\"SetIncludeBoundary\"\n" 4418 " default_values=\"0\"\n" 4419 " name=\"IncludeBoundary\"\n" 4420 " number_of_elements=\"1\"\n" 4421 " panel_visibility=\"advanced\">\n" 4422 " <BooleanDomain name=\"bool\" />\n" 4423 " <Documentation>If the value of this property is 1, then if the sample\n" 4424 " rate in any dimension is greater than 1, the boundary indices of the\n" 4425 " input dataset will be passed to the output even if the boundary extent\n" 4426 " is not an even multiple of the sample rate in a given\n" 4427 " dimension.</Documentation>\n" 4428 " </IntVectorProperty>\n" 4430 " <Visibility replace_input=\"0\" />\n" 4432 " <!-- End ExtractGrid -->\n" 4435 " <!-- ==================================================================== -->\n" 4436 " <SourceProxy class=\"vtkPVGlyphFilter\"\n" 4437 " name=\"Glyph\">\n" 4438 " <Documentation long_help=\"This filter produces a glyph at points or cell centers in an input data set. The glyphs can be oriented and scaled by point or cell attributes of the input dataset.\"\n" 4439 " short_help=\"Generate glyphs that represent attributes in the input data set.\">\n" 4440 "The Glyph filter generates a glyph (i.e., an arrow, cone, cube, cylinder, line,\n" 4441 "sphere, or 2D glyph) at each point or cell in the input dataset. The glyphs can be\n" 4442 "oriented and scaled by the input scalar and vector arrays. If the arrays are\n" 4443 "point-centered, glyphs are placed at points in the input dataset. If the arrays\n" 4444 "are cell-centered, glyphs are placed at the center of cells in the input dataset.\n" 4445 "A transform that applies to the glyph source can be modified to change the shape\n" 4446 "of the glyph. This filter operates on any type of data set. Its output is a polygonal\n" 4449 "To use this filter, select the **Orientation Array** to orient the glyphs and the\n" 4450 "**Scale Array** to control glyph scaling if desired - each array\n" 4451 "can be set to 'No array' if orientation or scaling is not desired. When scaling\n" 4452 "by a 3-element vector array, the **Vector Scale Mode** can be set to either\n" 4453 "'Scale by Magnitude', which scales glyphs according to the vector magnitude,\n" 4454 "or 'Scale by Components', which treats each component as a separate scaling\n" 4455 "factor in the corresponding dimension, i.e., the first component is the\n" 4456 "scaling factor in the x-dimension, the second component scales the y-dimension,\n" 4457 "and the third component scales the z-dimension. An overall constant **Scale Factor**\n" 4458 "is applied following the scaling controlled by other properties of this filter.\n" 4460 "The **Glyph Mode** property controls which points in the input dataset\n" 4461 "are selected for glyphing since in most cases, glyphing all points in\n" 4462 "the input dataset can be both performance impeding as well as visually\n" 4464 " </Documentation>\n" 4465 " <InputProperty command=\"SetInputConnection\"\n" 4466 " name=\"Input\">\n" 4467 " <ProxyGroupDomain name=\"groups\">\n" 4468 " <Group name=\"sources\" />\n" 4469 " <Group name=\"filters\" />\n" 4470 " </ProxyGroupDomain>\n" 4471 " <DataTypeDomain name=\"input_type\">\n" 4472 " <DataType value=\"vtkDataSet\" />\n" 4473 " </DataTypeDomain>\n" 4474 " <InputArrayDomain name=\"scale_array\"\n" 4475 " number_of_components=\"1,3\"\n" 4476 " optional=\"1\" />\n" 4477 " <InputArrayDomain name=\"vector_array\"\n" 4478 " number_of_components=\"3\"\n" 4479 " optional=\"1\" />\n" 4480 " <Documentation>\n" 4481 "This property specifies the input to this filter. This is the\n" 4482 "dataset from which the locations are selected to be glyphed.\n" 4483 " </Documentation>\n" 4484 " </InputProperty>\n" 4485 " <InputProperty command=\"SetSourceConnection\"\n" 4486 " label=\"Glyph Type\"\n" 4487 " name=\"Source\">\n" 4488 " <ProxyGroupDomain name=\"groups\">\n" 4489 " <Group name=\"sources\" />\n" 4490 " <Group name=\"glyph_sources\" />\n" 4491 " </ProxyGroupDomain>\n" 4492 " <DataTypeDomain name=\"input_type\">\n" 4493 " <DataType value=\"vtkPolyData\" />\n" 4494 " </DataTypeDomain>\n" 4495 " <ProxyListDomain name=\"proxy_list\">\n" 4496 " <Proxy group=\"sources\" name=\"ArrowSource\" />\n" 4497 " <Proxy group=\"sources\" name=\"ConeSource\" />\n" 4498 " <Proxy group=\"sources\" name=\"CubeSource\" />\n" 4499 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n" 4500 " <Proxy group=\"sources\" name=\"LineSource\" />\n" 4501 " <Proxy group=\"sources\" name=\"SphereSource\" />\n" 4502 " <Proxy group=\"sources\" name=\"GlyphSource2D\" />\n" 4503 " </ProxyListDomain>\n" 4505 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n" 4506 " <!-- show the selected proxy's panel, only in advanced mode. -->\n" 4508 " <Documentation>\n" 4509 "This property determines which type of glyph will be placed at the\n" 4510 "points in the input dataset.\n" 4511 " </Documentation>\n" 4512 " </InputProperty>\n" 4513 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 4514 " default_values=\"1\"\n" 4515 " element_types=\"0 0 0 0 2\"\n" 4516 " name=\"OrientationArray\"\n" 4517 " number_of_elements=\"5\">\n" 4518 " <!-- default value=1 so normals go to the right place -->\n" 4519 " <ArrayListDomain attribute_type=\"Vectors\"\n" 4520 " input_domain_name=\"vector_array\"\n" 4521 " name=\"array_list\"\n" 4522 " none_string=\"No orientation array\">\n" 4523 " <RequiredProperties>\n" 4524 " <Property function=\"Input\"\n" 4525 " name=\"Input\" />\n" 4526 " </RequiredProperties>\n" 4527 " </ArrayListDomain>\n" 4528 " <Documentation>\n" 4529 "Select the input array to use for orienting the glyphs.\n" 4530 " </Documentation>\n" 4531 " </StringVectorProperty>\n" 4532 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 4533 " default_values=\"0\"\n" 4534 " element_types=\"0 0 0 0 2\"\n" 4535 " name=\"ScaleArray\"\n" 4536 " number_of_elements=\"5\">\n" 4537 " <ArrayListDomain attribute_type=\"Scalars\"\n" 4538 " input_domain_name=\"scale_array\"\n" 4539 " name=\"array_list\"\n" 4540 " none_string=\"No scale array\">\n" 4541 " <RequiredProperties>\n" 4542 " <Property function=\"Input\"\n" 4543 " name=\"Input\" />\n" 4544 " </RequiredProperties>\n" 4545 " </ArrayListDomain>\n" 4546 " <Documentation>\n" 4547 "Select the input array to be used for scaling the glyphs. If the scale\n" 4548 "array is a vector array, you can control how the glyphs are scaled with\n" 4549 "the **Vector Scale Mode** property.\n" 4550 " </Documentation>\n" 4551 " </StringVectorProperty>\n" 4552 " <IntVectorProperty command=\"SetVectorScaleMode\"\n" 4553 " default_values=\"0\"\n" 4554 " name=\"VectorScaleMode\"\n" 4555 " number_of_elements=\"1\">\n" 4556 " <EnumerationDomain name=\"enum\">\n" 4557 " <Entry text=\"Scale by Magnitude\"\n" 4559 " <Entry text=\"Scale by Components\"\n" 4561 " </EnumerationDomain>\n" 4562 " <Documentation>\n" 4563 "Select the mode when the scaling array is a vector. **Scale by Magnitude** scales the glyph by\n" 4564 "the vector magnitude. **Scale by Components** scales glyphs by each vector component in the dimension\n" 4565 "that component represents, e.g., the x-direction is scaled by component 0, the y-direction is\n" 4566 "scaled by component 1, and so on.\n" 4567 " </Documentation>\n" 4569 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 4570 " mode=\"visibility\"\n" 4571 " property=\"ScaleArray\"\n" 4572 " number_of_components=\"3\"\n" 4575 " </IntVectorProperty>\n" 4577 " <IntVectorProperty information_only=\"1\"\n" 4578 " name=\"ComponentSelection\"\n" 4579 " default_values=\"4\"\n" 4580 " number_of_elements=\"1\"\n" 4581 " panel_visibility=\"never\">\n" 4582 " <Documentation>\n" 4583 "Specifies array component to use. Fixed at 4 to ensure the\n" 4584 "ArrayRangeDomain is set to the vector magnitude for up to 3-component\n" 4586 " </Documentation>\n" 4587 " </IntVectorProperty>\n" 4588 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 4589 " default_values=\"1.0\"\n" 4590 " name=\"ScaleFactor\"\n" 4591 " number_of_elements=\"1\"\n" 4592 " panel_widget=\"glyph_scale_factor\">\n" 4593 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n" 4594 " <RequiredProperties>\n" 4595 " <Property function=\"Input\" name=\"Input\" />\n" 4596 " </RequiredProperties>\n" 4597 " </BoundsDomain>\n" 4598 " <ArrayRangeDomain name=\"scalar_range\">\n" 4599 " <RequiredProperties>\n" 4600 " <Property function=\"Input\" name=\"Input\" />\n" 4601 " <Property function=\"ArraySelection\" name=\"ScaleArray\" />\n" 4602 " </RequiredProperties>\n" 4603 " </ArrayRangeDomain>\n" 4604 " <ArrayRangeDomain name=\"vector_range\">\n" 4605 " <RequiredProperties>\n" 4606 " <Property function=\"Input\" name=\"Input\" />\n" 4607 " <Property function=\"ArraySelection\" name=\"OrientationArray\" />\n" 4608 " </RequiredProperties>\n" 4609 " </ArrayRangeDomain>\n" 4610 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n" 4611 " </Documentation>\n" 4612 " </DoubleVectorProperty>\n" 4613 " <ProxyProperty command=\"SetSourceTransform\"\n" 4614 " name=\"GlyphTransform\"\n" 4615 " panel_visibility=\"advanced\">\n" 4616 " <ProxyListDomain name=\"proxy_list\">\n" 4617 " <Proxy group=\"extended_sources\"\n" 4618 " name=\"Transform2\" />\n" 4619 " </ProxyListDomain>\n" 4620 " <Documentation>\n" 4621 "The values in this property allow you to specify the transform\n" 4622 "(translation, rotation, and scaling) to apply to the glyph\n" 4623 "source.</Documentation>\n" 4624 " </ProxyProperty>\n" 4626 " <IntVectorProperty command=\"SetGlyphMode\"\n" 4627 " default_values=\"2\"\n" 4628 " name=\"GlyphMode\"\n" 4633 " number_of_elements=\"1\"\n" 4634 " panel_visibility=\"default\">\n" 4635 " <EnumerationDomain name=\"enum\">\n" 4636 " <Entry text=\"All Points\" value=\"0\"/>\n" 4637 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n" 4638 " <Entry text=\"Uniform Spatial Distribution (Bounds Based)\" value=\"2\"/>\n" 4639 " <Entry text=\"Uniform Spatial Distribution (Surface Sampling)\" value=\"3\"/>\n" 4640 " <Entry text=\"Uniform Spatial Distribution (Volume Sampling)\" value=\"4\"/>\n" 4641 " </EnumerationDomain>\n" 4642 " <Documentation>\n" 4643 "This property indicates the mode that will be used to generate\n" 4644 "glyphs from the dataset.\n" 4645 " </Documentation>\n" 4646 " </IntVectorProperty>\n" 4647 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n" 4648 " number_of_elements=\"1\"\n" 4649 " default_values=\"5000\"\n" 4650 " name=\"MaximumNumberOfSamplePoints\">\n" 4651 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 4652 " <Documentation>\n" 4653 "This property specifies the maximum number of sample points to use\n" 4654 "when sampling the space when Uniform Spatial Distribution is used.\n" 4655 " </Documentation>\n" 4657 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 4658 " <Expression type=\"or\">\n" 4659 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"2\" inverse=\"0\" />\n" 4660 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"3\" inverse=\"0\" />\n" 4661 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"4\" inverse=\"0\" />\n" 4663 " </PropertyWidgetDecorator>\n" 4664 " <!-- show this widget when GlyphMode==2||3||4 -->\n" 4666 " </IntVectorProperty>\n" 4667 " <IntVectorProperty command=\"SetSeed\"\n" 4668 " number_of_elements=\"1\"\n" 4669 " default_values=\"10339\"\n" 4671 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 4672 " <Documentation>\n" 4673 "This property specifies the seed that will be used for generating a\n" 4674 "uniform distribution of glyph points when a Uniform Spatial\n" 4675 "Distribution is used.\n" 4676 " </Documentation>\n" 4678 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 4679 " <Expression type=\"or\">\n" 4680 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"2\" inverse=\"0\" />\n" 4681 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"3\" inverse=\"0\" />\n" 4682 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"4\" inverse=\"0\" />\n" 4684 " </PropertyWidgetDecorator>\n" 4685 " <!-- show this widget when GlyphMode==2||3||4 -->\n" 4687 " </IntVectorProperty>\n" 4688 " <IntVectorProperty command=\"SetStride\"\n" 4689 " number_of_elements=\"1\"\n" 4690 " default_values=\"1\"\n" 4691 " name=\"Stride\">\n" 4692 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 4693 " <Documentation>\n" 4694 "This property specifies the stride that will be used when glyphing by\n" 4695 "Every Nth Point.\n" 4696 " </Documentation>\n" 4698 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 4699 " mode=\"visibility\"\n" 4700 " property=\"GlyphMode\"\n" 4702 " <!-- show this widget when GlyphMode==1 -->\n" 4704 " </IntVectorProperty>\n" 4706 " <PropertyGroup label=\"Glyph Source\">\n" 4707 " <Property name=\"Source\" />\n" 4708 " </PropertyGroup>\n" 4709 " <PropertyGroup label=\"Orientation\">\n" 4710 " <Property name=\"OrientationArray\" />\n" 4711 " </PropertyGroup>\n" 4712 " <PropertyGroup label=\"Scale\">\n" 4713 " <Property name=\"ScaleArray\" />\n" 4714 " <Property name=\"VectorScaleMode\" />\n" 4715 " <Property name=\"ScaleFactor\" />\n" 4716 " </PropertyGroup>\n" 4717 " <PropertyGroup label=\"Glyph Transform\">\n" 4718 " <Property name=\"GlyphTransform\" />\n" 4719 " </PropertyGroup>\n" 4720 " <PropertyGroup label=\"Masking\">\n" 4721 " <Property name=\"GlyphMode\" />\n" 4722 " <Property name=\"MaximumNumberOfSamplePoints\" />\n" 4723 " <Property name=\"Seed\" />\n" 4724 " <Property name=\"Stride\" />\n" 4725 " </PropertyGroup>\n" 4728 " <!-- Visibility Element can be used to suggest the GUI about\n" 4729 " visibility of this filter (or its input) on creation.\n" 4730 " replace_input=\"0\" implies that the input visibility is not\n" 4731 " changed on creation of this filter (defaults to \"1\")\n" 4733 " <Visibility replace_input=\"0\" />\n" 4735 " <!-- End Glyph -->\n" 4738 " <!-- ==================================================================== -->\n" 4739 " <SourceProxy class=\"vtkPVGlyphFilterLegacy\"\n" 4740 " name=\"GlyphLegacy\">\n" 4741 " <Deprecated deprecated_in=\"5.6\" to_remove_in=\"5.7\">\n" 4742 " It has been replaced by 'GlyphWithCustomSource'. Please consider using that instead.\n" 4744 " <Documentation long_help=\"This filter produces a glyph at each point of in input data set. The glyphs can be oriented and scaled by point attributes of the input dataset.\"\n" 4745 " short_help=\"Generate a glyph at each point of the input data set.\">\n" 4746 "The Glyph filter generates a glyph (i.e., an arrow, cone, cube,\n" 4747 "cylinder, line, sphere, or 2D glyph) at each point in the input\n" 4748 "dataset. The glyphs can be oriented and scaled by the input\n" 4749 "point-centered scalars and vectors. The Glyph filter operates on any\n" 4750 "type of data set. Its output is polygonal\n" 4752 "To use this filter, you first select the arrays to use for as the\n" 4753 "**Scalars** and **Vectors**, if any. To orient the glyphs using the\n" 4754 "selected **Vectors**, use **Orient** property. To scale the glyphs using\n" 4755 "the selected **Scalars** or **Vectors**, use the **Scale Mode** property.\n" 4757 "The **Glyph Mode** property controls which points in the input dataset\n" 4758 "are selected for glyphing (since in most cases, glyphing all points in\n" 4759 "the input dataset can be both performance impeding as well as visually\n" 4761 " </Documentation>\n" 4762 " <InputProperty command=\"SetInputConnection\"\n" 4763 " name=\"Input\">\n" 4764 " <ProxyGroupDomain name=\"groups\">\n" 4765 " <Group name=\"sources\" />\n" 4766 " <Group name=\"filters\" />\n" 4767 " </ProxyGroupDomain>\n" 4768 " <DataTypeDomain name=\"input_type\">\n" 4769 " <DataType value=\"vtkDataSet\" />\n" 4770 " </DataTypeDomain>\n" 4771 " <InputArrayDomain name=\"input_array1\"\n" 4772 " number_of_components=\"1\"\n" 4773 " optional=\"1\" />\n" 4774 " <InputArrayDomain name=\"input_array2\"\n" 4775 " number_of_components=\"3\"\n" 4776 " optional=\"1\" />\n" 4777 " <Documentation>\n" 4778 "This property specifies the input to the Glyph filter. This is the\n" 4779 "dataset from which the points are selected to be glyphed.\n" 4780 " </Documentation>\n" 4781 " </InputProperty>\n" 4782 " <InputProperty command=\"SetSourceConnection\"\n" 4783 " label=\"Glyph Type\"\n" 4784 " name=\"Source\">\n" 4785 " <ProxyGroupDomain name=\"groups\">\n" 4786 " <Group name=\"sources\" />\n" 4787 " <Group name=\"glyph_sources\" />\n" 4788 " </ProxyGroupDomain>\n" 4789 " <DataTypeDomain name=\"input_type\">\n" 4790 " <DataType value=\"vtkPolyData\" />\n" 4791 " </DataTypeDomain>\n" 4792 " <ProxyListDomain name=\"proxy_list\">\n" 4793 " <Proxy group=\"sources\" name=\"ArrowSource\" />\n" 4794 " <Proxy group=\"sources\" name=\"ConeSource\" />\n" 4795 " <Proxy group=\"sources\" name=\"CubeSource\" />\n" 4796 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n" 4797 " <Proxy group=\"sources\" name=\"LineSource\" />\n" 4798 " <Proxy group=\"sources\" name=\"SphereSource\" />\n" 4799 " <Proxy group=\"sources\" name=\"GlyphSource2D\" />\n" 4800 " </ProxyListDomain>\n" 4802 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n" 4803 " <!-- show the selected proxy's panel, only in advanced mode. -->\n" 4805 " <Documentation>This property determines which type of glyph will be\n" 4806 " placed at the points in the input dataset.</Documentation>\n" 4807 " </InputProperty>\n" 4808 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 4809 " default_values=\"0\"\n" 4810 " element_types=\"0 0 0 0 2\"\n" 4811 " name=\"Scalars\"\n" 4812 " number_of_elements=\"5\">\n" 4813 " <ArrayListDomain attribute_type=\"Scalars\"\n" 4814 " input_domain_name=\"input_array1\"\n" 4815 " name=\"array_list\"\n" 4816 " none_string=\"None\">\n" 4817 " <RequiredProperties>\n" 4818 " <Property function=\"Input\"\n" 4819 " name=\"Input\" />\n" 4820 " </RequiredProperties>\n" 4821 " </ArrayListDomain>\n" 4822 " <Documentation>\n" 4823 "Select the input array to be treated as the active **Scalars**. You\n" 4824 "can scale the glyphs using the selected scalars by setting the **Scale\n" 4825 "Mode** property to **scalar**.\n" 4826 " </Documentation>\n" 4827 " </StringVectorProperty>\n" 4828 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 4829 " default_values=\"1\"\n" 4830 " element_types=\"0 0 0 0 2\"\n" 4831 " name=\"Vectors\"\n" 4832 " number_of_elements=\"5\">\n" 4833 " <!-- default value=1 so normals go to the right place -->\n" 4834 " <ArrayListDomain attribute_type=\"Vectors\"\n" 4835 " input_domain_name=\"input_array2\"\n" 4836 " name=\"array_list\"\n" 4837 " none_string=\"None\">\n" 4838 " <RequiredProperties>\n" 4839 " <Property function=\"Input\"\n" 4840 " name=\"Input\" />\n" 4841 " </RequiredProperties>\n" 4842 " </ArrayListDomain>\n" 4843 " <Documentation>\n" 4844 "Select the input array to be treated as the active **Vectors**. You can\n" 4845 "scale the glyphs using the selected vectors by setting the **Scale\n" 4846 "Mode** property to **vector** or **vector_components**. You can orient the\n" 4847 "glyphs using the selected vectors by checking the **Orient** property.\n" 4848 " </Documentation>\n" 4849 " </StringVectorProperty>\n" 4850 " <IntVectorProperty command=\"SetOrient\"\n" 4851 " default_values=\"1\"\n" 4852 " name=\"Orient\"\n" 4853 " number_of_elements=\"1\">\n" 4854 " <BooleanDomain name=\"bool\" />\n" 4855 " <Documentation>\n" 4856 "If this property is set to 1, the glyphs will be oriented based on the\n" 4857 "vectors selected using the **Vectors** property.\n" 4858 " </Documentation>\n" 4859 " </IntVectorProperty>\n" 4860 " <IntVectorProperty command=\"SetScaleMode\"\n" 4861 " default_values=\"3\"\n" 4862 " name=\"ScaleMode\"\n" 4863 " number_of_elements=\"1\">\n" 4864 " <EnumerationDomain name=\"enum\">\n" 4865 " <Entry text=\"scalar\"\n" 4867 " <Entry text=\"vector\"\n" 4869 " <Entry text=\"vector_components\"\n" 4871 " <Entry text=\"off\"\n" 4873 " </EnumerationDomain>\n" 4874 " <Documentation>\n" 4875 "Select how to scale the glyphs. Set to **off** to disable scaling\n" 4876 "entirely. Set to **scalar** to scale the glyphs using the array selected\n" 4877 "using the **Scalars** property. Set to **vector** to scale the glyphs\n" 4878 "using the magnitude of the array selected using the **Vectors**\n" 4879 "property. Set to **vector_components** to scale using the **Vectors**,\n" 4880 "scaling each component individually.\n" 4881 " </Documentation>\n" 4882 " </IntVectorProperty>\n" 4883 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 4884 " default_values=\"1.0\"\n" 4885 " name=\"ScaleFactor\"\n" 4886 " number_of_elements=\"1\"\n" 4887 " panel_widget=\"glyph_scale_factor\">\n" 4888 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n" 4889 " <RequiredProperties>\n" 4890 " <Property function=\"Input\" name=\"Input\" />\n" 4891 " </RequiredProperties>\n" 4892 " </BoundsDomain>\n" 4893 " <ArrayRangeDomain name=\"scalar_range\">\n" 4894 " <RequiredProperties>\n" 4895 " <Property function=\"Input\" name=\"Input\" />\n" 4896 " <Property function=\"ArraySelection\" name=\"Scalars\" />\n" 4897 " </RequiredProperties>\n" 4898 " </ArrayRangeDomain>\n" 4899 " <ArrayRangeDomain name=\"vector_range\">\n" 4900 " <RequiredProperties>\n" 4901 " <Property function=\"Input\" name=\"Input\" />\n" 4902 " <Property function=\"ArraySelection\" name=\"Vectors\" />\n" 4903 " </RequiredProperties>\n" 4904 " </ArrayRangeDomain>\n" 4905 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n" 4906 " </Documentation>\n" 4907 " </DoubleVectorProperty>\n" 4908 " <IntVectorProperty command=\"SetGlyphMode\"\n" 4909 " default_values=\"2\"\n" 4910 " name=\"GlyphMode\"\n" 4911 " number_of_elements=\"1\"\n" 4912 " panel_visibility=\"default\">\n" 4913 " <EnumerationDomain name=\"enum\">\n" 4914 " <Entry text=\"All Points\" value=\"0\"/>\n" 4915 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n" 4916 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n" 4917 " </EnumerationDomain>\n" 4918 " <Documentation>\n" 4919 " This property indicates the mode that will be used to generate\n" 4920 " glyphs from the dataset.\n" 4921 " </Documentation>\n" 4922 " </IntVectorProperty>\n" 4923 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n" 4924 " number_of_elements=\"1\"\n" 4925 " default_values=\"5000\"\n" 4926 " name=\"MaximumNumberOfSamplePoints\">\n" 4927 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 4928 " <Documentation>\n" 4929 "This property specifies the maximum number of sample points to use\n" 4930 "when sampling the space when Uniform Spatial Distribution is used.\n" 4931 " </Documentation>\n" 4933 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 4934 " mode=\"visibility\"\n" 4935 " property=\"GlyphMode\"\n" 4937 " <!-- show this widget when GlyphMode==2 -->\n" 4939 " </IntVectorProperty>\n" 4940 " <IntVectorProperty command=\"SetSeed\"\n" 4941 " number_of_elements=\"1\"\n" 4942 " default_values=\"10339\"\n" 4944 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 4945 " <Documentation>\n" 4946 "This property specifies the seed that will be used for generating a\n" 4947 "uniform distribution of glyph points when a Uniform Spatial\n" 4952 "Distribution is used.\n" 4953 " </Documentation>\n" 4955 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 4956 " mode=\"visibility\"\n" 4957 " property=\"GlyphMode\"\n" 4959 " <!-- show this widget when GlyphMode==2 -->\n" 4961 " </IntVectorProperty>\n" 4962 " <IntVectorProperty command=\"SetStride\"\n" 4963 " number_of_elements=\"1\"\n" 4964 " default_values=\"1\"\n" 4965 " name=\"Stride\">\n" 4966 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 4967 " <Documentation>\n" 4968 "This property specifies the stride that will be used when glyphing by\n" 4969 "Every Nth Point.\n" 4970 " </Documentation>\n" 4972 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 4973 " mode=\"visibility\"\n" 4974 " property=\"GlyphMode\"\n" 4976 " <!-- show this widget when GlyphMode==1 -->\n" 4978 " </IntVectorProperty>\n" 4980 " <ProxyProperty command=\"SetSourceTransform\"\n" 4981 " name=\"GlyphTransform\"\n" 4982 " panel_visibility=\"advanced\">\n" 4983 " <ProxyListDomain name=\"proxy_list\">\n" 4984 " <Proxy group=\"extended_sources\"\n" 4985 " name=\"Transform2\" />\n" 4986 " </ProxyListDomain>\n" 4987 " <Documentation>\n" 4988 "The values in this property allow you to specify the transform\n" 4989 "(translation, rotation, and scaling) to apply to the glyph\n" 4990 "source.</Documentation>\n" 4991 " </ProxyProperty>\n" 4993 " <PropertyGroup label=\"Glyph Source\">\n" 4994 " <Property name=\"Source\" />\n" 4995 " </PropertyGroup>\n" 4996 " <PropertyGroup label=\"Active Attributes\">\n" 4997 " <Property name=\"Scalars\" />\n" 4998 " <Property name=\"Vectors\" />\n" 4999 " </PropertyGroup>\n" 5000 " <PropertyGroup label=\"Glyph Transform\">\n" 5001 " <Property name=\"GlyphTransform\" />\n" 5002 " </PropertyGroup>\n" 5003 " <PropertyGroup label=\"Orientation\">\n" 5004 " <Property name=\"Orient\" />\n" 5005 " </PropertyGroup>\n" 5006 " <PropertyGroup label=\"Scaling\">\n" 5007 " <Property name=\"ScaleMode\"/>\n" 5008 " <Property name=\"ScaleFactor\"/>\n" 5009 " </PropertyGroup>\n" 5010 " <PropertyGroup label=\"Masking\">\n" 5011 " <Property name=\"GlyphMode\" />\n" 5012 " <Property name=\"MaximumNumberOfSamplePoints\" />\n" 5013 " <Property name=\"Seed\" />\n" 5014 " <Property name=\"Stride\" />\n" 5015 " </PropertyGroup>\n" 5018 " <!-- Visibility Element can be used to suggest the GUI about\n" 5019 " visibility of this filter (or its input) on creation.\n" 5020 " replace_input=\"0\" implies that the input visibility is not\n" 5021 " changed on creation of this filter (defaults to \"1\")\n" 5023 " <Visibility replace_input=\"0\" />\n" 5025 " <!-- End Glyph -->\n" 5028 " <!-- ==================================================================== -->\n" 5029 " <SourceProxy class=\"vtkPVGlyphFilter\"\n" 5030 " name=\"GlyphWithCustomSource\"\n" 5031 " label=\"Glyph With Custom Source\">\n" 5032 " The glyph is provided as the **Source** input to this filter.\n" 5033 " <Documentation long_help=\"This filter produces a glyph at points or cell centers in an input data set. The glyphs can be oriented and scaled by point or cell attributes of the input dataset.\"\n" 5034 " short_help=\"Generate glyphs that represent attributes in the input data set.\">\n" 5035 "The **Glyph With Custom Source** filter generates a glyph specified as the **Source**\n" 5036 "input to this filter at each point in the input dataset. The glyphs can be\n" 5037 "oriented and scaled by the input scalar and vector arrays. If the arrays are\n" 5038 "point-centered, glyphs are placed at points in the input dataset. If the arrays\n" 5039 "are cell-centered, glyphs are placed at the center of cells in the input dataset.\n" 5040 "A transform that applies to the glyph source can be modified to change the shape\n" 5041 "of the glyph. This filter operates on any type of data set. Its output is a polygonal\n" 5044 "To use this filter, select the **Orientation Array** to orient the glyphs and the\n" 5045 "**Scale Array** to control glyph scaling if desired - each array\n" 5046 "can be set to 'No array' if orientation or scaling is not desired. When scaling\n" 5047 "by a 3-element vector array, the **Vector Scale Mode** can be set to either\n" 5048 "'Scale by Magnitude', which scales glyphs according to the vector magnitude,\n" 5049 "or 'Scale by Components', which treats each component as a separate scaling\n" 5050 "factor in the corresponding dimension, i.e., the first component is the\n" 5051 "scaling factor in the x-dimension, the second component scales the y-dimension,\n" 5052 "and the third component scales the z-dimension. An overall constant **Scale Factor**\n" 5053 "is applied following the scaling controlled by other properties of this filter.\n" 5055 "The **Glyph Mode** property controls which points in the input dataset\n" 5056 "are selected for glyphing since in most cases, glyphing all points in\n" 5057 "the input dataset can be both performance impeding as well as visually\n" 5059 " </Documentation>\n" 5060 " <InputProperty command=\"SetInputConnection\"\n" 5061 " name=\"Input\">\n" 5062 " <ProxyGroupDomain name=\"groups\">\n" 5063 " <Group name=\"sources\" />\n" 5064 " <Group name=\"filters\" />\n" 5065 " </ProxyGroupDomain>\n" 5066 " <DataTypeDomain name=\"input_type\">\n" 5067 " <DataType value=\"vtkDataSet\" />\n" 5068 " </DataTypeDomain>\n" 5069 " <InputArrayDomain name=\"scale_array\"\n" 5070 " number_of_components=\"1,3\"\n" 5071 " optional=\"1\" />\n" 5072 " <InputArrayDomain name=\"vector_array\"\n" 5073 " number_of_components=\"3\"\n" 5074 " optional=\"1\" />\n" 5075 " <Documentation>\n" 5076 "This property specifies the input to this filter. This is the\n" 5077 "dataset from which the locations are selected to be glyphed.\n" 5078 " </Documentation>\n" 5079 " </InputProperty>\n" 5080 " <InputProperty command=\"SetSourceConnection\"\n" 5081 " label=\"Glyph Source\"\n" 5082 " name=\"Source\">\n" 5083 " <ProxyGroupDomain name=\"groups\">\n" 5084 " <Group name=\"sources\" />\n" 5085 " <Group name=\"glyph_sources\" />\n" 5086 " </ProxyGroupDomain>\n" 5087 " <DataTypeDomain name=\"input_type\">\n" 5088 " <DataType value=\"vtkPolyData\" />\n" 5089 " </DataTypeDomain>\n" 5090 " <Documentation>\n" 5091 "This property determines the glyph geometry source that will be\n" 5092 "placed at the points in the input dataset.\n" 5093 " </Documentation>\n" 5095 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n" 5096 " <!-- show the selected proxy's panel, only in advanced mode. -->\n" 5098 " <Documentation>\n" 5099 "This property determines which glyph will be placed at the\n" 5100 "points in the input dataset.\n" 5101 " </Documentation>\n" 5102 " </InputProperty>\n" 5103 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 5104 " default_values=\"1\"\n" 5105 " element_types=\"0 0 0 0 2\"\n" 5106 " name=\"OrientationArray\"\n" 5107 " number_of_elements=\"5\">\n" 5108 " <!-- default value=1 so normals go to the right place -->\n" 5109 " <ArrayListDomain attribute_type=\"Vectors\"\n" 5110 " input_domain_name=\"vector_array\"\n" 5111 " name=\"array_list\"\n" 5112 " none_string=\"No orientation array\">\n" 5113 " <RequiredProperties>\n" 5114 " <Property function=\"Input\"\n" 5115 " name=\"Input\" />\n" 5116 " </RequiredProperties>\n" 5117 " </ArrayListDomain>\n" 5118 " <Documentation>\n" 5119 "Select the input array to use for orienting the glyphs.\n" 5120 " </Documentation>\n" 5121 " </StringVectorProperty>\n" 5122 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 5123 " default_values=\"0\"\n" 5124 " element_types=\"0 0 0 0 2\"\n" 5125 " name=\"ScaleArray\"\n" 5126 " number_of_elements=\"5\">\n" 5127 " <ArrayListDomain attribute_type=\"Scalars\"\n" 5128 " input_domain_name=\"scale_array\"\n" 5129 " name=\"array_list\"\n" 5130 " none_string=\"No scale array\">\n" 5131 " <RequiredProperties>\n" 5132 " <Property function=\"Input\"\n" 5133 " name=\"Input\" />\n" 5134 " </RequiredProperties>\n" 5135 " </ArrayListDomain>\n" 5136 " <Documentation>\n" 5137 "Select the input array to be used for scaling the glyphs. If the scale\n" 5138 "array is a vector array, you can control how the glyphs are scaled with\n" 5139 "the **Vector Scale Mode** property.\n" 5140 " </Documentation>\n" 5141 " </StringVectorProperty>\n" 5142 " <IntVectorProperty command=\"SetVectorScaleMode\"\n" 5143 " default_values=\"0\"\n" 5144 " name=\"VectorScaleMode\"\n" 5145 " number_of_elements=\"1\">\n" 5146 " <EnumerationDomain name=\"enum\">\n" 5147 " <Entry text=\"Scale by Magnitude\"\n" 5149 " <Entry text=\"Scale by Components\"\n" 5151 " </EnumerationDomain>\n" 5152 " <Documentation>\n" 5153 "Select the mode when the scaling array is a vector. **Scale by Magnitude** scales the glyph by\n" 5154 "the vector magnitude. **Scale by Components** scales glyphs by each vector component in the dimension\n" 5155 "that component represents, e.g., the x-direction is scaled by component 0, the y-direction is\n" 5156 "scaled by component 1, and so on.\n" 5157 " </Documentation>\n" 5159 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5160 " mode=\"visibility\"\n" 5161 " property=\"ScaleArray\"\n" 5162 " number_of_components=\"3\"\n" 5165 " </IntVectorProperty>\n" 5167 " <IntVectorProperty information_only=\"1\"\n" 5168 " name=\"ComponentSelection\"\n" 5169 " default_values=\"4\"\n" 5170 " number_of_elements=\"1\"\n" 5171 " panel_visibility=\"never\">\n" 5172 " <Documentation>\n" 5173 "Specifies array component to use. Fixed at 4 to ensure the\n" 5174 "ArrayRangeDomain is set to the vector magnitude for up to 3-component\n" 5176 " </Documentation>\n" 5177 " </IntVectorProperty>\n" 5178 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 5179 " default_values=\"1.0\"\n" 5180 " name=\"ScaleFactor\"\n" 5181 " number_of_elements=\"1\"\n" 5182 " panel_widget=\"glyph_scale_factor\">\n" 5183 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n" 5184 " <RequiredProperties>\n" 5185 " <Property function=\"Input\" name=\"Input\" />\n" 5186 " </RequiredProperties>\n" 5187 " </BoundsDomain>\n" 5188 " <ArrayRangeDomain name=\"scalar_range\">\n" 5189 " <RequiredProperties>\n" 5190 " <Property function=\"Input\" name=\"Input\" />\n" 5191 " <Property function=\"ArraySelection\" name=\"ScaleArray\" />\n" 5192 " </RequiredProperties>\n" 5193 " </ArrayRangeDomain>\n" 5194 " <ArrayRangeDomain name=\"vector_range\">\n" 5195 " <RequiredProperties>\n" 5196 " <Property function=\"Input\" name=\"Input\" />\n" 5197 " <Property function=\"ArraySelection\" name=\"OrientationArray\" />\n" 5198 " </RequiredProperties>\n" 5199 " </ArrayRangeDomain>\n" 5200 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n" 5201 " </Documentation>\n" 5202 " </DoubleVectorProperty>\n" 5203 " <ProxyProperty command=\"SetSourceTransform\"\n" 5204 " name=\"GlyphTransform\"\n" 5205 " panel_visibility=\"advanced\">\n" 5206 " <ProxyListDomain name=\"proxy_list\">\n" 5207 " <Proxy group=\"extended_sources\"\n" 5208 " name=\"Transform2\" />\n" 5209 " </ProxyListDomain>\n" 5210 " <Documentation>\n" 5211 "The values in this property allow you to specify the transform\n" 5212 "(translation, rotation, and scaling) to apply to the glyph\n" 5213 "source.</Documentation>\n" 5214 " </ProxyProperty>\n" 5216 " <IntVectorProperty command=\"SetGlyphMode\"\n" 5217 " default_values=\"2\"\n" 5218 " name=\"GlyphMode\"\n" 5219 " number_of_elements=\"1\"\n" 5220 " panel_visibility=\"default\">\n" 5221 " <EnumerationDomain name=\"enum\">\n" 5222 " <Entry text=\"All Points\" value=\"0\"/>\n" 5223 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n" 5224 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n" 5225 " </EnumerationDomain>\n" 5226 " <Documentation>\n" 5227 "This property indicates the mode that will be used to generate\n" 5228 "glyphs from the dataset.\n" 5229 " </Documentation>\n" 5230 " </IntVectorProperty>\n" 5231 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n" 5232 " number_of_elements=\"1\"\n" 5233 " default_values=\"5000\"\n" 5234 " name=\"MaximumNumberOfSamplePoints\">\n" 5235 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 5236 " <Documentation>\n" 5237 "This property specifies the maximum number of sample points to use\n" 5238 "when sampling the space when Uniform Spatial Distribution is used.\n" 5239 " </Documentation>\n" 5241 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5242 " mode=\"visibility\"\n" 5243 " property=\"GlyphMode\"\n" 5245 " <!-- show this widget when GlyphMode==2 -->\n" 5247 " </IntVectorProperty>\n" 5248 " <IntVectorProperty command=\"SetSeed\"\n" 5249 " number_of_elements=\"1\"\n" 5250 " default_values=\"10339\"\n" 5252 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 5253 " <Documentation>\n" 5254 "This property specifies the seed that will be used for generating a\n" 5255 "uniform distribution of glyph points when a Uniform Spatial\n" 5256 "Distribution is used.\n" 5257 " </Documentation>\n" 5259 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5260 " mode=\"visibility\"\n" 5261 " property=\"GlyphMode\"\n" 5263 " <!-- show this widget when GlyphMode==2 -->\n" 5265 " </IntVectorProperty>\n" 5266 " <IntVectorProperty command=\"SetStride\"\n" 5267 " number_of_elements=\"1\"\n" 5268 " default_values=\"1\"\n" 5269 " name=\"Stride\">\n" 5270 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 5271 " <Documentation>\n" 5272 "This property specifies the stride that will be used when glyphing by\n" 5273 "Every Nth Point.\n" 5274 " </Documentation>\n" 5276 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5277 " mode=\"visibility\"\n" 5278 " property=\"GlyphMode\"\n" 5284 " <!-- show this widget when GlyphMode==1 -->\n" 5286 " </IntVectorProperty>\n" 5288 " <PropertyGroup label=\"Glyph Source\">\n" 5289 " <Property name=\"Source\" />\n" 5290 " </PropertyGroup>\n" 5291 " <PropertyGroup label=\"Orientation\">\n" 5292 " <Property name=\"OrientationArray\" />\n" 5293 " </PropertyGroup>\n" 5294 " <PropertyGroup label=\"Scale\">\n" 5295 " <Property name=\"ScaleArray\" />\n" 5296 " <Property name=\"VectorScaleMode\" />\n" 5297 " <Property name=\"ScaleFactor\" />\n" 5298 " </PropertyGroup>\n" 5299 " <PropertyGroup label=\"Glyph Transform\">\n" 5300 " <Property name=\"GlyphTransform\" />\n" 5301 " </PropertyGroup>\n" 5302 " <PropertyGroup label=\"Masking\">\n" 5303 " <Property name=\"GlyphMode\" />\n" 5304 " <Property name=\"MaximumNumberOfSamplePoints\" />\n" 5305 " <Property name=\"Seed\" />\n" 5306 " <Property name=\"Stride\" />\n" 5307 " </PropertyGroup>\n" 5310 " <!-- Visibility Element can be used to suggest the GUI about\n" 5311 " visibility of this filter (or its input) on creation.\n" 5312 " replace_input=\"0\" implies that the input visibility is not\n" 5313 " changed on creation of this filter (defaults to \"1\")\n" 5315 " <Visibility replace_input=\"0\" />\n" 5317 " <!-- End Glyph -->\n" 5320 " <!-- ==================================================================== -->\n" 5321 " <SourceProxy class=\"vtkPVGlyphFilterLegacy\"\n" 5322 " label=\"Glyph With Custom Source Legacy\"\n" 5323 " name=\"GlyphWithCustomSourceLegacy\">\n" 5324 " <Documentation long_help=\"This filter generates a glyph at each point of the input data set. The glyphs can be oriented and scaled by point attributes of the input dataset.\"\n" 5325 " short_help=\"Generate a glyph symbol at each point of the input data set.\">\n" 5326 " The Glyph filter generates a glyph at each point in the input dataset.\n" 5327 " The glyphs can be oriented and scaled by the input point-centered scalars\n" 5328 " and vectors. The Glyph filter operates on any type of data set. Its\n" 5329 " output is polygonal. This filter is available on the\n" 5330 " Toolbar.</Documentation>\n" 5331 " <InputProperty command=\"SetInputConnection\"\n" 5332 " name=\"Input\">\n" 5333 " <ProxyGroupDomain name=\"groups\">\n" 5334 " <Group name=\"sources\" />\n" 5335 " <Group name=\"filters\" />\n" 5336 " </ProxyGroupDomain>\n" 5337 " <DataTypeDomain name=\"input_type\">\n" 5338 " <DataType value=\"vtkDataSet\" />\n" 5339 " </DataTypeDomain>\n" 5340 " <InputArrayDomain attribute_type=\"point\"\n" 5341 " name=\"input_array1\"\n" 5342 " number_of_components=\"1\"\n" 5343 " optional=\"1\" />\n" 5344 " <InputArrayDomain attribute_type=\"point\"\n" 5345 " name=\"input_array2\"\n" 5346 " number_of_components=\"3\"\n" 5347 " optional=\"1\" />\n" 5348 " <Documentation>This property specifies the input to the Glyph filter.\n" 5349 " This is the dataset from which the points are selected to be glyphed.\n" 5350 " </Documentation>\n" 5351 " </InputProperty>\n" 5352 " <InputProperty command=\"SetSourceConnection\"\n" 5353 " label=\"Glyph Type\"\n" 5354 " name=\"Source\">\n" 5355 " <ProxyGroupDomain name=\"groups\">\n" 5356 " <Group name=\"sources\" />\n" 5357 " <Group name=\"glyph_sources\" />\n" 5358 " </ProxyGroupDomain>\n" 5359 " <DataTypeDomain name=\"input_type\">\n" 5360 " <DataType value=\"vtkPolyData\" />\n" 5361 " </DataTypeDomain>\n" 5362 " <Documentation>This property determines which type of glyph will be\n" 5363 " placed at the points in the input dataset.</Documentation>\n" 5364 " </InputProperty>\n" 5365 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 5366 " element_types=\"0 0 0 0 2\"\n" 5367 " name=\"Scalars\"\n" 5368 " number_of_elements=\"5\">\n" 5369 " <ArrayListDomain attribute_type=\"Scalars\"\n" 5370 " input_domain_name=\"input_array1\"\n" 5371 " name=\"array_list\">\n" 5372 " <RequiredProperties>\n" 5373 " <Property function=\"Input\"\n" 5374 " name=\"Input\" />\n" 5375 " </RequiredProperties>\n" 5376 " </ArrayListDomain>\n" 5377 " <Documentation>Select the input array to be treated as the active \"Scalars\".\n" 5378 " You can scale the glyphs using the selected scalars by setting the\n" 5379 " \"Scale Mode\" property to \"scalar\"\n" 5380 " </Documentation>\n" 5381 " </StringVectorProperty>\n" 5382 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 5383 " default_values=\"1\"\n" 5384 " element_types=\"0 0 0 0 2\"\n" 5385 " name=\"Vectors\"\n" 5386 " number_of_elements=\"5\">\n" 5387 " <!-- default value=1 so normals go to the right place -->\n" 5388 " <ArrayListDomain attribute_type=\"Vectors\"\n" 5389 " input_domain_name=\"input_array2\"\n" 5390 " name=\"array_list\">\n" 5391 " <RequiredProperties>\n" 5392 " <Property function=\"Input\"\n" 5393 " name=\"Input\" />\n" 5394 " </RequiredProperties>\n" 5395 " </ArrayListDomain>\n" 5396 " <Documentation>Select the input array to be treated as the active \"Vectors\".\n" 5397 " You can scale the glyphs using the selected vectors by setting the \"Scale Mode\"\n" 5398 " property to \"vector\" or \"vector_components\". You can orient the glyphs using the\n" 5399 " selected vectors by checking the \"Orient\" property.\n" 5400 " </Documentation>\n" 5401 " </StringVectorProperty>\n" 5402 " <IntVectorProperty command=\"SetOrient\"\n" 5403 " default_values=\"1\"\n" 5404 " name=\"Orient\"\n" 5405 " number_of_elements=\"1\">\n" 5406 " <BooleanDomain name=\"bool\" />\n" 5407 " <Documentation>If this property is set to 1, the glyphs will be\n" 5408 " oriented based on the vectors selected using the \"Vectors\" property.\n" 5409 " </Documentation>\n" 5410 " </IntVectorProperty>\n" 5411 " <IntVectorProperty command=\"SetScaleMode\"\n" 5412 " default_values=\"3\"\n" 5413 " name=\"ScaleMode\"\n" 5414 " number_of_elements=\"1\">\n" 5415 " <EnumerationDomain name=\"enum\">\n" 5416 " <Entry text=\"scalar\"\n" 5418 " <Entry text=\"vector\"\n" 5420 " <Entry text=\"vector_components\"\n" 5422 " <Entry text=\"off\"\n" 5424 " </EnumerationDomain>\n" 5425 " <Documentation>Select how to scale the glyphs. Set to \"off\" to disable\n" 5426 " scaling entirely. Set to \"scalar\" to scale the glyphs using the\n" 5427 " array selected using the \"Scalars\" property. Set to \"vector\" to scale the\n" 5428 " glyphs using the magnitude of the array selected using the \"Vectors\" property.\n" 5429 " Set to \"vector_components\" to scale using the \"Vectors\", scaling each component\n" 5431 " </Documentation>\n" 5432 " </IntVectorProperty>\n" 5433 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 5434 " default_values=\"1.0\"\n" 5435 " name=\"ScaleFactor\"\n" 5436 " number_of_elements=\"1\"\n" 5437 " panel_widget=\"glyph_scale_factor\">\n" 5438 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n" 5439 " <RequiredProperties>\n" 5440 " <Property function=\"Input\" name=\"Input\" />\n" 5441 " </RequiredProperties>\n" 5442 " </BoundsDomain>\n" 5443 " <ArrayRangeDomain name=\"scalar_range\">\n" 5444 " <RequiredProperties>\n" 5445 " <Property function=\"Input\" name=\"Input\" />\n" 5446 " <Property function=\"ArraySelection\" name=\"Scalars\" />\n" 5447 " </RequiredProperties>\n" 5448 " </ArrayRangeDomain>\n" 5449 " <ArrayRangeDomain name=\"vector_range\">\n" 5450 " <RequiredProperties>\n" 5451 " <Property function=\"Input\" name=\"Input\" />\n" 5452 " <Property function=\"ArraySelection\" name=\"Vectors\" />\n" 5453 " </RequiredProperties>\n" 5454 " </ArrayRangeDomain>\n" 5455 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n" 5456 " </Documentation>\n" 5457 " </DoubleVectorProperty>\n" 5458 " <IntVectorProperty command=\"SetGlyphMode\"\n" 5459 " default_values=\"2\"\n" 5460 " name=\"GlyphMode\"\n" 5461 " number_of_elements=\"1\"\n" 5462 " panel_visibility=\"default\">\n" 5463 " <EnumerationDomain name=\"enum\">\n" 5464 " <Entry text=\"All Points\" value=\"0\"/>\n" 5465 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n" 5466 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n" 5467 " </EnumerationDomain>\n" 5468 " <Documentation>\n" 5469 " This property indicates the mode that will be used to generate\n" 5470 " glyphs from the dataset.\n" 5471 " </Documentation>\n" 5472 " </IntVectorProperty>\n" 5473 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n" 5474 " number_of_elements=\"1\"\n" 5475 " default_values=\"5000\"\n" 5476 " name=\"MaximumNumberOfSamplePoints\">\n" 5477 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 5478 " <Documentation>\n" 5479 " This property specifies the maximum number of sample points to use\n" 5480 " when sampling the space when Uniform Spatial Distribution is used.\n" 5481 " </Documentation>\n" 5483 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5484 " mode=\"visibility\"\n" 5485 " property=\"GlyphMode\"\n" 5487 " <!-- show this widget when GlyphMode==2 -->\n" 5489 " </IntVectorProperty>\n" 5490 " <IntVectorProperty command=\"SetSeed\"\n" 5491 " number_of_elements=\"1\"\n" 5492 " default_values=\"10339\"\n" 5494 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 5495 " <Documentation>\n" 5496 " This property specifies the seed that will be used for generating\n" 5497 " a uniform distribution of glyph points when a Uniform Spatial\n" 5498 " Distribution is used.\n" 5499 " </Documentation>\n" 5501 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5502 " mode=\"visibility\"\n" 5503 " property=\"GlyphMode\"\n" 5505 " <!-- show this widget when GlyphMode==2 -->\n" 5507 " </IntVectorProperty>\n" 5508 " <IntVectorProperty command=\"SetStride\"\n" 5509 " number_of_elements=\"1\"\n" 5510 " default_values=\"1\"\n" 5511 " name=\"Stride\">\n" 5512 " <IntRangeDomain min=\"1\" name=\"range\"/>\n" 5513 " <Documentation>\n" 5514 " This property specifies the stride that will be used when glyphing\n" 5515 " by Every Nth Point.\n" 5516 " </Documentation>\n" 5518 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5519 " mode=\"visibility\"\n" 5520 " property=\"GlyphMode\"\n" 5522 " <!-- show this widget when GlyphMode==1 -->\n" 5524 " </IntVectorProperty>\n" 5526 " <ProxyProperty command=\"SetSourceTransform\"\n" 5527 " name=\"GlyphTransform\"\n" 5528 " panel_visibility=\"advanced\">\n" 5529 " <ProxyListDomain name=\"proxy_list\">\n" 5530 " <Proxy group=\"extended_sources\"\n" 5531 " name=\"Transform2\" />\n" 5532 " </ProxyListDomain>\n" 5533 " <Documentation>The values in this property allow you to specify the\n" 5534 " transform (translation, rotation, and scaling) to apply to the glyph\n" 5535 " source.</Documentation>\n" 5536 " </ProxyProperty>\n" 5538 " <PropertyGroup label=\"Glyph Source\">\n" 5539 " <Property name=\"Source\" />\n" 5540 " </PropertyGroup>\n" 5541 " <PropertyGroup label=\"Active Attributes\">\n" 5542 " <Property name=\"Scalars\" />\n" 5543 " <Property name=\"Vectors\" />\n" 5544 " </PropertyGroup>\n" 5545 " <PropertyGroup label=\"Glyph Transform\">\n" 5546 " <Property name=\"GlyphTransform\" />\n" 5547 " </PropertyGroup>\n" 5548 " <PropertyGroup label=\"Orientation\">\n" 5549 " <Property name=\"Orient\" />\n" 5550 " </PropertyGroup>\n" 5551 " <PropertyGroup label=\"Scaling\">\n" 5552 " <Property name=\"ScaleMode\"/>\n" 5553 " <Property name=\"ScaleFactor\"/>\n" 5554 " </PropertyGroup>\n" 5555 " <PropertyGroup label=\"Masking\">\n" 5556 " <Property name=\"GlyphMode\" />\n" 5557 " <Property name=\"MaximumNumberOfSamplePoints\" />\n" 5558 " <Property name=\"Seed\" />\n" 5559 " <Property name=\"Stride\" />\n" 5560 " </PropertyGroup>\n" 5563 " <!-- Visibility Element can be used to suggest the GUI about\n" 5564 " visibility of this filter (or its input) on creation.\n" 5565 " replace_input=\"0\" implies that the input visibility is not\n" 5566 " changed on creation of this filter (defaults to \"1\")\n" 5568 " <Visibility replace_input=\"0\" />\n" 5570 " <!-- End GlyphWithCustomSource -->\n" 5573 " <!-- ==================================================================== -->\n" 5574 " <SourceProxy class=\"vtkPVLinearExtrusionFilter\"\n" 5575 " label=\"Linear Extrusion\"\n" 5576 " name=\"LinearExtrusionFilter\">\n" 5577 " <Documentation long_help=\"This filter creates a swept surface defined by translating the input along a vector.\"\n" 5578 " short_help=\"Generate a linear swept surface.\">The Linear\n" 5579 " Extrusion filter creates a swept surface by translating\n" 5580 " the input dataset along a specified vector. This filter is\n" 5581 " intended to operate on 2D polygonal data. This filter\n" 5582 " operates on polygonal data and produces polygonal data\n" 5583 " output.</Documentation>\n" 5584 " <InputProperty command=\"SetInputConnection\"\n" 5585 " name=\"Input\">\n" 5586 " <ProxyGroupDomain name=\"groups\">\n" 5587 " <Group name=\"sources\" />\n" 5588 " <Group name=\"filters\" />\n" 5589 " </ProxyGroupDomain>\n" 5590 " <DataTypeDomain name=\"input_type\">\n" 5591 " <DataType value=\"vtkPolyData\" />\n" 5592 " </DataTypeDomain>\n" 5593 " <Documentation>This property specifies the input to the Linear\n" 5594 " Extrusion filter.</Documentation>\n" 5595 " </InputProperty>\n" 5596 " <DoubleVectorProperty animateable=\"1\"\n" 5597 " command=\"SetScaleFactor\"\n" 5598 " default_values=\"1.0\"\n" 5599 " name=\"ScaleFactor\"\n" 5600 " number_of_elements=\"1\">\n" 5601 " <DoubleRangeDomain name=\"range\" />\n" 5602 " <Documentation>The value of this property determines the distance along\n" 5603 " the vector the dataset will be translated. (A scale factor of 0.5 will\n" 5604 " move the dataset half the length of the vector, and a scale factor of 2\n" 5609 " will move it twice the vector's length.)</Documentation>\n" 5610 " </DoubleVectorProperty>\n" 5611 " <DoubleVectorProperty command=\"SetVector\"\n" 5612 " default_values=\"0 0 1\"\n" 5613 " name=\"Vector\"\n" 5614 " number_of_elements=\"3\">\n" 5615 " <DoubleRangeDomain name=\"range\" />\n" 5616 " <Documentation>The value of this property indicates the X, Y, and Z\n" 5617 " components of the vector along which to sweep the input\n" 5618 " dataset.</Documentation>\n" 5619 " </DoubleVectorProperty>\n" 5620 " <IntVectorProperty command=\"SetCapping\"\n" 5621 " default_values=\"1\"\n" 5622 " name=\"Capping\"\n" 5623 " number_of_elements=\"1\">\n" 5624 " <BooleanDomain name=\"bool\" />\n" 5625 " <Documentation>The value of this property indicates whether to cap the\n" 5626 " ends of the swept surface. Capping works by placing a copy of the input\n" 5627 " dataset on either end of the swept surface, so it behaves properly if\n" 5628 " the input is a 2D surface composed of filled polygons. If the input\n" 5629 " dataset is a closed solid (e.g., a sphere), then if capping is on\n" 5630 " (i.e., this property is set to 1), two copies of the data set will be\n" 5631 " displayed on output (the second translated from the first one along the\n" 5632 " specified vector). If instead capping is off (i.e., this property is\n" 5633 " set to 0), then an input closed solid will produce no\n" 5634 " output.</Documentation>\n" 5635 " </IntVectorProperty>\n" 5636 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 5637 " default_values=\"0\"\n" 5638 " name=\"PieceInvariant\"\n" 5639 " number_of_elements=\"1\">\n" 5640 " <BooleanDomain name=\"bool\" />\n" 5641 " <Documentation>The value of this property determines whether the output\n" 5642 " will be the same regardless of the number of processors used to compute\n" 5643 " the result. The difference is whether there are internal polygonal\n" 5644 " faces on the processor boundaries. A value of 1 will keep the results\n" 5645 " the same; a value of 0 will allow internal faces on processor\n" 5646 " boundaries.</Documentation>\n" 5647 " </IntVectorProperty>\n" 5648 " <!-- End LinearExtrusionFilter -->\n" 5651 " <!-- ==================================================================== -->\n" 5652 " <SourceProxy class=\"vtkLinearCellExtrusionFilter\"\n" 5653 " label=\"Linear Cell Extrusion\"\n" 5654 " name=\"LinearCellExtrusionFilter\">\n" 5655 " <Documentation long_help=\"This filter creates a swept surface defined by translating the input along a vector.\"\n" 5656 " short_help=\"Generate a linear swept surface.\">The Linear\n" 5657 " Extrusion filter creates a swept surface by translating\n" 5658 " the input dataset along the cell normals or a specified vector.\n" 5659 " This filter is intended to operate on polygonal data and produces\n" 5660 " 3D unstructured grid output.</Documentation>\n" 5661 " <InputProperty command=\"SetInputConnection\"\n" 5662 " name=\"Input\">\n" 5663 " <ProxyGroupDomain name=\"groups\">\n" 5664 " <Group name=\"sources\" />\n" 5665 " <Group name=\"filters\" />\n" 5666 " </ProxyGroupDomain>\n" 5667 " <DataTypeDomain name=\"input_type\">\n" 5668 " <DataType value=\"vtkPolyData\" />\n" 5669 " </DataTypeDomain>\n" 5670 " <InputArrayDomain attribute_type=\"cell\"\n" 5671 " name=\"input_array1\"\n" 5672 " number_of_components=\"1\" />\n" 5673 " <Documentation>This property specifies the input to the Linear Cell\n" 5674 " Extrusion filter.</Documentation>\n" 5675 " </InputProperty>\n" 5676 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 5677 " element_types=\"0 0 0 0 2\"\n" 5678 " name=\"SelectInputScalars\"\n" 5679 " number_of_elements=\"5\">\n" 5680 " <ArrayListDomain attribute_type=\"Scalars\"\n" 5681 " name=\"array_list\">\n" 5682 " <RequiredProperties>\n" 5683 " <Property function=\"Input\"\n" 5684 " name=\"Input\" />\n" 5685 " </RequiredProperties>\n" 5686 " </ArrayListDomain>\n" 5687 " <Documentation>The array used to set the extrusion length.</Documentation>\n" 5688 " </StringVectorProperty>\n" 5689 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 5690 " default_values=\"1\"\n" 5691 " name=\"ScaleFactor\"\n" 5692 " number_of_elements=\"1\">\n" 5693 " <Documentation>Scale factor applied to the extrusion length.</Documentation>\n" 5694 " </DoubleVectorProperty>\n" 5695 " <IntVectorProperty command=\"SetUseUserVector\"\n" 5696 " default_values=\"0\"\n" 5697 " name=\"UseUserVector\"\n" 5698 " number_of_elements=\"1\">\n" 5699 " <BooleanDomain name=\"bool\" />\n" 5700 " <Documentation>Use a custom extrusion direction.</Documentation>\n" 5701 " </IntVectorProperty>\n" 5702 " <DoubleVectorProperty command=\"SetUserVector\"\n" 5703 " default_values=\"0 0 1\"\n" 5704 " name=\"UserVector\"\n" 5705 " number_of_elements=\"3\">\n" 5706 " <Documentation>Set the custom extrusion direction.</Documentation>\n" 5708 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 5709 " <Property name=\"UseUserVector\" function=\"boolean\" />\n" 5710 " </PropertyWidgetDecorator>\n" 5712 " </DoubleVectorProperty>\n" 5713 " <IntVectorProperty command=\"SetMergeDuplicatePoints\"\n" 5714 " default_values=\"0\"\n" 5715 " name=\"MergeDuplicatePoints\"\n" 5716 " number_of_elements=\"1\">\n" 5717 " <BooleanDomain name=\"bool\" />\n" 5718 " <Documentation>Remove duplicate points.</Documentation>\n" 5719 " </IntVectorProperty>\n" 5720 " <!-- End LinearCellExtrusionFilter -->\n" 5722 " <!-- ==================================================================== -->\n" 5724 " <SourceProxy class=\"vtkPVMetaClipDataSet\"\n" 5726 " <Documentation long_help=\"Clip with an implicit function (an implicit description). Clipping does not reduce the dimensionality of the data set. The output data type of this filter is always an unstructured grid.\"\n" 5727 " short_help=\"Clip with an implicit function.\">The Clip filter\n" 5728 " cuts away a portion of the input data set using an\n" 5729 " implicit function (an implicit description).\n" 5730 " This filter operates on all types of data\n" 5731 " sets, and it returns unstructured grid data on\n" 5732 " output.</Documentation>\n" 5733 " <InputProperty command=\"SetInputConnection\"\n" 5734 " name=\"Input\">\n" 5735 " <ProxyGroupDomain name=\"groups\">\n" 5736 " <Group name=\"sources\" />\n" 5737 " <Group name=\"filters\" />\n" 5738 " </ProxyGroupDomain>\n" 5739 " <DataTypeDomain name=\"input_type\">\n" 5740 " <DataType value=\"vtkDataSet\" />\n" 5741 " <DataType value=\"vtkHyperTreeGrid\" />\n" 5742 " </DataTypeDomain>\n" 5743 " <InputArrayDomain name=\"input_array\"\n" 5744 " number_of_components=\"1\"\n" 5745 " optional=\"1\" />\n" 5746 " <Documentation>This property specifies the dataset on which the Clip\n" 5747 " filter will operate.</Documentation>\n" 5748 " </InputProperty>\n" 5749 " <ProxyProperty command=\"SetDataSetClipFunction\"\n" 5750 " label=\"Clip Type\"\n" 5751 " name=\"ClipFunction\">\n" 5752 " <ProxyGroupDomain name=\"groups\">\n" 5753 " <Group name=\"implicit_functions\" />\n" 5754 " </ProxyGroupDomain>\n" 5755 " <ProxyListDomain name=\"proxy_list\">\n" 5756 " <Proxy group=\"implicit_functions\"\n" 5757 " name=\"Plane\" />\n" 5758 " <Proxy group=\"implicit_functions\"\n" 5759 " name=\"Box\" />\n" 5760 " <Proxy group=\"implicit_functions\"\n" 5761 " name=\"Sphere\" />\n" 5762 " <Proxy group=\"implicit_functions\"\n" 5763 " name=\"Cylinder\" />\n" 5764 " <Proxy group=\"implicit_functions\"\n" 5765 " name=\"Scalar\" />\n" 5766 " </ProxyListDomain>\n" 5768 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 5769 " name=\"vtkHyperTreeGrid\"\n" 5771 " mode=\"visibility\"/>\n" 5773 " <Documentation>This property specifies the parameters of the clip\n" 5774 " function (an implicit description) used to clip the dataset.</Documentation>\n" 5775 " </ProxyProperty>\n" 5776 " <ProxyProperty command=\"SetHyperTreeGridClipFunction\"\n" 5777 " label=\"Hyper Tree Grid Clipper\"\n" 5778 " name=\"HyperTreeGridClipFunction\">\n" 5779 " <ProxyGroupDomain name=\"groups\">\n" 5780 " <Group name=\"implicit_functions\" />\n" 5781 " </ProxyGroupDomain>\n" 5782 " <ProxyListDomain name=\"proxy_list\">\n" 5783 " <Proxy group=\"implicit_functions\"\n" 5784 " name=\"Plane\" />\n" 5785 " <Proxy group=\"implicit_functions\"\n" 5786 " name=\"Axis Aligned Box\" />\n" 5787 " <Proxy group=\"implicit_functions\"\n" 5788 " name=\"Sphere\" />\n" 5789 " <Proxy group=\"implicit_functions\"\n" 5790 " name=\"Cylinder\" />\n" 5791 " <Proxy group=\"implicit_functions\"\n" 5792 " name=\"Quadric\" />\n" 5793 " <Proxy group=\"implicit_functions\"\n" 5794 " name=\"Scalar\" />\n" 5795 " </ProxyListDomain>\n" 5796 " <Documentation>This property specifies the parameters of the clip\n" 5797 " function (an implicit description) used to clip the hyper tree grid.</Documentation>\n" 5799 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 5800 " name=\"vtkHyperTreeGrid\"\n" 5801 " mode=\"visibility\"/>\n" 5803 " </ProxyProperty>\n" 5804 " <DoubleVectorProperty information_only=\"1\"\n" 5805 " name=\"InputBounds\">\n" 5806 " <BoundsDomain name=\"bounds\">\n" 5807 " <RequiredProperties>\n" 5808 " <Property function=\"Input\"\n" 5809 " name=\"Input\" />\n" 5810 " </RequiredProperties>\n" 5811 " </BoundsDomain>\n" 5812 " </DoubleVectorProperty>\n" 5813 " <StringVectorProperty animateable=\"0\"\n" 5814 " command=\"SetInputArrayToProcess\"\n" 5815 " element_types=\"0 0 0 0 2\"\n" 5816 " label=\"Scalars\"\n" 5817 " name=\"SelectInputScalars\"\n" 5818 " number_of_elements=\"5\">\n" 5819 " <ArrayListDomain attribute_type=\"Scalars\"\n" 5820 " name=\"array_list\">\n" 5821 " <RequiredProperties>\n" 5822 " <Property function=\"Input\"\n" 5823 " name=\"Input\" />\n" 5824 " </RequiredProperties>\n" 5825 " </ArrayListDomain>\n" 5826 " <Documentation>If clipping with scalars, this property specifies the\n" 5827 " name of the scalar array on which to perform the clip\n" 5828 " operation.</Documentation>\n" 5830 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 5831 " <Expression type=\"or\">\n" 5832 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5833 " mode=\"visibility\"\n" 5834 " property=\"ClipFunction\"\n" 5835 " value=\"Scalar\" />\n" 5836 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5837 " mode=\"visibility\"\n" 5838 " property=\"HyperTreeGridClipFunction\"\n" 5839 " value=\"Scalar\" />\n" 5841 " </PropertyWidgetDecorator>\n" 5843 " </StringVectorProperty>\n" 5844 " <DoubleVectorProperty command=\"SetValue\"\n" 5845 " default_values=\"0.0\"\n" 5847 " number_of_elements=\"1\">\n" 5848 " <ArrayRangeDomain name=\"range\">\n" 5849 " <RequiredProperties>\n" 5850 " <Property function=\"Input\"\n" 5851 " name=\"Input\" />\n" 5852 " <Property function=\"ArraySelection\"\n" 5853 " name=\"SelectInputScalars\" />\n" 5854 " </RequiredProperties>\n" 5855 " </ArrayRangeDomain>\n" 5856 " <Documentation>If clipping with scalars, this property sets the scalar\n" 5857 " value about which to clip the dataset based on the scalar array chosen.\n" 5858 " (See SelectInputScalars.) If clipping with a clip function, this\n" 5859 " property specifies an offset from the clip function to use in the\n" 5860 " clipping operation. Neither functionality is currently available in\n" 5861 " ParaView's user interface.</Documentation>\n" 5863 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 5864 " <Expression type=\"or\">\n" 5865 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5866 " mode=\"visibility\"\n" 5867 " property=\"ClipFunction\"\n" 5868 " value=\"Scalar\" />\n" 5869 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5870 " mode=\"visibility\"\n" 5871 " property=\"HyperTreeGridClipFunction\"\n" 5872 " value=\"Scalar\" />\n" 5874 " </PropertyWidgetDecorator>\n" 5876 " </DoubleVectorProperty>\n" 5877 " <IntVectorProperty command=\"SetInsideOut\"\n" 5878 " default_values=\"1\"\n" 5879 " name=\"Invert\"\n" 5880 " number_of_elements=\"1\">\n" 5881 " <BooleanDomain name=\"bool\" />\n" 5882 " <Documentation>Invert which part of the geometry is clipped.</Documentation>\n" 5883 " </IntVectorProperty>\n" 5884 " <IntVectorProperty command=\"SetUseValueAsOffset\"\n" 5885 " default_values=\"0\"\n" 5886 " name=\"UseValueAsOffset\"\n" 5887 " number_of_elements=\"1\"\n" 5888 " panel_visibility=\"never\">\n" 5889 " <BooleanDomain name=\"bool\" />\n" 5890 " <Documentation>If UseValueAsOffset is true, Value is used as an offset\n" 5891 " parameter to the implicit function. Otherwise, Value is used only when\n" 5892 " clipping using a scalar array.</Documentation>\n" 5893 " </IntVectorProperty>\n" 5894 " <IntVectorProperty command=\"PreserveInputCells\"\n" 5895 " default_values=\"0\"\n" 5896 " label=\"Crinkle clip\"\n" 5897 " name=\"PreserveInputCells\"\n" 5898 " number_of_elements=\"1\">\n" 5899 " <BooleanDomain name=\"bool\" />\n" 5900 " <Documentation>This parameter controls whether to extract entire cells\n" 5901 " in the given region or clip those cells so all of the output will stay\n" 5902 " only on that side of region.</Documentation>\n" 5904 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 5905 " <Expression type=\"and\">\n" 5910 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 5911 " mode=\"visibility\"\n" 5913 " name=\"vtkHyperTreeGrid\" />\n" 5914 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 5915 " mode=\"visibility\"\n" 5916 " property=\"ClipFunction\"\n" 5917 " value=\"Scalar\"\n" 5918 " inverse=\"1\" />\n" 5920 " </PropertyWidgetDecorator>\n" 5922 " </IntVectorProperty>\n" 5923 " <IntVectorProperty command=\"SetExactBoxClip\"\n" 5924 " default_values=\"0\"\n" 5926 " number_of_elements=\"1\">\n" 5927 " <BooleanDomain name=\"bool\" />\n" 5928 " <Documentation>If this property is set to 1 it will clip to the exact specifications\n" 5929 " for the **Box** option only, otherwise the clip will only approximate the box geometry. The\n" 5930 " exact clip is very expensive as it requires generating 6 plane clips. Additionally,\n" 5931 " **Invert** must be checked and **Crinkle clip** must be unchecked.</Documentation>\n" 5933 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 5934 " <Expression type=\"and\">\n" 5935 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"ClipFunction\" value=\"Box\" inverse=\"0\" />\n" 5936 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"Invert\" value=\"1\" />\n" 5937 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"PreserveInputCells\" value=\"0\" />\n" 5939 " </PropertyWidgetDecorator>\n" 5941 " </IntVectorProperty>\n" 5943 " <Visibility replace_input=\"2\" />\n" 5945 " <!-- End Clip -->\n" 5948 " <!-- ==================================================================== -->\n" 5949 " <SourceProxy class=\"vtkPVMetaSliceDataSet\"\n" 5950 " label=\"Slice\"\n" 5952 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n" 5953 " short_help=\"Slice datasets with planes.\">This filter\n" 5954 " extracts the portion of the input dataset that lies along\n" 5955 " the specified plane. The Slice filter takes any type of\n" 5956 " dataset or hyper tree grid as input. The output of this filter is polygonal\n" 5957 " data.</Documentation>\n" 5958 " <InputProperty command=\"SetInputConnection\"\n" 5959 " name=\"Input\">\n" 5960 " <ProxyGroupDomain name=\"groups\">\n" 5961 " <Group name=\"sources\" />\n" 5962 " <Group name=\"filters\" />\n" 5963 " </ProxyGroupDomain>\n" 5964 " <DataTypeDomain name=\"input_type\">\n" 5965 " <DataType value=\"vtkDataSet\" />\n" 5966 " <DataType value=\"vtkHyperTreeGrid\" />\n" 5967 " </DataTypeDomain>\n" 5968 " <Documentation>This property specifies the input to the Slice\n" 5969 " filter.</Documentation>\n" 5970 " </InputProperty>\n" 5971 " <ProxyProperty command=\"SetDataSetCutFunction\"\n" 5972 " label=\"Slice Type\"\n" 5973 " name=\"CutFunction\">\n" 5975 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 5976 " name=\"vtkHyperTreeGrid\"\n" 5978 " mode=\"visibility\"/>\n" 5980 " <ProxyGroupDomain name=\"groups\">\n" 5981 " <Group name=\"implicit_functions\" />\n" 5982 " </ProxyGroupDomain>\n" 5983 " <ProxyListDomain name=\"proxy_list\">\n" 5984 " <Proxy group=\"implicit_functions\"\n" 5985 " name=\"Plane\" />\n" 5986 " <Proxy group=\"implicit_functions\"\n" 5987 " name=\"Box\" />\n" 5988 " <Proxy group=\"implicit_functions\"\n" 5989 " name=\"Sphere\" />\n" 5990 " <Proxy group=\"implicit_functions\"\n" 5991 " name=\"Cylinder\" />\n" 5992 " </ProxyListDomain>\n" 5993 " <Documentation>This property sets the parameters of the slice\n" 5994 " function.</Documentation>\n" 5995 " </ProxyProperty>\n" 5996 " <ProxyProperty command=\"SetHyperTreeGridCutFunction\"\n" 5997 " label=\"Hyper Tree Grid Slicer\"\n" 5998 " name=\"HyperTreeGridImplicitFunction\">\n" 6000 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6001 " name=\"vtkHyperTreeGrid\"\n" 6002 " mode=\"visibility\"/>\n" 6004 " <ProxyGroupDomain name=\"groups\">\n" 6005 " <Group name=\"implicit_functions\" />\n" 6006 " </ProxyGroupDomain>\n" 6007 " <ProxyListDomain name=\"proxy_list\">\n" 6008 " <Proxy group=\"implicit_functions\"\n" 6009 " name=\"Plane\" />\n" 6010 " <Proxy group=\"implicit_functions\"\n" 6011 " name=\"Axis Aligned Plane\" />\n" 6012 " </ProxyListDomain>\n" 6013 " <Documentation>This property sets the parameters of the slice\n" 6014 " function.</Documentation>\n" 6015 " </ProxyProperty>\n" 6016 " <DoubleVectorProperty information_only=\"1\"\n" 6017 " name=\"InputBounds\">\n" 6018 " <BoundsDomain name=\"bounds\">\n" 6019 " <RequiredProperties>\n" 6020 " <Property function=\"Input\"\n" 6021 " name=\"Input\" />\n" 6022 " </RequiredProperties>\n" 6023 " </BoundsDomain>\n" 6024 " </DoubleVectorProperty>\n" 6025 " <IntVectorProperty command=\"SetDual\"\n" 6026 " default_values=\"0\"\n" 6027 " label=\"Use Dual\"\n" 6028 " name=\"SetDual\"\n" 6029 " number_of_elements=\"1\">\n" 6031 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 6032 " <Expression type=\"and\">\n" 6033 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 6034 " mode=\"visibility\"\n" 6035 " property=\"HyperTreeGridImplicitFunction\"\n" 6036 " value=\"Plane\"/>\n" 6037 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6038 " mode=\"visibility\"\n" 6039 " name=\"vtkHyperTreeGrid\"/>\n" 6041 " </PropertyWidgetDecorator>\n" 6043 " <BooleanDomain name=\"bool\" />\n" 6044 " <Documentation>If checked, uses the dual of the hyper tree grid.</Documentation>\n" 6045 " </IntVectorProperty>\n" 6046 " <IntVectorProperty command=\"PreserveInputCells\"\n" 6047 " default_values=\"0\"\n" 6048 " label=\"Crinkle slice\"\n" 6049 " name=\"PreserveInputCells\"\n" 6050 " number_of_elements=\"1\">\n" 6052 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6053 " name=\"vtkHyperTreeGrid\"\n" 6055 " mode=\"visibility\" />\n" 6057 " <BooleanDomain name=\"bool\" />\n" 6058 " <Documentation>This parameter controls whether to extract the entire\n" 6059 " cells that are sliced by the region or just extract a triangulated\n" 6060 " surface of that region.</Documentation>\n" 6061 " </IntVectorProperty>\n" 6062 " <IntVectorProperty command=\"SetGenerateTriangles\"\n" 6063 " default_values=\"1\"\n" 6064 " name=\"Triangulate the slice\"\n" 6065 " number_of_elements=\"1\">\n" 6066 " <BooleanDomain name=\"bool\" />\n" 6067 " <Documentation>This parameter controls whether to produce triangles in the output.</Documentation>\n" 6069 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 6070 " <Expression type=\"and\">\n" 6071 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6072 " name=\"vtkHyperTreeGrid\"\n" 6073 " mode=\"visibility\"\n" 6074 " exclude=\"1\" />\n" 6075 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 6076 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n" 6077 " </PropertyWidgetDecorator>\n" 6079 " </PropertyWidgetDecorator>\n" 6081 " </IntVectorProperty>\n" 6082 " <IntVectorProperty command=\"SetMergePoints\"\n" 6083 " default_values=\"1\"\n" 6084 " name=\"MergePoints\"\n" 6085 " label=\"Merge duplicated points in the slice\"\n" 6086 " number_of_elements=\"1\">\n" 6087 " <BooleanDomain name=\"bool\" />\n" 6088 " <Documentation>This parameter controls whether to merge duplicated points in the slice.</Documentation>\n" 6090 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 6091 " <Expression type=\"and\">\n" 6092 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6093 " name=\"vtkHyperTreeGrid\"\n" 6095 " mode=\"visibility\"/>\n" 6096 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 6097 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n" 6098 " </PropertyWidgetDecorator>\n" 6100 " </PropertyWidgetDecorator>\n" 6102 " </IntVectorProperty>\n" 6103 " <DoubleVectorProperty animateable=\"1\"\n" 6104 " command=\"SetValue\"\n" 6105 " label=\"Slice Offset Values\"\n" 6106 " name=\"ContourValues\"\n" 6107 " number_of_elements_per_command=\"1\"\n" 6108 " repeat_command=\"1\"\n" 6109 " set_number_command=\"SetNumberOfContours\"\n" 6110 " use_index=\"1\"\n" 6111 " panel_visibility=\"advanced\">\n" 6113 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\" name=\"vtkHyperTreeGrid\" exclude=\"1\" />\n" 6115 " <BoundsDomain mode=\"magnitude\"\n" 6116 " name=\"bounds\">\n" 6117 " <RequiredProperties>\n" 6118 " <Property function=\"Input\"\n" 6119 " name=\"Input\" />\n" 6120 " </RequiredProperties>\n" 6121 " </BoundsDomain>\n" 6122 " <Documentation>The values in this property specify a list of current\n" 6123 " offset values. This can be used to create multiple slices with\n" 6124 " different centers. Each entry represents a new slice with its center\n" 6125 " shifted by the offset value.</Documentation>\n" 6127 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 6128 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n" 6129 " </PropertyWidgetDecorator>\n" 6131 " </DoubleVectorProperty>\n" 6133 " <Visibility replace_input=\"2\" />\n" 6135 " <!-- End Cut -->\n" 6138 " <!-- ==================================================================== -->\n" 6139 " <SourceProxy class=\"vtkPVThreshold\"\n" 6140 " name=\"Threshold\">\n" 6141 " <Documentation long_help=\"This filter extracts cells that have point or cell scalars in the specified range.\"\n" 6142 " short_help=\"Extract cells that satisfy a threshold criterion.\">\n" 6143 " The Threshold filter extracts the portions of the input\n" 6144 " dataset whose scalars lie within the specified range. This\n" 6145 " filter operates on either point-centered or cell-centered\n" 6146 " data. This filter operates on any type of dataset and\n" 6147 " produces unstructured grid output. To select between these\n" 6148 " two options, select either Point Data or Cell Data from\n" 6149 " the Attribute Mode menu. Once the Attribute Mode has been\n" 6150 " selected, choose the scalar array from which to threshold\n" 6151 " the data from the Scalars menu. The Lower Threshold and\n" 6152 " Upper Threshold sliders determine the range of the scalars\n" 6153 " to retain in the output. The All Scalars check box only\n" 6154 " takes effect when the Attribute Mode is set to Point Data.\n" 6155 " If the All Scalars option is checked, then a cell will\n" 6156 " only be passed to the output if the scalar values of all\n" 6157 " of its points lie within the range indicated by the Lower\n" 6158 " Threshold and Upper Threshold sliders. If unchecked, then\n" 6159 " a cell will be added to the output if the specified scalar\n" 6160 " value for any of its points is within the chosen\n" 6161 " range.</Documentation>\n" 6162 " <InputProperty command=\"SetInputConnection\"\n" 6163 " name=\"Input\">\n" 6164 " <ProxyGroupDomain name=\"groups\">\n" 6165 " <Group name=\"sources\" />\n" 6166 " <Group name=\"filters\" />\n" 6167 " </ProxyGroupDomain>\n" 6168 " <DataTypeDomain name=\"input_type\">\n" 6169 " <DataType value=\"vtkDataSet\" />\n" 6170 " <DataType value=\"vtkHyperTreeGrid\" />\n" 6171 " </DataTypeDomain>\n" 6172 " <InputArrayDomain name=\"input_array\"\n" 6173 " number_of_components=\"1\">\n" 6174 " </InputArrayDomain>\n" 6175 " <Documentation>This property specifies the input to the Threshold\n" 6176 " filter.</Documentation>\n" 6177 " </InputProperty>\n" 6178 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 6179 " element_types=\"0 0 0 0 2\"\n" 6180 " label=\"Scalars\"\n" 6181 " name=\"SelectInputScalars\"\n" 6182 " number_of_elements=\"5\">\n" 6183 " <ArrayListDomain attribute_type=\"Scalars\"\n" 6184 " name=\"array_list\">\n" 6185 " <RequiredProperties>\n" 6186 " <Property function=\"Input\"\n" 6187 " name=\"Input\" />\n" 6188 " </RequiredProperties>\n" 6189 " </ArrayListDomain>\n" 6190 " <Documentation>The value of this property contains the name of the\n" 6191 " scalar array from which to perform thresholding.</Documentation>\n" 6192 " </StringVectorProperty>\n" 6193 " <DoubleVectorProperty command=\"ThresholdBetween\"\n" 6194 " default_values=\"0 0\"\n" 6195 " label=\"Threshold Range\"\n" 6196 " name=\"ThresholdBetween\"\n" 6197 " number_of_elements=\"2\"\n" 6198 " panel_widget=\"double_range\">\n" 6199 " <ArrayRangeDomain name=\"range\">\n" 6200 " <RequiredProperties>\n" 6201 " <Property function=\"Input\"\n" 6202 " name=\"Input\" />\n" 6203 " <Property function=\"ArraySelection\"\n" 6204 " name=\"SelectInputScalars\" />\n" 6205 " </RequiredProperties>\n" 6210 " </ArrayRangeDomain>\n" 6211 " <Documentation>The values of this property specify the upper and lower\n" 6212 " bounds of the thresholding operation.</Documentation>\n" 6213 " </DoubleVectorProperty>\n" 6214 " <IntVectorProperty command=\"SetAllScalars\"\n" 6215 " default_values=\"1\"\n" 6216 " name=\"AllScalars\"\n" 6217 " number_of_elements=\"1\">\n" 6219 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6220 " name=\"vtkHyperTreeGrid\"\n" 6222 " mode=\"enabled_state\" />\n" 6224 " <BooleanDomain name=\"bool\" />\n" 6225 " <Documentation>If the value of this property is 1, then a cell is only\n" 6226 " included in the output if the value of the selected array for all its\n" 6227 " points is within the threshold. This is only relevant when thresholding\n" 6228 " by a point-centered array.</Documentation>\n" 6229 " </IntVectorProperty>\n" 6230 " <IntVectorProperty command=\"SetUseContinuousCellRange\"\n" 6231 " default_values=\"0\"\n" 6232 " name=\"UseContinuousCellRange\"\n" 6233 " number_of_elements=\"1\">\n" 6235 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6236 " name=\"vtkHyperTreeGrid\"\n" 6238 " mode=\"enabled_state\" />\n" 6240 " <BooleanDomain name=\"bool\" />\n" 6241 " <Documentation>\n" 6242 " If off, the vertex scalars are treated as a discrete set. If on, they\n" 6243 " are treated as a continuous interval over the minimum and maximum. One\n" 6244 " important \"on\" use case: When setting lower and upper threshold\n" 6245 " equal to some value and turning AllScalars off, the results are\n" 6246 " cells containing the isosurface for that value. WARNING: Whether on\n" 6247 " or off, for higher order input, the filter will not give accurate\n" 6249 " </Documentation>\n" 6250 " </IntVectorProperty>\n" 6251 " <IntVectorProperty command=\"SetInvert\"\n" 6252 " default_values=\"0\"\n" 6253 " name=\"Invert\"\n" 6254 " number_of_elements=\"1\">\n" 6256 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 6257 " name=\"vtkHyperTreeGrid\"\n" 6259 " mode=\"enabled_state\"/>\n" 6261 " <BooleanDomain name=\"bool\" />\n" 6262 " <Documentation>Invert the threshold results. That is, cells that would have been in the\n" 6263 " output with this option off are excluded, while cells that would have been excluded from\n" 6264 " the output are included.\n" 6265 " </Documentation>\n" 6266 " </IntVectorProperty>\n" 6268 " <Visibility replace_input=\"2\" />\n" 6270 " <!-- End Threshold -->\n" 6273 " <!-- ==================================================================== -->\n" 6274 " <SourceProxy class=\"vtkPVTransposeTable\"\n" 6275 " label=\"Transpose Table\"\n" 6276 " name=\"TransposeTable\">\n" 6277 " <Documentation long_help=\"Transpose a table.\"\n" 6278 " short_help=\"Transpose a table.\">\n" 6279 " </Documentation>\n" 6280 " <InputProperty command=\"SetInputConnection\"\n" 6281 " name=\"Input\">\n" 6282 " <ProxyGroupDomain name=\"groups\">\n" 6283 " <Group name=\"sources\" />\n" 6284 " <Group name=\"filters\" />\n" 6285 " </ProxyGroupDomain>\n" 6286 " <DataTypeDomain name=\"input_type\">\n" 6287 " <DataType value=\"vtkTable\" />\n" 6288 " </DataTypeDomain>\n" 6289 " <InputArrayDomain attribute_type=\"row\"\n" 6290 " name=\"input_aray\"\n" 6291 " number_of_components=\"1\"/>\n" 6292 " <Documentation>This property specifies the input to the\n" 6293 " filter.</Documentation>\n" 6294 " </InputProperty>\n" 6295 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 6296 " command=\"EnableAttributeArray\"\n" 6297 " label=\"Variables of Interest\"\n" 6298 " name=\"SelectArrays\"\n" 6299 " number_of_elements_per_command=\"1\"\n" 6300 " repeat_command=\"1\">\n" 6301 " <ArrayListDomain name=\"array_list\">\n" 6302 " <RequiredProperties>\n" 6303 " <Property function=\"Input\"\n" 6304 " name=\"Input\" />\n" 6305 " </RequiredProperties>\n" 6306 " </ArrayListDomain>\n" 6307 " <Documentation>Choose arrays whose entries will be used to form\n" 6308 " observations for statistical analysis.</Documentation>\n" 6309 " </StringVectorProperty>\n" 6310 " <IntVectorProperty command=\"SetAddIdColumn\"\n" 6311 " default_values=\"1\"\n" 6312 " name=\"AddIdColumn\"\n" 6313 " label=\"Add a column with original columns name\"\n" 6314 " number_of_elements=\"1\">\n" 6315 " <BooleanDomain name=\"bool\" />\n" 6316 " <Documentation>This flag indicates if a column must be inserted\n" 6317 " at index 0 with the names (ids) of the input columns.</Documentation>\n" 6318 " </IntVectorProperty>\n" 6319 " <IntVectorProperty command=\"SetUseIdColumn\"\n" 6320 " default_values=\"0\"\n" 6321 " name=\"UseIdColumn\"\n" 6322 " label=\"Use the column with original columns name\"\n" 6323 " number_of_elements=\"1\">\n" 6324 " <BooleanDomain name=\"bool\" />\n" 6325 " <Documentation>This flag indicates if the output column must be\n" 6326 " named using the names listed in the index 0 column.</Documentation>\n" 6327 " </IntVectorProperty>\n" 6328 " <IntVectorProperty command=\"SetDoNotTranspose\"\n" 6329 " default_values=\"0\"\n" 6330 " name=\"DoNotTranspose\"\n" 6331 " label=\"Only extract selected columns\"\n" 6332 " number_of_elements=\"1\">\n" 6333 " <BooleanDomain name=\"bool\" />\n" 6334 " <Documentation>This flag indicates if the sub-table must be\n" 6335 " effectively transposed or not.</Documentation>\n" 6336 " </IntVectorProperty>\n" 6337 " <!-- End TransposeTable -->\n" 6340 " <!-- ==================================================================== -->\n" 6341 " <SourceProxy class=\"vtkRectilinearGridConnectivity\"\n" 6342 " label=\"Rectilinear Grid Connectivity\"\n" 6343 " name=\"RectilinearGridConnectivity\">\n" 6344 " <Documentation long_help=\"Parallel fragments extraction and attributes integration on rectilinear grids.\"\n" 6345 " short_help=\"Parallel fragments extraction and attributes integration on rectilinear grids.\">\n" 6346 " Extracts material fragments from multiblock vtkRectilinearGrid datasets\n" 6347 " based on the selected volume fraction array(s) and a fraction isovalue\n" 6348 " and integrates the associated attributes.</Documentation>\n" 6349 " <InputProperty command=\"SetInputConnection\"\n" 6350 " name=\"Input\">\n" 6351 " <ProxyGroupDomain name=\"groups\">\n" 6352 " <Group name=\"sources\" />\n" 6353 " <Group name=\"filters\" />\n" 6354 " </ProxyGroupDomain>\n" 6355 " <DataTypeDomain name=\"input_type\">\n" 6356 " <DataType value=\"vtkRectilinearGrid\" />\n" 6357 " <DataType value=\"vtkCompositeDataSet\" />\n" 6358 " </DataTypeDomain>\n" 6359 " <InputArrayDomain attribute_type=\"cell\"\n" 6360 " name=\"input_array\"\n" 6361 " number_of_components=\"1\" />\n" 6362 " <Documentation>This property specifies the input of the\n" 6363 " filter.</Documentation>\n" 6364 " </InputProperty>\n" 6365 " <StringVectorProperty clean_command=\"RemoveDoubleVolumeArrayNames\"\n" 6366 " command=\"AddDoubleVolumeArrayName\"\n" 6367 " label=\"Double Volume Arrays\"\n" 6368 " name=\"AddDoubleVolumeArrayName\"\n" 6369 " number_of_elements_per_command=\"1\"\n" 6370 " repeat_command=\"1\">\n" 6371 " <Documentation>This property specifies the name(s) of the volume\n" 6372 " fraction array(s) for generating parts.</Documentation>\n" 6373 " <ArrayListDomain attribute_type=\"Scalars\"\n" 6374 " data_type=\"VTK_DOUBLE\"\n" 6375 " name=\"array_list\">\n" 6376 " <RequiredProperties>\n" 6377 " <Property function=\"Input\"\n" 6378 " name=\"Input\" />\n" 6379 " </RequiredProperties>\n" 6380 " </ArrayListDomain>\n" 6382 " <!-- This overrides the GUI's default mechanism to\n" 6383 " not set the default value for this property\n" 6384 " using the domain when the proxy is created -->\n" 6386 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n" 6387 " <Property name=\"AddFloatVolumeArrayName\" />\n" 6388 " <Property name=\"AddUnsignedCharVolumeArrayName\" />\n" 6389 " </PropertyWidgetDecorator>\n" 6391 " </StringVectorProperty>\n" 6392 " <StringVectorProperty clean_command=\"RemoveFloatVolumeArrayNames\"\n" 6393 " command=\"AddFloatVolumeArrayName\"\n" 6394 " label=\"Float Volume Arrays\"\n" 6395 " name=\"AddFloatVolumeArrayName\"\n" 6396 " number_of_elements_per_command=\"1\"\n" 6397 " repeat_command=\"1\">\n" 6398 " <Documentation>This property specifies the name(s) of the volume\n" 6399 " fraction array(s) for generating parts.</Documentation>\n" 6400 " <ArrayListDomain attribute_type=\"Scalars\"\n" 6401 " data_type=\"VTK_FLOAT\"\n" 6402 " name=\"array_list\">\n" 6403 " <RequiredProperties>\n" 6404 " <Property function=\"Input\"\n" 6405 " name=\"Input\" />\n" 6406 " </RequiredProperties>\n" 6407 " </ArrayListDomain>\n" 6409 " <!-- This overrides the GUI's default mechanism to\n" 6410 " not set the default value for this property\n" 6411 " using the domain when the proxy is created -->\n" 6413 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n" 6414 " <Property name=\"AddDoubleVolumeArrayName\" />\n" 6415 " <Property name=\"AddUnsignedCharVolumeArrayName\" />\n" 6416 " </PropertyWidgetDecorator>\n" 6418 " </StringVectorProperty>\n" 6419 " <StringVectorProperty clean_command=\"RemoveUnsignedCharVolumeArrayNames\"\n" 6420 " command=\"AddUnsignedCharVolumeArrayName\"\n" 6421 " label=\"Unsigned Character Volume Arrays\"\n" 6422 " name=\"AddUnsignedCharVolumeArrayName\"\n" 6423 " number_of_elements_per_command=\"1\"\n" 6424 " repeat_command=\"1\">\n" 6425 " <Documentation>This property specifies the name(s) of the volume\n" 6426 " fraction array(s) for generating parts.</Documentation>\n" 6427 " <ArrayListDomain attribute_type=\"Scalars\"\n" 6428 " data_type=\"VTK_UNSIGNED_CHAR\"\n" 6429 " name=\"array_list\">\n" 6430 " <RequiredProperties>\n" 6431 " <Property function=\"Input\"\n" 6432 " name=\"Input\" />\n" 6433 " </RequiredProperties>\n" 6434 " </ArrayListDomain>\n" 6436 " <!-- This overrides the GUI's default mechanism to\n" 6437 " not set the default value for this property\n" 6438 " using the domain when the proxy is created -->\n" 6440 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n" 6441 " <Property name=\"AddDoubleVolumeArrayName\" />\n" 6442 " <Property name=\"AddFloatVolumeArrayName\" />\n" 6443 " </PropertyWidgetDecorator>\n" 6445 " </StringVectorProperty>\n" 6446 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 6447 " default_values=\"0.1\"\n" 6448 " label=\"Volume Fraction Value\"\n" 6449 " name=\"VolumeFractionSurfaceValue\"\n" 6450 " number_of_elements=\"1\">\n" 6451 " <DoubleRangeDomain max=\"1\"\n" 6453 " name=\"range\" />\n" 6454 " <Documentation>The value of this property is the volume fraction value\n" 6455 " for the surface.</Documentation>\n" 6456 " </DoubleVectorProperty>\n" 6457 " <!-- End Rectilinear Grid Connectivity -->\n" 6460 " <!-- ==================================================================== -->\n" 6461 " <SourceProxy class=\"vtkRulerLineForInput\"\n" 6462 " name=\"RulerFilter\"\n" 6463 " label=\"Bounding Ruler\">\n" 6464 " <Documentation short_help=\"Create a line along the input to use as a ruler\">\n" 6465 " This filter creates a line along the object and defaults its\n" 6466 " representation to showing a ruler along that line.\n" 6467 " </Documentation>\n" 6468 " <InputProperty command=\"SetInputConnection\"\n" 6469 " name=\"Input\">\n" 6470 " <ProxyGroupDomain name=\"groups\">\n" 6471 " <Group name=\"sources\" />\n" 6472 " <Group name=\"filters\" />\n" 6473 " </ProxyGroupDomain>\n" 6474 " <DataTypeDomain name=\"input_type\">\n" 6475 " <DataType value=\"vtkDataObject\" />\n" 6476 " </DataTypeDomain>\n" 6477 " </InputProperty>\n" 6478 " <IntVectorProperty command=\"SetAxis\"\n" 6479 " default_values=\"0\"\n" 6481 " number_of_elements=\"1\">\n" 6482 " <EnumerationDomain name=\"enum\">\n" 6483 " <Entry text=\"X Axis\"\n" 6485 " <Entry text=\"Y Axis\"\n" 6487 " <Entry text=\"Z Axis\"\n" 6489 " <Entry text=\"Oriented Bounding Box Major Axis\"\n" 6491 " <Entry text=\"Oriented Bounding Box Medium Axis\"\n" 6493 " <Entry text=\"Oriented Bounding Box Minor Axis\"\n" 6495 " </EnumerationDomain>\n" 6496 " <Documentation>Select along which axis the ruler should be aligned. Note:\n" 6497 " this filter requires that all points in the dataset to which it is applied\n" 6498 " be copied to a single rank when this option is set to any of the\n" 6499 " Oriented Bound Box options, so make sure the dataset can fit on one rank\n" 6500 " before applying this filter.</Documentation>\n" 6501 " </IntVectorProperty>\n" 6503 " <Representation view=\"RenderView\" type=\"RulerSourceRepresentation\" />\n" 6504 " <Visibility replace_input=\"0\" />\n" 6506 " <!-- End vtkRulerLineForInput -->\n" 6509 " <!-- ==================================================================== -->\n" 6510 " <SourceProxy class=\"vtkSliceAlongPolyPlane\"\n" 6511 " label=\"Slice Along PolyLine\"\n" 6512 " name=\"SliceAlongPolyLine\">\n" 6514 " long_help=\"Slice along the surface defined by sweeping a polyline parallel to the z-axis.\"\n" 6515 " short_help=\"Slice along the surface defined by sweeping a polyline parallel to the z-axis.\">\n" 6520 " The Slice Along PolyLine filter is similar to the Slice Filter except that it slices along a surface that\n" 6521 " is defined by sweeping the input polyline parallel to the z-axis. Explained another way: take a laser\n" 6522 " cutter and move it so that it hits every point on the input polyline while keeping it parallel\n" 6523 " to the z-axis. The surface cut from the input dataset is the result.\n" 6524 " </Documentation>\n" 6525 " <InputProperty command=\"SetInputConnection\" name=\"Dataset\" port_index=\"0\">\n" 6526 " <ProxyGroupDomain name=\"groups\">\n" 6527 " <Group name=\"sources\" />\n" 6528 " <Group name=\"filters\" />\n" 6529 " </ProxyGroupDomain>\n" 6530 " <DataTypeDomain name=\"input_type\">\n" 6531 " <DataType value=\"vtkDataSet\" />\n" 6532 " </DataTypeDomain>\n" 6533 " <Documentation>\n" 6534 " Set the vtkDataObject to slice.\n" 6535 " </Documentation>\n" 6536 " </InputProperty>\n" 6537 " <InputProperty command=\"SetInputConnection\" name=\"PolyLine\" port_index=\"1\">\n" 6538 " <ProxyGroupDomain name=\"groups\">\n" 6539 " <Group name=\"sources\" />\n" 6540 " <Group name=\"filters\" />\n" 6541 " </ProxyGroupDomain>\n" 6542 " <DataTypeDomain name=\"input_type\">\n" 6543 " <DataType value=\"vtkPolyData\" />\n" 6544 " </DataTypeDomain>\n" 6545 " <Documentation>\n" 6546 " Set the polyline to slice along.\n" 6547 " </Documentation>\n" 6548 " </InputProperty>\n" 6549 " <DoubleVectorProperty animatable=\"0\"\n" 6550 " command=\"SetTolerance\"\n" 6551 " default_values=\"10\"\n" 6552 " label=\"Tolerance\"\n" 6553 " name=\"Tolerance\"\n" 6554 " number_of_elements=\"1\">\n" 6555 " <BoundsDomain mode=\"approximate_cell_length\"\n" 6556 " name=\"bounds\">\n" 6557 " <RequiredProperties>\n" 6558 " <Property function=\"Input\" name=\"Dataset\" />\n" 6559 " </RequiredProperties>\n" 6560 " </BoundsDomain>\n" 6561 " <Documentation>\n" 6562 " The threshold used internally to determine correspondence between the polyline\n" 6563 " and the output slice. If the output has sections missing, increasing this\n" 6564 " value may help.\n" 6565 " </Documentation>\n" 6566 " </DoubleVectorProperty>\n" 6567 " <!-- End Slice Along PolyLine -->\n" 6570 " <!-- ==================================================================== -->\n" 6571 " <SourceProxy class=\"vtkSurfaceVectors\"\n" 6572 " label=\"Surface Vectors\"\n" 6573 " name=\"SurfaceVectors\">\n" 6574 " <Documentation long_help=\"This filter constrains vectors to lie on a surface.\"\n" 6575 " short_help=\"This filter constrains vectors to lie on a surface.\">\n" 6576 " The Surface Vectors filter is used for 2D data sets. It\n" 6577 " constrains vectors to lie in a surface by removing\n" 6578 " components of the vectors normal to the local\n" 6579 " surface.</Documentation>\n" 6580 " <InputProperty command=\"SetInputConnection\"\n" 6581 " name=\"Input\">\n" 6582 " <ProxyGroupDomain name=\"groups\">\n" 6583 " <Group name=\"sources\" />\n" 6584 " <Group name=\"filters\" />\n" 6585 " </ProxyGroupDomain>\n" 6586 " <DataTypeDomain name=\"input_type\">\n" 6587 " <DataType value=\"vtkDataSet\" />\n" 6588 " </DataTypeDomain>\n" 6589 " <InputArrayDomain attribute_type=\"point\"\n" 6590 " name=\"input_array\"\n" 6591 " number_of_components=\"3\" />\n" 6592 " <Documentation>This property specifies the input to the Surface Vectors\n" 6593 " filter.</Documentation>\n" 6594 " </InputProperty>\n" 6595 " <StringVectorProperty animateable=\"0\"\n" 6596 " command=\"SetInputArrayToProcess\"\n" 6597 " element_types=\"0 0 0 0 2\"\n" 6598 " name=\"SelectInputVectors\"\n" 6599 " number_of_elements=\"5\">\n" 6600 " <ArrayListDomain attribute_type=\"Vectors\"\n" 6601 " name=\"array_list\">\n" 6602 " <RequiredProperties>\n" 6603 " <Property function=\"Input\"\n" 6604 " name=\"Input\" />\n" 6605 " </RequiredProperties>\n" 6606 " </ArrayListDomain>\n" 6607 " <Documentation>This property specifies the name of the input vector\n" 6608 " array to process.</Documentation>\n" 6609 " </StringVectorProperty>\n" 6610 " <IntVectorProperty command=\"SetConstraintMode\"\n" 6611 " default_values=\"0\"\n" 6612 " name=\"ConstraintMode\"\n" 6613 " number_of_elements=\"1\">\n" 6614 " <EnumerationDomain name=\"enum\">\n" 6615 " <Entry text=\"Parallel\"\n" 6617 " <Entry text=\"Perpendicular\"\n" 6619 " <Entry text=\"PerpendicularScale\"\n" 6621 " </EnumerationDomain>\n" 6622 " <Documentation>This property specifies whether the vectors will be\n" 6623 " parallel or perpendicular to the surface. If the value is set to\n" 6624 " PerpendicularScale (2), then the output will contain a scalar array\n" 6625 " with the dot product of the surface normal and the vector at each\n" 6626 " point.</Documentation>\n" 6627 " </IntVectorProperty>\n" 6628 " <!-- End SurfaceVectors -->\n" 6631 " <!-- ==================================================================== -->\n" 6632 " <SourceProxy class=\"vtkTimeStepProgressFilter\"\n" 6633 " label=\"Time Step Progress Bar\"\n" 6634 " name=\"TimeStepProgressFilter\">\n" 6635 " <Documentation long_help=\"Shows input data time as progress bar in the view.\"\n" 6636 " short_help=\"Show data time step as progress bar.\">The Time Step Progress Bar\n" 6637 " filter can be used to show the relative position of the actual time step/value\n" 6638 " relatively to the number of timesteps/data time range in a progress bar.\n" 6639 " </Documentation>\n" 6640 " <InputProperty command=\"SetInputConnection\"\n" 6641 " name=\"Input\">\n" 6642 " <ProxyGroupDomain name=\"groups\">\n" 6643 " <Group name=\"sources\" />\n" 6644 " <Group name=\"filters\" />\n" 6645 " </ProxyGroupDomain>\n" 6646 " <Documentation>This property specifies the input dataset for which to\n" 6647 " display the time step.</Documentation>\n" 6648 " </InputProperty>\n" 6650 " <Visibility replace_input=\"0\" />\n" 6651 " <OutputPort index=\"0\"\n" 6652 " name=\"Output-0\"\n" 6653 " type=\"progress\" />\n" 6655 " <!-- End of TimeToTextConvertor -->\n" 6658 " <!-- ==================================================================== -->\n" 6659 " <SourceProxy class=\"vtkTimeToTextConvertor\"\n" 6660 " label=\"Annotate Time Filter\"\n" 6661 " name=\"TimeToTextConvertor\">\n" 6662 " <Documentation long_help=\"Shows input data time as text annnotation in the view.\"\n" 6663 " short_help=\"Show data time as text.\">The Annotate Time\n" 6664 " filter can be used to show the data time in a text\n" 6665 " annotation.</Documentation>\n" 6666 " <InputProperty command=\"SetInputConnection\"\n" 6667 " name=\"Input\">\n" 6668 " <ProxyGroupDomain name=\"groups\">\n" 6669 " <Group name=\"sources\" />\n" 6670 " <Group name=\"filters\" />\n" 6671 " </ProxyGroupDomain>\n" 6672 " <Documentation>This property specifies the input dataset for which to\n" 6673 " display the time.</Documentation>\n" 6674 " </InputProperty>\n" 6675 " <StringVectorProperty command=\"SetFormat\"\n" 6676 " default_values=\"Time: %f\"\n" 6677 " name=\"Format\"\n" 6678 " number_of_elements=\"1\"\n" 6679 " panel_visibility=\"default\">\n" 6680 " <Documentation>The value of this property is a format string used to\n" 6681 " display the input time. The format string is specified using printf\n" 6682 " style.</Documentation>\n" 6683 " </StringVectorProperty>\n" 6684 " <DoubleVectorProperty command=\"SetShift\"\n" 6685 " default_values=\"0.0\"\n" 6687 " number_of_elements=\"1\">\n" 6688 " <DoubleRangeDomain name=\"range\" />\n" 6689 " <Documentation>The amount of time the input is shifted (after\n" 6690 " scaling).</Documentation>\n" 6691 " </DoubleVectorProperty>\n" 6692 " <DoubleVectorProperty command=\"SetScale\"\n" 6693 " default_values=\"1.0\"\n" 6695 " number_of_elements=\"1\">\n" 6696 " <DoubleRangeDomain name=\"range\" />\n" 6697 " <Documentation>The factor by which the input time is\n" 6698 " scaled.</Documentation>\n" 6699 " </DoubleVectorProperty>\n" 6701 " <Visibility replace_input=\"0\" />\n" 6702 " <OutputPort index=\"0\"\n" 6703 " name=\"Output-0\"\n" 6704 " type=\"text\" />\n" 6706 " <!-- End of TimeToTextConvertor -->\n" 6709 " <!-- ==================================================================== -->\n" 6710 " <SourceProxy class=\"vtkOMETIFFChannelCalculator\" name=\"OMETIFFChannelCalculator\"\n" 6711 " label=\"OME TIFF Channel Calculator\">\n" 6712 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 6713 " <ProxyGroupDomain name=\"groups\">\n" 6714 " <Group name=\"sources\" />\n" 6715 " <Group name=\"filters\" />\n" 6716 " </ProxyGroupDomain>\n" 6717 " <DataTypeDomain name=\"input_type\">\n" 6718 " <DataType value=\"vtkImageData\" />\n" 6719 " </DataTypeDomain>\n" 6720 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n" 6721 " </InputProperty>\n" 6723 " <StringVectorProperty\n" 6724 " name=\"ChannelVisibilities\"\n" 6725 " command=\"GetChannelSelection\"\n" 6726 " number_of_elements_per_command=\"1\"\n" 6727 " repeat_command=\"1\"\n" 6728 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 6729 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n" 6730 " <RequiredProperties>\n" 6731 " <Property name=\"Input\" function=\"Input\" />\n" 6732 " </RequiredProperties>\n" 6733 " </ArrayListDomain>\n" 6734 " <Documentation>\n" 6735 " Select the point data arrays to pass through\n" 6736 " </Documentation>\n" 6738 " <ArraySelectionWidget icon_type=\"point\"/>\n" 6740 " </StringVectorProperty>\n" 6742 " <ProxyProperty command=\"SetChannel1LUT\" name=\"Channel1LUT\" >\n" 6743 " <ProxyGroupDomain name=\"groups\">\n" 6744 " <Group name=\"lookup_tables\" />\n" 6745 " </ProxyGroupDomain>\n" 6746 " </ProxyProperty>\n" 6747 " <ProxyProperty command=\"SetChannel2LUT\" name=\"Channel2LUT\" >\n" 6748 " <ProxyGroupDomain name=\"groups\">\n" 6749 " <Group name=\"lookup_tables\" />\n" 6750 " </ProxyGroupDomain>\n" 6751 " </ProxyProperty>\n" 6752 " <ProxyProperty command=\"SetChannel3LUT\" name=\"Channel3LUT\" >\n" 6753 " <ProxyGroupDomain name=\"groups\">\n" 6754 " <Group name=\"lookup_tables\" />\n" 6755 " </ProxyGroupDomain>\n" 6756 " </ProxyProperty>\n" 6757 " <ProxyProperty command=\"SetChannel4LUT\" name=\"Channel4LUT\" >\n" 6758 " <ProxyGroupDomain name=\"groups\">\n" 6759 " <Group name=\"lookup_tables\" />\n" 6760 " </ProxyGroupDomain>\n" 6761 " </ProxyProperty>\n" 6762 " <ProxyProperty command=\"SetChannel5LUT\" name=\"Channel5LUT\" >\n" 6763 " <ProxyGroupDomain name=\"groups\">\n" 6764 " <Group name=\"lookup_tables\" />\n" 6765 " </ProxyGroupDomain>\n" 6766 " </ProxyProperty>\n" 6767 " <ProxyProperty command=\"SetChannel6LUT\" name=\"Channel6LUT\" >\n" 6768 " <ProxyGroupDomain name=\"groups\">\n" 6769 " <Group name=\"lookup_tables\" />\n" 6770 " </ProxyGroupDomain>\n" 6771 " </ProxyProperty>\n" 6772 " <ProxyProperty command=\"SetChannel7LUT\" name=\"Channel7LUT\" >\n" 6773 " <ProxyGroupDomain name=\"groups\">\n" 6774 " <Group name=\"lookup_tables\" />\n" 6775 " </ProxyGroupDomain>\n" 6776 " </ProxyProperty>\n" 6777 " <ProxyProperty command=\"SetChannel8LUT\" name=\"Channel8LUT\" >\n" 6778 " <ProxyGroupDomain name=\"groups\">\n" 6779 " <Group name=\"lookup_tables\" />\n" 6780 " </ProxyGroupDomain>\n" 6781 " </ProxyProperty>\n" 6782 " <ProxyProperty command=\"SetChannel9LUT\" name=\"Channel9LUT\" >\n" 6783 " <ProxyGroupDomain name=\"groups\">\n" 6784 " <Group name=\"lookup_tables\" />\n" 6785 " </ProxyGroupDomain>\n" 6786 " </ProxyProperty>\n" 6787 " <ProxyProperty command=\"SetChannel10LUT\" name=\"Channel10LUT\" >\n" 6788 " <ProxyGroupDomain name=\"groups\">\n" 6789 " <Group name=\"lookup_tables\" />\n" 6790 " </ProxyGroupDomain>\n" 6791 " </ProxyProperty>\n" 6792 " <DoubleVectorProperty name=\"Channel1Weight\"\n" 6793 " command=\"SetChannel1Weight\"\n" 6794 " number_of_elements=\"1\"\n" 6795 " default_values=\"1.0\" />\n" 6796 " <DoubleVectorProperty name=\"Channel2Weight\"\n" 6797 " command=\"SetChannel2Weight\"\n" 6798 " number_of_elements=\"1\"\n" 6799 " default_values=\"1.0\" />\n" 6800 " <DoubleVectorProperty name=\"Channel3Weight\"\n" 6801 " command=\"SetChannel3Weight\"\n" 6802 " number_of_elements=\"1\"\n" 6803 " default_values=\"1.0\" />\n" 6804 " <DoubleVectorProperty name=\"Channel4Weight\"\n" 6805 " command=\"SetChannel4Weight\"\n" 6806 " number_of_elements=\"1\"\n" 6807 " default_values=\"1.0\" />\n" 6808 " <DoubleVectorProperty name=\"Channel5Weight\"\n" 6809 " command=\"SetChannel5Weight\"\n" 6810 " number_of_elements=\"1\"\n" 6811 " default_values=\"1.0\" />\n" 6812 " <DoubleVectorProperty name=\"Channel6Weight\"\n" 6813 " command=\"SetChannel6Weight\"\n" 6814 " number_of_elements=\"1\"\n" 6815 " default_values=\"1.0\" />\n" 6816 " <DoubleVectorProperty name=\"Channel7Weight\"\n" 6817 " command=\"SetChannel7Weight\"\n" 6818 " number_of_elements=\"1\"\n" 6819 " default_values=\"1.0\" />\n" 6820 " <DoubleVectorProperty name=\"Channel8Weight\"\n" 6821 " command=\"SetChannel8Weight\"\n" 6822 " number_of_elements=\"1\"\n" 6823 " default_values=\"1.0\" />\n" 6824 " <DoubleVectorProperty name=\"Channel9Weight\"\n" 6825 " command=\"SetChannel9Weight\"\n" 6826 " number_of_elements=\"1\"\n" 6827 " default_values=\"1.0\" />\n" 6828 " <DoubleVectorProperty name=\"Channel10Weight\"\n" 6829 " command=\"SetChannel10Weight\"\n" 6830 " number_of_elements=\"1\"\n" 6831 " default_values=\"1.0\" />\n" 6833 " <PropertyGroup label=\"Color + Opacity Settings\" panel_widget=\"OMETransferFunctions\">\n" 6834 " <Property name=\"Channel1LUT\" function=\"Channel_1\" />\n" 6835 " <Property name=\"Channel2LUT\" function=\"Channel_2\" />\n" 6836 " <Property name=\"Channel3LUT\" function=\"Channel_3\" />\n" 6837 " <Property name=\"Channel4LUT\" function=\"Channel_4\" />\n" 6838 " <Property name=\"Channel5LUT\" function=\"Channel_5\" />\n" 6839 " <Property name=\"Channel6LUT\" function=\"Channel_6\" />\n" 6840 " <Property name=\"Channel7LUT\" function=\"Channel_7\" />\n" 6841 " <Property name=\"Channel8LUT\" function=\"Channel_8\" />\n" 6842 " <Property name=\"Channel9LUT\" function=\"Channel_9\" />\n" 6843 " <Property name=\"Channel10LUT\" function=\"Channel_10\" />\n" 6844 " <Property name=\"Channel1Weight\" function=\"Channel_1Weight\" />\n" 6845 " <Property name=\"Channel2Weight\" function=\"Channel_2Weight\" />\n" 6846 " <Property name=\"Channel3Weight\" function=\"Channel_3Weight\" />\n" 6851 " <Property name=\"Channel4Weight\" function=\"Channel_4Weight\" />\n" 6852 " <Property name=\"Channel5Weight\" function=\"Channel_5Weight\" />\n" 6853 " <Property name=\"Channel6Weight\" function=\"Channel_6Weight\" />\n" 6854 " <Property name=\"Channel7Weight\" function=\"Channel_7Weight\" />\n" 6855 " <Property name=\"Channel8Weight\" function=\"Channel_8Weight\" />\n" 6856 " <Property name=\"Channel9Weight\" function=\"Channel_9Weight\" />\n" 6857 " <Property name=\"Channel10Weight\" function=\"Channel_10Weight\" />\n" 6858 " </PropertyGroup>\n" 6860 " <InitializationHelper class=\"vtkSMOMETIFFChannelCalculatorInitializationHelper\" />\n" 6864 " <!-- ==================================================================== -->\n" 6865 " <SourceProxy class=\"vtkAnnotateGlobalDataFilter\"\n" 6866 " label=\"Annotate Global Data\"\n" 6867 " name=\"AnnotateGlobalData\">\n" 6868 " <Documentation short_help=\"Filter for annotating with global/field data\">\n" 6869 " Generates annotation text from global / field data presumed to be associated\n" 6870 " with time steps in the source dataset for this filter.\n" 6871 " If the field array chosen has as many elements as number of timesteps,\n" 6872 " the array is assumed to be \"temporal\" and indexed using the current\n" 6874 " </Documentation>\n" 6875 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 6876 " command=\"AddInputConnection\"\n" 6877 " multiple_input=\"1\"\n" 6878 " name=\"Input\">\n" 6879 " <ProxyGroupDomain name=\"groups\">\n" 6880 " <Group name=\"sources\" />\n" 6881 " <Group name=\"filters\" />\n" 6882 " </ProxyGroupDomain>\n" 6883 " <DataTypeDomain name=\"input_type\">\n" 6884 " <DataType value=\"vtkDataObject\" />\n" 6885 " <DataType value=\"vtkHyperTreeGrid\" />\n" 6886 " </DataTypeDomain>\n" 6887 " <InputArrayDomain attribute_type=\"field\"\n" 6888 " name=\"input_array\"\n" 6889 " number_of_components=\"1\" />\n" 6890 " <Documentation>Set the input of the filter.</Documentation>\n" 6891 " </InputProperty>\n" 6892 " <StringVectorProperty command=\"SetFieldArrayName\"\n" 6893 " name=\"SelectArrays\"\n" 6894 " number_of_elements=\"1\">\n" 6895 " <ArrayListDomain name=\"array_list\">\n" 6896 " <RequiredProperties>\n" 6897 " <Property function=\"Input\"\n" 6898 " name=\"Input\" />\n" 6899 " </RequiredProperties>\n" 6900 " </ArrayListDomain>\n" 6901 " <Documentation>Choose array that is going to be\n" 6902 " displayed.</Documentation>\n" 6903 " </StringVectorProperty>\n" 6904 " <StringVectorProperty command=\"SetPrefix\"\n" 6905 " default_values=\"Value is: \"\n" 6906 " name=\"Prefix\"\n" 6907 " number_of_elements=\"1\">\n" 6908 " <Documentation>Text that is used as a prefix to the field\n" 6909 " value.</Documentation>\n" 6910 " </StringVectorProperty>\n" 6911 " <StringVectorProperty command=\"SetFormat\"\n" 6912 " default_values=\"%7.5g\"\n" 6913 " name=\"Format\"\n" 6914 " number_of_elements=\"1\">\n" 6915 " <Documentation>Text that is used as the C format string used by the\n" 6916 " snprintf string formatter used to convert a global data value to a string.\n" 6917 " </Documentation>\n" 6918 " </StringVectorProperty>\n" 6919 " <StringVectorProperty command=\"SetPostfix\"\n" 6920 " default_values=\"\"\n" 6921 " name=\"Suffix\"\n" 6922 " number_of_elements=\"1\">\n" 6923 " <Documentation>Text that is used as a suffix to the field\n" 6924 " value.</Documentation>\n" 6925 " </StringVectorProperty>\n" 6927 " <Visibility replace_input=\"0\" />\n" 6928 " <OutputPort index=\"0\" name=\"Output-0\" type=\"text\" />\n" 6930 " <!-- End AnnotateGlobalData -->\n" 6933 "</ServerManagerConfiguration>\n" 6964 char* res =
new char[ len + 1];
6978 assert(offset == len);
6986 "<ServerManagerConfiguration>\n" 6987 " <ProxyGroup name=\"sources\">\n" 6988 " <!-- ==================================================================== -->\n" 6989 " <SourceProxy class=\"vtkHierarchicalFractal\"\n" 6990 " label=\"Hierarchical Fractal\"\n" 6991 " name=\"HierarchicalFractal\">\n" 6992 " <Documentation long_help=\"Test source for AMR with HierarchicalDataSet\"\n" 6993 " short_help=\"Hierarchical fractal\">The Hierarchical Fractal\n" 6994 " source is a collection of uniform grids. All have the same\n" 6995 " dimensions. Each block has a different origin and spacing.\n" 6996 " This source uses the Mandelbrot source to create cell\n" 6997 " data. The fractal array is scaled to look like a volume\n" 6998 " fraction.</Documentation>\n" 6999 " <IntVectorProperty command=\"SetDimensions\"\n" 7000 " default_values=\"10\"\n" 7001 " name=\"Dimensions\"\n" 7002 " number_of_elements=\"1\">\n" 7003 " <IntRangeDomain max=\"64\"\n" 7005 " name=\"range\" />\n" 7006 " <Documentation>This property specifies the X, Y, Z cell dimensions of a\n" 7007 " block.</Documentation>\n" 7008 " </IntVectorProperty>\n" 7009 " <DoubleVectorProperty command=\"SetFractalValue\"\n" 7010 " default_values=\"9.5\"\n" 7011 " name=\"FractalValue\"\n" 7012 " number_of_elements=\"1\">\n" 7013 " <DoubleRangeDomain min=\"0\"\n" 7014 " name=\"range\" />\n" 7015 " <Documentation>The value of this property will be mapped to 0.5 for use\n" 7016 " as a volume fraction.</Documentation>\n" 7017 " </DoubleVectorProperty>\n" 7018 " <IntVectorProperty command=\"SetMaximumLevel\"\n" 7019 " default_values=\"5\"\n" 7020 " name=\"MaximumLevel\"\n" 7021 " number_of_elements=\"1\">\n" 7022 " <IntRangeDomain max=\"10\"\n" 7024 " name=\"range\" />\n" 7025 " <Documentation>This property specifies how many levels of refinement\n" 7026 " should be included in this hierarchical dataset.</Documentation>\n" 7027 " </IntVectorProperty>\n" 7028 " <IntVectorProperty command=\"SetGhostLevels\"\n" 7029 " default_values=\"1\"\n" 7030 " name=\"GhostLevels\"\n" 7031 " number_of_elements=\"1\">\n" 7032 " <BooleanDomain name=\"bool\" />\n" 7033 " <Documentation>This property specifies whether ghost levels should be\n" 7034 " generated at processor boundaries.</Documentation>\n" 7035 " </IntVectorProperty>\n" 7036 " <IntVectorProperty command=\"SetTwoDimensional\"\n" 7037 " default_values=\"1\"\n" 7038 " name=\"TwoDimensional\"\n" 7039 " number_of_elements=\"1\">\n" 7040 " <BooleanDomain name=\"bool\" />\n" 7041 " <Documentation>If this property is set to 1, the generated dataset will\n" 7042 " be 2D; otherwise it will be 3D.</Documentation>\n" 7043 " </IntVectorProperty>\n" 7044 " <IntVectorProperty command=\"SetAsymetric\"\n" 7045 " default_values=\"0\"\n" 7046 " name=\"Asymetric\"\n" 7047 " number_of_elements=\"1\">\n" 7048 " <BooleanDomain name=\"bool\" />\n" 7049 " <Documentation>If this property is set to 0, all the blocks will be the\n" 7050 " same size. If it is set to 1, an asymmetric dataset will be created:\n" 7051 " some blocks will have an X dimension that is larger by 2\n" 7052 " units.</Documentation>\n" 7053 " </IntVectorProperty>\n" 7054 " <IntVectorProperty command=\"SetGenerateRectilinearGrids\"\n" 7055 " default_values=\"0\"\n" 7056 " name=\"RectilinearGrids\"\n" 7057 " number_of_elements=\"1\">\n" 7058 " <BooleanDomain name=\"bool\" />\n" 7059 " <Documentation>If this property is set to 1, the hierarchical dataset\n" 7060 " will contain rectilinear grids; otherwise it will contain uniform\n" 7061 " grids.</Documentation>\n" 7062 " </IntVectorProperty>\n" 7063 " <IntVectorProperty command=\"GetTimeStepRange\"\n" 7064 " information_only=\"1\"\n" 7065 " name=\"TimeStepRangeInfo\">\n" 7066 " <SimpleIntInformationHelper />\n" 7067 " </IntVectorProperty>\n" 7068 " <IntVectorProperty animateable=\"1\"\n" 7069 " command=\"SetTimeStep\"\n" 7070 " default_values=\"0\"\n" 7071 " name=\"TimeStep\"\n" 7072 " number_of_elements=\"1\" >\n" 7073 " <IntRangeDomain name=\"range\"\n" 7074 " default_mode=\"min\" >\n" 7075 " <RequiredProperties>\n" 7076 " <Property function=\"Range\"\n" 7077 " name=\"TimeStepRangeInfo\" />\n" 7078 " </RequiredProperties>\n" 7079 " </IntRangeDomain>\n" 7080 " <Documentation>This property specifies the timestep to use for this\n" 7081 " dataset.</Documentation>\n" 7082 " </IntVectorProperty>\n" 7083 " <!-- End HierarchicalFractal -->\n" 7085 " <!-- ==================================================================== -->\n" 7086 " <SourceProxy class=\"vtkImageSimpleSource\"\n" 7087 " label=\"Fast Uniform Grid\"\n" 7088 " name=\"FastUniformGrid\">\n" 7089 " <Documentation long_help=\"Create a uniform grid in 3 dimensions with scalar and vector data arrays, consuming minimal computational resources.\"\n" 7090 " short_help=\"Create a 3D uniform grid with scalar and vector arrays.\">The\n" 7091 " Fast Uniform Grid source can be used to create a uniform\n" 7092 " grid with scalar values derived from relatively light\n" 7093 " computations. The active scalar array is named \"X\", and\n" 7094 " is set to the X coordinate for each pixel. There are two\n" 7095 " additional point data sets. The data array named\n" 7096 " \"DistanceSquared\" is computed as the squared distance from\n" 7097 " each pixel to the origin. The data array named \"Swirl\"\n" 7098 " is a vector field computed as (Y,Z,X) at each pixel.\n" 7099 " </Documentation>\n" 7100 " <IntVectorProperty command=\"SetWholeExtent\"\n" 7101 " default_values=\"-10 10 -10 10 -10 10\"\n" 7102 " name=\"WholeExtent\"\n" 7103 " number_of_elements=\"6\">\n" 7104 " <IntRangeDomain name=\"range\" />\n" 7105 " <Documentation>The six values in the property indicate the X, Y, and Z\n" 7106 " extent of the output data. The first two numbers are the minimum and\n" 7107 " maximum X extent; the next two are the minimum and maximum Y extent;\n" 7108 " and the final two are the minimum and maximum Z extent. The numbers are\n" 7109 " inclusive, so values of -10, 10, -10, 10, =10, 10 indicate that the\n" 7110 " dimensions of the output will be 21 x 21 x 21.</Documentation>\n" 7111 " </IntVectorProperty>\n" 7112 " <IntVectorProperty command=\"SetEnableDistanceSquaredData\"\n" 7113 " default_values=\"1\"\n" 7114 " name=\"Generate DistanceSquared Scalars\"\n" 7115 " number_of_elements=\"1\"\n" 7116 " panel_visibility=\"advanced\">\n" 7117 " <Documentation>\n" 7118 " Enable/disable DistanceSquared point data scalar array.\n" 7119 " </Documentation>\n" 7120 " <BooleanDomain name=\"bool\" />\n" 7121 " </IntVectorProperty>\n" 7122 " <IntVectorProperty command=\"SetEnableSwirlData\"\n" 7123 " default_values=\"1\"\n" 7124 " name=\"Generate Swirl Vectors\"\n" 7125 " number_of_elements=\"1\"\n" 7126 " panel_visibility=\"advanced\">\n" 7127 " <Documentation>\n" 7128 " Enable/disable Swirl point data vector array.\n" 7129 " </Documentation>\n" 7130 " <BooleanDomain name=\"bool\" />\n" 7131 " </IntVectorProperty>\n" 7133 " <IntVectorProperty command=\"SetEnableSMP\"\n" 7134 " default_values=\"0\"\n" 7135 " name=\"EnableSMP\"\n" 7136 " number_of_elements=\"1\"\n" 7137 " panel_visibility=\"advanced\">\n" 7138 " <Documentation>\n" 7139 " Enable/disable SMP for threading.\n" 7140 " </Documentation>\n" 7141 " <BooleanDomain name=\"bool\" />\n" 7142 " </IntVectorProperty>\n" 7143 " <IntVectorProperty command=\"SetDesiredBytesPerPiece\"\n" 7144 " default_values=\"65536\"\n" 7145 " name=\"DesiredBytesPerPiece\"\n" 7146 " number_of_elements=\"1\"\n" 7147 " panel_visibility=\"advanced\">\n" 7148 " <Documentation>\n" 7149 " The desired bytes per piece when the volume is split for SMP execution.\n" 7150 " When SMP is enabled, this is used to subdivide the volume into pieces.\n" 7151 " Smaller pieces allow for better dynamic load balancing, but increase\n" 7152 " the total overhead.\n" 7153 " </Documentation>\n" 7154 " </IntVectorProperty>\n" 7156 " <!-- ==================================================================== -->\n" 7157 " <SourceProxy class=\"vtkPVTextSource\"\n" 7159 " name=\"TextSource\">\n" 7160 " <Documentation long_help=\"The Text source generates a table containing text.\"\n" 7161 " short_help=\"Display text\">The Text source is used to\n" 7162 " generate a 1x1 vtkTable with a single text\n" 7163 " string.</Documentation>\n" 7164 " <StringVectorProperty command=\"SetText\"\n" 7165 " default_values=\"Text\"\n" 7167 " number_of_elements=\"1\"\n" 7168 " panel_visibility=\"default\">\n" 7170 " <Widget type=\"multi_line\" />\n" 7172 " <Documentation>This property specifies the text to\n" 7173 " display.</Documentation>\n" 7174 " </StringVectorProperty>\n" 7176 " <OutputPort index=\"0\"\n" 7177 " name=\"Output-0\"\n" 7178 " type=\"text\" />\n" 7180 " <!-- End of TextSource -->\n" 7183 " <!-- ==================================================================== -->\n" 7184 " <SourceProxy class=\"vtkTimeToTextConvertor\"\n" 7185 " label=\"Annotate Time\"\n" 7186 " name=\"TimeToTextConvertorSource\">\n" 7187 " <Documentation long_help=\"Shows the animation time as text annnotation in the view.\"\n" 7188 " short_help=\"Show animation time as text\">The Annotate Time\n" 7189 " source can be used to show the animation time in text\n" 7190 " annotation.</Documentation>\n" 7191 " <StringVectorProperty command=\"SetFormat\"\n" 7192 " default_values=\"Time: %f\"\n" 7193 " name=\"Format\"\n" 7194 " number_of_elements=\"1\"\n" 7195 " panel_visibility=\"default\">\n" 7196 " <Documentation>This property specifies the format used to display the\n" 7197 " input time (using printf style).</Documentation>\n" 7198 " </StringVectorProperty>\n" 7200 " <OutputPort index=\"0\"\n" 7201 " name=\"Output-0\"\n" 7202 " type=\"text\" />\n" 7204 " <!-- End of TimeToTextConvertorSource -->\n" 7207 "</ServerManagerConfiguration>\n" 7216 char* res =
new char[ len + 1];
7219 assert(offset == len);
7227 "<ServerManagerConfiguration>\n" 7228 " <ProxyGroup name=\"extractors\">\n" 7229 " <Proxy name=\"Extractor\">\n" 7230 " <IntVectorProperty name=\"Enable\"\n" 7231 " number_of_elements=\"1\"\n" 7232 " default_values=\"1\">\n" 7233 " <BooleanDomain name=\"bool\" />\n" 7234 " <Documentation>\n" 7235 " Enable the extractor.\n" 7236 " </Documentation>\n" 7237 " </IntVectorProperty>\n" 7239 " <ProxyProperty name=\"Trigger\">\n" 7240 " <ProxyListDomain name=\"proxy_list\">\n" 7241 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n" 7242 " </ProxyListDomain>\n" 7243 " </ProxyProperty>\n" 7244 " <ProxyProperty name=\"Writer\">\n" 7245 " <ProxyListDomain name=\"proxy_list\" />\n" 7246 " </ProxyProperty>\n" 7247 " <ProxyProperty name=\"Producer\" panel_visibility=\"never\" />\n" 7251 " <ProxyGroup name=\"extract_triggers\">\n" 7252 " <ExtractTriggerProxy name=\"TimeStep\">\n" 7254 " <IntVectorProperty name=\"UseStartTimeStep\"\n" 7255 " number_of_elements=\"1\"\n" 7256 " default_values=\"0\">\n" 7257 " <BooleanDomain name=\"bool\" />\n" 7258 " <Documentation>\n" 7259 " When enabled, **StartTimeStep** will be used to delay the activation of this\n" 7261 " </Documentation>\n" 7262 " </IntVectorProperty>\n" 7264 " <IntVectorProperty name=\"StartTimeStep\"\n" 7265 " number_of_elements=\"1\"\n" 7266 " default_values=\"0\">\n" 7267 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 7268 " <Documentation>\n" 7269 " Specify the timestep to at which this trigger is evaluated. This used only\n" 7270 " if **UseStartTimeStep** is enabled.\n" 7271 " </Documentation>\n" 7272 " </IntVectorProperty>\n" 7274 " <IntVectorProperty name=\"UseEndTimeStep\"\n" 7275 " number_of_elements=\"1\"\n" 7276 " default_values=\"0\">\n" 7277 " <BooleanDomain name=\"bool\" />\n" 7278 " <Documentation>\n" 7279 " When enabled, **EndTimeStep** will be used to delay the activation of this\n" 7281 " </Documentation>\n" 7282 " </IntVectorProperty>\n" 7284 " <IntVectorProperty name=\"EndTimeStep\"\n" 7285 " number_of_elements=\"1\"\n" 7286 " default_values=\"0\">\n" 7287 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 7288 " <Documentation>\n" 7289 " Specify the timestep to at which this trigger is evaluated. This used only\n" 7290 " if **UseEndTimeStep** is enabled.\n" 7291 " </Documentation>\n" 7292 " </IntVectorProperty>\n" 7294 " <IntVectorProperty name=\"Frequency\"\n" 7295 " number_of_elements=\"1\"\n" 7296 " default_values=\"1\">\n" 7297 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 7298 " <Documentation>\n" 7299 " Specify the frequency.\n" 7300 " </Documentation>\n" 7301 " </IntVectorProperty>\n" 7303 " <PropertyGroup label=\"Start Time Step\" panel_widget=\"CheckableProperty\">\n" 7304 " <Property name=\"StartTimeStep\" function=\"Property\" />\n" 7305 " <Property name=\"UseStartTimeStep\" function=\"PropertyCheckBox\" />\n" 7306 " </PropertyGroup>\n" 7308 " <PropertyGroup label=\"End Time Step\" panel_widget=\"CheckableProperty\">\n" 7309 " <Property name=\"EndTimeStep\" function=\"Property\" />\n" 7310 " <Property name=\"UseEndTimeStep\" function=\"PropertyCheckBox\" />\n" 7311 " </PropertyGroup>\n" 7312 " </ExtractTriggerProxy>\n" 7314 "</ServerManagerConfiguration>\n" 7323 char* res =
new char[ len + 1];
7326 assert(offset == len);
7334 "<ServerManagerConfiguration>\n" 7335 " <ProxyGroup name=\"internal_writers\">\n" 7337 " *****************************************************************\n" 7338 " These are proxies used by meta-writers defined in writers.xml\n" 7339 " *****************************************************************\n" 7341 " <SourceProxy class=\"vtkPassSelectedArrays\" name=\"PassArrays\"\n" 7342 " base_proxygroup=\"filters\" base_proxyname=\"PassArrays\">\n" 7343 " <!-- extends `PassArrays` to add the ChooseArraysToWrite property -->\n" 7344 " <IntVectorProperty name=\"ChooseArraysToWrite\"\n" 7345 " command=\"SetEnabled\"\n" 7346 " default_values=\"0\"\n" 7347 " number_of_elements=\"1\">\n" 7348 " <BooleanDomain name=\"bool\" />\n" 7349 " <Documentation>\n" 7350 " Explicitly choose which arrays to write.\n" 7351 " </Documentation>\n" 7352 " </IntVectorProperty>\n" 7355 " <!-- ================================================================= -->\n" 7356 " <Proxy name=\"DataWriterBase\">\n" 7357 " <!-- Base for non-xml data writers -->\n" 7358 " <Documentation>This defines the interface for legacy vtk data files\n" 7359 " writer.</Documentation>\n" 7360 " <IntVectorProperty command=\"SetFileType\"\n" 7361 " default_values=\"2\"\n" 7362 " name=\"FileType\"\n" 7363 " number_of_elements=\"1\">\n" 7364 " <EnumerationDomain name=\"enum\">\n" 7365 " <Entry text=\"Ascii\"\n" 7367 " <Entry text=\"Binary\"\n" 7369 " </EnumerationDomain>\n" 7370 " <Documentation>The type for the data file (i.e. ascii or\n" 7371 " binary).</Documentation>\n" 7372 " </IntVectorProperty>\n" 7373 " <!-- End of DataWriterBase -->\n" 7375 " <!-- ================================================================= -->\n" 7376 " <Proxy name=\"ParallelWriterBase\">\n" 7377 " <Documentation>This defines the interface for the parallel writers.</Documentation>\n" 7378 " <!-- Base for parallel writers -->\n" 7381 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n" 7382 " <ExposedProperties>\n" 7383 " <Property name=\"ChooseArraysToWrite\"/>\n" 7384 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n" 7385 " <Property name=\"PointDataArrays\" />\n" 7386 " <Property name=\"CellDataArrays\" />\n" 7387 " <Property name=\"FieldDataArrays\" />\n" 7388 " <Property name=\"VertexDataArrays\" />\n" 7389 " <Property name=\"EdgeDataArrays\" />\n" 7390 " <Property name=\"RowDataArrays\" />\n" 7392 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7393 " mode=\"visibility\"\n" 7394 " property=\"ChooseArraysToWrite\"\n" 7396 " <!-- show this widget when ChooseArraysToWrite==1 -->\n" 7398 " </PropertyGroup>\n" 7399 " </ExposedProperties>\n" 7400 " <LinkProperties>\n" 7401 " <Property name=\"Input\" with_property=\"Input\" />\n" 7402 " </LinkProperties>\n" 7405 " <StringVectorProperty command=\"SetFileName\"\n" 7406 " name=\"FileName\"\n" 7407 " number_of_elements=\"1\">\n" 7408 " <Documentation>The name of the file to be written.</Documentation>\n" 7409 " </StringVectorProperty>\n" 7410 " <IntVectorProperty command=\"SetGhostLevel\"\n" 7411 " default_values=\"0\"\n" 7412 " name=\"GhostLevel\"\n" 7413 " number_of_elements=\"1\">\n" 7414 " <IntRangeDomain min=\"0\"\n" 7415 " name=\"range\" />\n" 7416 " <Documentation>The number of ghost levels to include in the output\n" 7417 " file(s). Note that some writers (such as ExodusIIWriter) may not\n" 7418 " support writing ghost levels.</Documentation>\n" 7419 " </IntVectorProperty>\n" 7421 " <SourceProxy class=\"vtkCompleteArrays\"\n" 7422 " name=\"CompleteArrays\"></SourceProxy>\n" 7424 " <!-- End of ParallelWriterBase -->\n" 7426 " <!-- ================================================================= -->\n" 7427 " <Proxy name=\"FileSeriesWriter\">\n" 7428 " <StringVectorProperty command=\"SetFileName\"\n" 7429 " name=\"FileName\"\n" 7430 " number_of_elements=\"1\"\n" 7431 " panel_visibility=\"never\">\n" 7432 " <Documentation>The name of the file to be written.</Documentation>\n" 7433 " </StringVectorProperty>\n" 7436 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n" 7437 " <ExposedProperties>\n" 7438 " <Property name=\"ChooseArraysToWrite\"/>\n" 7439 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n" 7440 " <Property name=\"PointDataArrays\" />\n" 7441 " <Property name=\"CellDataArrays\" />\n" 7442 " <Property name=\"FieldDataArrays\" />\n" 7443 " <Property name=\"VertexDataArrays\" />\n" 7444 " <Property name=\"EdgeDataArrays\" />\n" 7445 " <Property name=\"RowDataArrays\" />\n" 7447 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7448 " mode=\"visibility\"\n" 7449 " property=\"ChooseArraysToWrite\"\n" 7451 " <!-- show this widget when ChooseArraysToWrite==1 -->\n" 7453 " </PropertyGroup>\n" 7454 " </ExposedProperties>\n" 7455 " <LinkProperties>\n" 7456 " <Property name=\"Input\" with_property=\"Input\" />\n" 7457 " </LinkProperties>\n" 7460 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n" 7461 " default_values=\"0\"\n" 7462 " label=\"Write timesteps as file-series\"\n" 7463 " name=\"WriteTimeSteps\"\n" 7464 " number_of_elements=\"1\">\n" 7465 " <BooleanDomain name=\"bool\" />\n" 7466 " <Documentation>When WriteTimeSteps is OFF, the writer\n" 7467 " writes only the current timestep. Otherwise it is called once\n" 7468 " for each time step within the min and max range. If those are\n" 7469 " not set, the writer is called for all time steps available in\n" 7470 " its input.</Documentation>\n" 7471 " </IntVectorProperty>\n" 7472 " <IntVectorProperty command=\"SetMinTimeStep\"\n" 7473 " default_values=\"0\"\n" 7474 " label=\"First time step\"\n" 7475 " name=\"MinTimeStep\"\n" 7476 " number_of_elements=\"1\">\n" 7477 " <IntRangeDomain min=\"0\"\n" 7478 " name=\"range\" />\n" 7479 " <Documentation>Sets the lower bound for timesteps to write.</Documentation>\n" 7481 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7482 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7483 " </PropertyWidgetDecorator>\n" 7485 " </IntVectorProperty>\n" 7486 " <IntVectorProperty command=\"SetMaxTimeStep\"\n" 7487 " default_values=\"-1\"\n" 7488 " label=\"Last time step\"\n" 7489 " name=\"MaxTimeStep\"\n" 7490 " number_of_elements=\"1\">\n" 7491 " <Documentation>Sets the upper bound for timesteps to write. If\n" 7492 " less than min, the last time step is used.</Documentation>\n" 7494 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7495 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7496 " </PropertyWidgetDecorator>\n" 7498 " </IntVectorProperty>\n" 7499 " <IntVectorProperty command=\"SetTimeStepStride\"\n" 7500 " default_values=\"1\"\n" 7501 " label=\"Time step stride\"\n" 7502 " name=\"TimeStepStride\"\n" 7503 " number_of_elements=\"1\">\n" 7504 " <IntRangeDomain min=\"1\"\n" 7505 " name=\"range\" />\n" 7506 " <Documentation>Sets the stride to go through the time steps.</Documentation>\n" 7508 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7509 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7510 " </PropertyWidgetDecorator>\n" 7512 " </IntVectorProperty>\n" 7514 " <StringVectorProperty command=\"SetFileNameSuffix\"\n" 7515 " default_values=\"_%d\"\n" 7516 " label = \"File name suffix\"\n" 7517 " name=\"FileNameSuffix\"\n" 7518 " number_of_elements=\"1\">\n" 7519 " <Documentation>\n" 7520 " The suffix to append to the file name when writing files at different timesteps.\n" 7521 " File extensions such as .vtk should be excluded.\n" 7522 " The `%` format specifiers are used. For example, _%d will write files as FileName_0,\n" 7523 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n" 7524 " FileName_001, FileName_002 etc.\n" 7525 " </Documentation>\n" 7527 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7528 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7529 " </PropertyWidgetDecorator>\n" 7531 " </StringVectorProperty>\n" 7533 " <PropertyGroup label=\"File Series\">\n" 7534 " <Property name=\"WriteTimeSteps\" />\n" 7535 " <Property name=\"FileNameSuffix\"/>\n" 7536 " <Property name=\"MinTimeStep\" />\n" 7537 " <Property name=\"MaxTimeStep\" />\n" 7538 " <Property name=\"TimeStepStride\" />\n" 7539 " </PropertyGroup>\n" 7541 " <!-- End of FileSeriesWriter -->\n" 7543 " <!-- ================================================================= -->\n" 7544 " <Proxy name=\"ParallelFileSeriesWriter\">\n" 7547 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n" 7548 " <ExposedProperties>\n" 7549 " <Property name=\"ChooseArraysToWrite\"/>\n" 7550 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n" 7551 " <Property name=\"PointDataArrays\" />\n" 7552 " <Property name=\"CellDataArrays\" />\n" 7553 " <Property name=\"FieldDataArrays\" />\n" 7554 " <Property name=\"VertexDataArrays\" />\n" 7555 " <Property name=\"EdgeDataArrays\" />\n" 7556 " <Property name=\"RowDataArrays\" />\n" 7558 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7559 " mode=\"visibility\"\n" 7560 " property=\"ChooseArraysToWrite\"\n" 7562 " <!-- show this widget when ChooseArraysToWrite==1 -->\n" 7564 " </PropertyGroup>\n" 7565 " </ExposedProperties>\n" 7566 " <LinkProperties>\n" 7567 " <Property name=\"Input\" with_property=\"Input\" />\n" 7568 " </LinkProperties>\n" 7571 " <StringVectorProperty command=\"SetFileName\"\n" 7572 " name=\"FileName\"\n" 7573 " panel_visibility=\"never\"\n" 7574 " number_of_elements=\"1\">\n" 7575 " <Documentation>The name of the file to be written.</Documentation>\n" 7576 " </StringVectorProperty>\n" 7577 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n" 7578 " default_values=\"0\"\n" 7579 " label=\"Write all timesteps as file-series\"\n" 7580 " name=\"WriteTimeSteps\"\n" 7581 " number_of_elements=\"1\">\n" 7582 " <BooleanDomain name=\"bool\" />\n" 7583 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n" 7584 " executed once for each timestep available from its input.</Documentation>\n" 7585 " </IntVectorProperty>\n" 7587 " <!-- No harm if use vtkCompleteArrays even in serial mode so, we are\n" 7588 " letting it be -->\n" 7589 " <SourceProxy class=\"vtkCompleteArrays\"\n" 7590 " name=\"CompleteArrays\"></SourceProxy>\n" 7592 " <IntVectorProperty command=\"SetMinTimeStep\"\n" 7593 " default_values=\"0\"\n" 7594 " label=\"First time step\"\n" 7595 " name=\"MinTimeStep\"\n" 7596 " number_of_elements=\"1\">\n" 7597 " <IntRangeDomain min=\"0\"\n" 7598 " name=\"range\" />\n" 7599 " <Documentation>Sets the lower bound for timesteps to write.</Documentation>\n" 7601 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7602 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7603 " </PropertyWidgetDecorator>\n" 7605 " </IntVectorProperty>\n" 7606 " <IntVectorProperty command=\"SetMaxTimeStep\"\n" 7607 " default_values=\"-1\"\n" 7608 " label=\"Last time step\"\n" 7609 " name=\"MaxTimeStep\"\n" 7610 " number_of_elements=\"1\">\n" 7611 " <Documentation>Sets the upper bound for timesteps to write. If\n" 7612 " less than min, the last time step is used.</Documentation>\n" 7614 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7615 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7616 " </PropertyWidgetDecorator>\n" 7618 " </IntVectorProperty>\n" 7619 " <IntVectorProperty command=\"SetTimeStepStride\"\n" 7620 " default_values=\"1\"\n" 7621 " label=\"Time step stride\"\n" 7622 " name=\"TimeStepStride\"\n" 7623 " number_of_elements=\"1\">\n" 7624 " <IntRangeDomain min=\"1\"\n" 7625 " name=\"range\" />\n" 7626 " <Documentation>Sets the stride to go through the time steps.</Documentation>\n" 7628 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7629 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7630 " </PropertyWidgetDecorator>\n" 7632 " </IntVectorProperty>\n" 7634 " <StringVectorProperty command=\"SetFileNameSuffix\"\n" 7635 " default_values=\"_%d\"\n" 7636 " label = \"File name suffix\"\n" 7637 " name=\"FileNameSuffix\"\n" 7638 " number_of_elements=\"1\">\n" 7639 " <Documentation>\n" 7640 " The suffix to append to the file name when writing files at different timesteps.\n" 7641 " File extensions such as .vtk should be excluded.\n" 7642 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n" 7643 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n" 7644 " FileName_001, FileName_002 etc.\n" 7645 " </Documentation>\n" 7647 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7648 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7649 " </PropertyWidgetDecorator>\n" 7651 " </StringVectorProperty>\n" 7653 " <PropertyGroup label=\"File Series\">\n" 7654 " <Property name=\"WriteTimeSteps\" />\n" 7655 " <Property name=\"FileNameSuffix\" />\n" 7656 " <Property name=\"MinTimeStep\" />\n" 7657 " <Property name=\"MaxTimeStep\" />\n" 7658 " <Property name=\"TimeStepStride\" />\n" 7663 " </PropertyGroup>\n" 7666 " <!-- End of ParallelFileSeriesWriter -->\n" 7669 " <!-- ================================================================= -->\n" 7670 " <Proxy name=\"ParallelSerialWriter\">\n" 7673 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n" 7674 " <ExposedProperties>\n" 7675 " <Property name=\"ChooseArraysToWrite\"/>\n" 7676 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n" 7677 " <Property name=\"PointDataArrays\" />\n" 7678 " <Property name=\"CellDataArrays\" />\n" 7679 " <Property name=\"FieldDataArrays\" />\n" 7680 " <Property name=\"VertexDataArrays\" />\n" 7681 " <Property name=\"EdgeDataArrays\" />\n" 7682 " <Property name=\"RowDataArrays\" />\n" 7684 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7685 " mode=\"visibility\"\n" 7686 " property=\"ChooseArraysToWrite\"\n" 7688 " <!-- show this widget when ChooseArraysToWrite==1 -->\n" 7690 " </PropertyGroup>\n" 7691 " </ExposedProperties>\n" 7692 " <LinkProperties>\n" 7693 " <Property name=\"Input\" with_property=\"Input\" />\n" 7694 " </LinkProperties>\n" 7697 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n" 7698 " default_values=\"0\"\n" 7699 " name=\"WriteTimeSteps\"\n" 7700 " number_of_elements=\"1\">\n" 7701 " <BooleanDomain name=\"bool\" />\n" 7702 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n" 7703 " executed once for each timestep available from its input.</Documentation>\n" 7704 " </IntVectorProperty>\n" 7706 " <StringVectorProperty command=\"SetFileNameSuffix\"\n" 7707 " default_values=\"_%d\"\n" 7708 " label = \"File name suffix\"\n" 7709 " name=\"FileNameSuffix\"\n" 7710 " number_of_elements=\"1\">\n" 7711 " <Documentation>\n" 7712 " The suffix to append to the file name when writing files at different timesteps.\n" 7713 " (File extensions such as .vtk should be excluded.)\n" 7714 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n" 7715 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n" 7716 " FileName_001, FileName_002 etc.\n" 7717 " </Documentation>\n" 7719 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 7720 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 7721 " </PropertyWidgetDecorator>\n" 7723 " </StringVectorProperty>\n" 7725 " <IntVectorProperty name=\"NumberOfIORanks\"\n" 7726 " label=\"Number Of IO Ranks\"\n" 7727 " command=\"SetNumberOfIORanks\"\n" 7728 " number_of_elements=\"1\"\n" 7729 " default_values=\"1\">\n" 7730 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 7731 " <Documentation>\n" 7732 " In parallel runs, this writer can consolidate output from multiple ranks to\n" 7733 " a subset of ranks. This specifies the number of ranks that will do the final writing\n" 7734 " to disk. If **NumberOfIORanks** is 0, then all ranks will save the local data.\n" 7735 " If set to 1 (default), the root node alone will write to disk. All data from all ranks will\n" 7736 " be gathered to the root node before being written out.\n" 7737 " </Documentation>\n" 7738 " </IntVectorProperty>\n" 7740 " <IntVectorProperty name=\"RankAssignmentMode\"\n" 7741 " command=\"SetRankAssignmentMode\"\n" 7742 " number_of_elements=\"1\"\n" 7743 " default_values=\"0\">\n" 7744 " <EnumerationDomain name=\"enum\">\n" 7745 " <Entry text=\"Contiguous\" value=\"0\" />\n" 7746 " <Entry text=\"RoundRobin\" value=\"1\" />\n" 7747 " </EnumerationDomain>\n" 7748 " <Documentation>\n" 7749 " When **NumberOfIORanks** is greater than 1 and less than the number of MPI ranks,\n" 7750 " this controls how the ranks that write to disk are determined. This also affects which\n" 7751 " ranks send data to which rank for IO.\n" 7753 " In **Contiguous** mode (default), all MPI ranks are numerically grouped into **NumberOfIORanks**\n" 7754 " groups with the first rank in each group acting as the `root` node for that group and is the one that\n" 7755 " does IO. For example, if there are 16 MPI ranks and NumberOfIORanks is set to 3 then the groups are\n" 7756 " `[0 - 5], [6 - 10], [11 - 15]` with the first rank in each group 0, 6, and 15 doing the IO.\n" 7758 " In **RoundRobin** mode, the grouping is done in round robin fashion, thus for 16 MPI\n" 7759 " ranks with NumberOfIORanks set to 3, the groups are\n" 7760 " `[0, 3, ..., 15], [1, 4, ..., 13], [2, 5, ..., 14]` with 0, 1 and 2 doing the IO.\n" 7761 " </Documentation>\n" 7763 " <!-- enable this widget when NumberOfIORanks != 0 or 1 -->\n" 7764 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 7765 " <Expression type=\"and\">\n" 7766 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7767 " mode=\"enabled_state\"\n" 7768 " property=\"NumberOfIORanks\"\n" 7770 " inverse=\"1\"/>\n" 7771 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 7772 " mode=\"enabled_state\"\n" 7773 " property=\"NumberOfIORanks\"\n" 7775 " inverse=\"1\"/>\n" 7777 " </PropertyWidgetDecorator>\n" 7779 " </IntVectorProperty>\n" 7781 " <PropertyGroup label=\"Time Support\">\n" 7782 " <Property name=\"WriteTimeSteps\" />\n" 7783 " <Property name=\"FileNameSuffix\" />\n" 7784 " </PropertyGroup>\n" 7786 " <PropertyGroup label=\"Parallel I/O Support\">\n" 7787 " <Property name=\"NumberOfIORanks\" />\n" 7788 " <Property name=\"RankAssignmentMode\" />\n" 7789 " </PropertyGroup>\n" 7791 " <!-- end of ParallelSerialWriter -->\n" 7794 "</ServerManagerConfiguration>\n" 7805 char* res =
new char[ len + 1];
7809 assert(offset == len);
7817 "<ServerManagerConfiguration>\n" 7819 " <!-- incremental point locators begin -->\n" 7820 " <ProxyGroup name=\"incremental_point_locators\">\n" 7821 " <NullProxy name=\"None\"></NullProxy>\n" 7822 " <NullProxy name=\"Scalar\"></NullProxy>\n" 7823 " <Proxy class=\"vtkPointLocator\"\n" 7824 " name=\"PointLocator\">\n" 7825 " <Documentation>Point locator based on a search structure of uniform\n" 7826 " fixed-resolution bins / buckets for point location and generic (zero or\n" 7827 " non-zero) tolerance point insertion.</Documentation>\n" 7828 " <IntVectorProperty command=\"SetDivisions\"\n" 7829 " default_values=\"50 50 50\"\n" 7830 " name=\"Divisions\"\n" 7831 " number_of_elements=\"3\">\n" 7832 " <Documentation>Specify the number of divisions in each axis / direction\n" 7833 " (x, y, z) for creating a search structure of uniform fixed-resolution\n" 7834 " bins / buckets.</Documentation>\n" 7835 " </IntVectorProperty>\n" 7836 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n" 7837 " default_values=\"8\"\n" 7838 " label=\"Number of points per bucket\"\n" 7839 " name=\"NumberOfPointsPerBucket\"\n" 7840 " number_of_elements=\"1\">\n" 7841 " <Documentation>Specify the average number of points in each bin /\n" 7842 " bucket that determines the initial and growing sizes (in terms of\n" 7843 " number of points) of each bin / bucket.</Documentation>\n" 7844 " </IntVectorProperty>\n" 7845 " <DoubleVectorProperty command=\"SetTolerance\"\n" 7846 " default_values=\"0.001\"\n" 7847 " name=\"Tolerance\"\n" 7848 " number_of_elements=\"1\">\n" 7849 " <Documentation>Specify an absolute tolerance for check-based /\n" 7850 " tolerance-based point insertion.</Documentation>\n" 7851 " </DoubleVectorProperty>\n" 7853 " <Proxy class=\"vtkMergePoints\"\n" 7854 " label=\"Uniform Binning\"\n" 7855 " name=\"MergePoints\">\n" 7856 " <Documentation>A point merger using a search structure of uniform\n" 7857 " fixed-resolution bins / buckets for zero tolerance point insertion (to\n" 7858 " avoid exactly duplicate / coincident points).</Documentation>\n" 7859 " <IntVectorProperty command=\"SetDivisions\"\n" 7860 " default_values=\"50 50 50\"\n" 7861 " name=\"Divisions\"\n" 7862 " number_of_elements=\"3\">\n" 7863 " <Documentation>Specify the number of divisions in each axis / direction\n" 7864 " (x, y, z) for creating a search structure of uniform fixed-resolution\n" 7865 " bins / buckets.</Documentation>\n" 7866 " </IntVectorProperty>\n" 7867 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n" 7868 " default_values=\"8\"\n" 7869 " label=\"Number of points per bucket\"\n" 7870 " name=\"NumberOfPointsPerBucket\"\n" 7871 " number_of_elements=\"1\">\n" 7872 " <Documentation>Specify the average number of points in each bin /\n" 7873 " bucket that determines the initial and growing sizes (in terms of\n" 7874 " number of points) of each bin / bucket.</Documentation>\n" 7875 " </IntVectorProperty>\n" 7877 " <Proxy class=\"vtkNonMergingPointLocator\"\n" 7878 " label=\"Don't Merge Points\"\n" 7879 " name=\"NonMergingPointLocator\">\n" 7880 " <Documentation>Perform direct / check-free point insertion (any point is\n" 7881 " inserted to a vtkPoints object) and therefore there can be duplicate\n" 7882 " points.</Documentation>\n" 7883 " <IntVectorProperty command=\"SetDivisions\"\n" 7884 " default_values=\"50 50 50\"\n" 7885 " name=\"Divisions\"\n" 7886 " number_of_elements=\"3\">\n" 7887 " <Documentation>Specify the number of divisions in each axis / direction\n" 7888 " (x, y, z) for creating a search structure of uniform fixed-resolution\n" 7889 " bins / buckets.</Documentation>\n" 7890 " </IntVectorProperty>\n" 7891 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n" 7892 " default_values=\"8\"\n" 7893 " label=\"Number of points per bucket\"\n" 7894 " name=\"NumberOfPointsPerBucket\"\n" 7895 " number_of_elements=\"1\">\n" 7896 " <Documentation>Specify the average number of points in each bin /\n" 7897 " bucket that determines the initial and growing sizes (in terms of\n" 7898 " number of points) of each bin / bucket.</Documentation>\n" 7899 " </IntVectorProperty>\n" 7901 " <Proxy class=\"vtkIncrementalOctreePointLocator\"\n" 7902 " name=\"IncrementalOctreePointLocator\">\n" 7903 " <Documentation>Point locator based on a fast search structure of\n" 7904 " data-aware multi-resolution octree nodes for point location and generic\n" 7905 " (zero or non-zero) tolerance point insertion.</Documentation>\n" 7906 " <IntVectorProperty command=\"SetMaxPointsPerLeaf\"\n" 7907 " default_values=\"128\"\n" 7908 " label=\"Max number of points per leaf\"\n" 7909 " name=\"MaxPointsPerLeaf\"\n" 7910 " number_of_elements=\"1\">\n" 7911 " <IntRangeDomain max=\"256\"\n" 7913 " name=\"range\" />\n" 7914 " <Documentation>Specify the maximum number of points that a leaf node\n" 7915 " may maintain. This value is a trade-off between the cost of dynamic\n" 7916 " octree construction (top-down recursive node sub-division into eight\n" 7917 " children as points are incrementally inserted to the octree) and the\n" 7918 " speed of point location (particularly within a container leaf\n" 7919 " node).</Documentation>\n" 7920 " </IntVectorProperty>\n" 7921 " <DoubleVectorProperty command=\"SetTolerance\"\n" 7922 " default_values=\"0.001\"\n" 7923 " name=\"Tolerance\"\n" 7924 " number_of_elements=\"1\">\n" 7925 " <Documentation>Specify an absolute tolerance for check-based /\n" 7926 " tolerance-based point insertion.</Documentation>\n" 7927 " </DoubleVectorProperty>\n" 7929 " <Proxy class=\"vtkIncrementalOctreePointLocator\"\n" 7930 " label=\"Octree Binning\"\n" 7931 " name=\"IncrementalOctreeMergePoints\">\n" 7932 " <Documentation>A point merger exploiting a fast search structure of\n" 7933 " data-aware multi-resolution octree nodes for zero-tolerance point\n" 7934 " insertion (to avoid exactly duplicate / coincident\n" 7935 " points).</Documentation>\n" 7936 " <IntVectorProperty command=\"SetMaxPointsPerLeaf\"\n" 7937 " default_values=\"128\"\n" 7938 " label=\"Max number of points per leaf\"\n" 7939 " name=\"MaxPointsPerLeaf\"\n" 7940 " number_of_elements=\"1\">\n" 7941 " <IntRangeDomain max=\"256\"\n" 7943 " name=\"range\" />\n" 7944 " <Documentation>Specify the maximum number of points that a leaf node\n" 7945 " may maintain. This value is a trade-off between the cost of dynamic\n" 7946 " octree construction (top-down recursive node sub-division into eight\n" 7947 " children as points are incrementally inserted to the octree) and the\n" 7948 " speed of point location (particularly within a container leaf\n" 7949 " node).</Documentation>\n" 7950 " </IntVectorProperty>\n" 7951 " <DoubleVectorProperty command=\"SetTolerance\"\n" 7952 " default_values=\"0.0\"\n" 7953 " name=\"Tolerance\"\n" 7954 " number_of_elements=\"1\">\n" 7955 " <Documentation>Always specify a zero tolerance for point insertion ---\n" 7956 " merging points.</Documentation>\n" 7957 " </DoubleVectorProperty>\n" 7959 " <Property name=\"Tolerance\"\n" 7963 " <!-- incremental point locators end -->\n" 7966 " <ProxyGroup name=\"point_locators\">\n" 7967 " <Proxy name=\"StaticPointLocator\" label=\"Static Point Locator\" class=\"vtkStaticPointLocator\">\n" 7968 " <Documentation>\n" 7969 " This uses a spatial search object to quickly locate points\n" 7970 " in 3D. This locator works by dividing a specified region of\n" 7971 " space into a regular array of cuboid buckets, and then keeping a\n" 7972 " list of points that lie in each bucket. Typical operation involves giving\n" 7973 " a position in 3D and finding the closest point; or finding the N closest\n" 7976 " This locator is an accelerated version of a point locator. It is\n" 7977 " threaded (via vtkSMPTools), and supports one-time static construction\n" 7978 " (i.e., incremental point insertion is not supported).\n" 7979 " </Documentation>\n" 7981 " <IntVectorProperty name=\"Automatic\"\n" 7982 " command=\"SetAutomatic\"\n" 7983 " number_of_elements=\"1\"\n" 7984 " default_values=\"1\">\n" 7985 " <BooleanDomain name=\"bool\" />\n" 7986 " <Documentation>\n" 7987 " Controls whether the locator resolution is computed automatically or not.\n" 7988 " </Documentation>\n" 7989 " </IntVectorProperty>\n" 7991 " <IntVectorProperty command=\"SetDivisions\"\n" 7992 " default_values=\"50 50 50\"\n" 7993 " name=\"Divisions\"\n" 7994 " number_of_elements=\"3\">\n" 7995 " <Documentation>Specify the number of divisions in each axis / direction\n" 7996 " (x, y, z) for creating a search structure of uniform fixed-resolution\n" 7997 " bins / buckets.\n" 7998 " </Documentation>\n" 7999 " <IntRangeDomain name=\"range\" min=\"1 1 1\" />\n" 8001 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 8002 " mode=\"enabled_state\"\n" 8003 " property=\"Automatic\"\n" 8006 " </IntVectorProperty>\n" 8008 " <IntVectorProperty name=\"NumberOfPointsPerBucket\"\n" 8009 " command=\"SetNumberOfPointsPerBucket\"\n" 8010 " number_of_elements=\"1\"\n" 8011 " default_values=\"5\">\n" 8012 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 8013 " <Documentation>\n" 8014 " Specify the average number of points in each bucket. This is\n" 8015 " used in conjunction with the **Automatic** (if enabled) to\n" 8016 " determine the number of locator x-y-z divisions.\n" 8017 " </Documentation>\n" 8019 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 8020 " mode=\"enabled_state\"\n" 8021 " property=\"Automatic\"\n" 8024 " </IntVectorProperty>\n" 8026 " <PropertyGroup label=\"Locator Parameters\">\n" 8027 " <Property name=\"Automatic\" />\n" 8028 " <Property name=\"Divisions\" />\n" 8029 " <Property name=\"NumberOfPointsPerBucket\" />\n" 8030 " </PropertyGroup>\n" 8035 " <ProxyGroup name=\"cell_locators\">\n" 8036 " <Proxy class=\"vtkCellLocator\"\n" 8037 " name=\"CellLocator\"\n" 8038 " label=\"Cell Locator\"/>\n" 8039 " <Proxy class=\"vtkCellTreeLocator\"\n" 8040 " name=\"CellTreeLocator\"\n" 8041 " label=\"Tree Cell Locator\"/>\n" 8042 " <Proxy class=\"vtkOBBTree\"\n" 8043 " name=\"OBBTree\"\n" 8044 " label=\"OBB Tree Cell Locator\"/>\n" 8045 " <Proxy class=\"vtkStaticCellLocator\"\n" 8046 " name=\"StaticCellLocator\"\n" 8047 " label=\"Static Cell Locator\"/>\n" 8050 " <ProxyGroup name=\"implicit_functions\">\n" 8051 " <NullProxy name=\"None\"></NullProxy>\n" 8052 " <NullProxy name=\"Scalar\"></NullProxy>\n" 8053 " <Proxy class=\"vtkPlanes\"\n" 8054 " name=\"Planes\">\n" 8055 " <ProxyProperty command=\"SetPoints\"\n" 8056 " name=\"Points\">\n" 8057 " <ProxyGroupDomain name=\"group\">\n" 8058 " <Group name=\"points\" />\n" 8059 " </ProxyGroupDomain>\n" 8060 " </ProxyProperty>\n" 8061 " <ProxyProperty command=\"SetNormals\"\n" 8062 " name=\"Normals\">\n" 8063 " <ProxyGroupDomain name=\"group\">\n" 8064 " <Group name=\"data_arrays\" />\n" 8065 " </ProxyGroupDomain>\n" 8066 " </ProxyProperty>\n" 8068 " <Proxy class=\"vtkQuadric\" name=\"Quadric\">\n" 8069 " <InputProperty is_internal=\"1\" name=\"Input\" />\n" 8070 " <DoubleVectorProperty name=\"QuadricCoefficients\"\n" 8071 " command=\"SetCoefficients\"\n" 8072 " number_of_elements=\"10\"\n" 8073 " default_values=\"1 1 1 0 0 0 0 0 0 -1\">\n" 8074 " <Documentation>\n" 8075 " Coefficients of the quadric function, defined as the 'a' values in:\n" 8076 " F(x,y,z) = a0*x^2 + a1*y^2 + a2*z^2 + a3*x*y + a4*y*z + a5*x*z + a6*x + a7*y + a8*z + a9\n" 8077 " </Documentation>\n" 8078 " </DoubleVectorProperty>\n" 8080 " <Proxy class=\"vtkSphere\" name=\"Sphere\">\n" 8081 " <InputProperty is_internal=\"1\" name=\"Input\" />\n" 8082 " <DoubleVectorProperty command=\"SetCenter\"\n" 8083 " default_values=\"0 0 0\"\n" 8084 " name=\"Center\"\n" 8085 " number_of_elements=\"3\">\n" 8086 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 8087 " <RequiredProperties>\n" 8088 " <Property function=\"Input\" name=\"Input\" />\n" 8089 " </RequiredProperties>\n" 8090 " </BoundsDomain>\n" 8091 " <Documentation>\n" 8092 " Set the center of the sphere.\n" 8093 " </Documentation>\n" 8094 " </DoubleVectorProperty>\n" 8095 " <DoubleVectorProperty command=\"SetRadius\"\n" 8096 " default_values=\"1\"\n" 8097 " name=\"Radius\"\n" 8098 " number_of_elements=\"1\">\n" 8099 " <BoundsDomain name=\"range\" mode=\"scaled_extent\" scale_factor=\"0.5\" default_mode=\"max\">\n" 8100 " <RequiredProperties>\n" 8101 " <Property function=\"Input\" name=\"Input\" />\n" 8102 " </RequiredProperties>\n" 8103 " </BoundsDomain>\n" 8104 " <Documentation>\n" 8105 " Set the radius of the sphere.\n" 8106 " </Documentation>\n" 8107 " </DoubleVectorProperty>\n" 8108 " <PropertyGroup label=\"Point Cloud Parameters\" panel_widget=\"InteractiveSphere\">\n" 8109 " <Property function=\"Center\" name=\"Center\" />\n" 8110 " <Property function=\"Radius\" name=\"Radius\" />\n" 8111 " <Property function=\"Input\" name=\"Input\" />\n" 8112 " </PropertyGroup>\n" 8115 " <Link name=\"Input\" with_property=\"Input\" />\n" 8118 " <!-- End of Sphere -->\n" 8121 " <ProxyGroup name=\"transforms\">\n" 8122 " <Proxy class=\"vtkTransform\"\n" 8123 " name=\"Transform\">\n" 8124 " <ProxyProperty command=\"SetMatrix\"\n" 8125 " name=\"MatrixProxy\">\n" 8126 " <ProxyGroupDomain name=\"groups\">\n" 8127 " <Group name=\"matrices\" />\n" 8128 " </ProxyGroupDomain>\n" 8129 " </ProxyProperty>\n" 8130 " <DoubleVectorProperty argument_is_array=\"1\"\n" 8131 " command=\"SetMatrix\"\n" 8132 " default_values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\"\n" 8133 " name=\"Matrix\"\n" 8134 " number_of_elements=\"16\" />\n" 8137 " <ProxyGroup name=\"matrices\">\n" 8138 " <Proxy class=\"vtkMatrix4x4\"\n" 8139 " name=\"Matrix4x4\">\n" 8140 " <DoubleVectorProperty argument_is_array=\"1\"\n" 8141 " command=\"DeepCopy\"\n" 8142 " default_values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\"\n" 8143 " name=\"DeepCopy\"\n" 8144 " number_of_elements=\"16\"></DoubleVectorProperty>\n" 8151 " <ProxyGroup name=\"points\">\n" 8152 " <Proxy class=\"vtkPoints\"\n" 8153 " name=\"Points\">\n" 8154 " <DoubleVectorProperty command=\"SetPoint\"\n" 8155 " name=\"Points\"\n" 8156 " number_of_elements=\"0\"\n" 8157 " number_of_elements_per_command=\"3\"\n" 8158 " repeat_command=\"1\"\n" 8159 " set_number_command=\"SetNumberOfPoints\"\n" 8160 " use_index=\"1\" />\n" 8163 " <ProxyGroup name=\"data_arrays\">\n" 8164 " <Proxy class=\"vtkDoubleArray\"\n" 8165 " name=\"DoubleArray\">\n" 8166 " <DoubleVectorProperty command=\"SetValue\"\n" 8167 " name=\"Values\"\n" 8168 " number_of_elements=\"0\"\n" 8169 " number_of_elements_per_command=\"1\"\n" 8170 " repeat_command=\"1\"\n" 8171 " set_number_command=\"SetNumberOfValues\"\n" 8172 " use_index=\"1\" />\n" 8173 " <IntVectorProperty command=\"SetNumberOfComponents\"\n" 8174 " default_values=\"1\"\n" 8175 " name=\"Components\"\n" 8176 " number_of_elements=\"1\" />\n" 8179 " <ProxyGroup name=\"internals\">\n" 8180 " <Proxy class=\"vtkMPIMToNSocketConnection\"\n" 8181 " name=\"MPIMToNSocketConnection\"\n" 8182 " processes=\"dataserver|renderserver\">\n" 8183 " <IntVectorProperty command=\"Initialize\"\n" 8184 " default_values=\"none\"\n" 8185 " is_internal=\"1\"\n" 8186 " name=\"WaitingProcess\"\n" 8187 " number_of_elements=\"1\">\n" 8188 " <EnumerationDomain name=\"enum\">\n" 8189 " <Entry text=\"DataServer\"\n" 8191 " <Entry text=\"RenderServer\"\n" 8193 " </EnumerationDomain>\n" 8194 " </IntVectorProperty>\n" 8195 " <StringVectorProperty command=\"SetPortInformation\"\n" 8196 " element_types=\"0 0 2\"\n" 8197 " name=\"Connections\"\n" 8198 " number_of_elements_per_command=\"3\"\n" 8199 " repeat_command=\"1\"\n" 8200 " set_number_command=\"SetNumberOfConnections\">\n" 8201 " </StringVectorProperty>\n" 8205 " <ProxyGroup name=\"file_listing\">\n" 8206 " <Proxy class=\"vtkPVFileInformationHelper\"\n" 8207 " name=\"ServerFileListing\">\n" 8208 " <IntVectorProperty command=\"GetActiveFileIsDirectory\"\n" 8209 " information_only=\"1\"\n" 8210 " name=\"ActiveFileIsDirectory\">\n" 8211 " <SimpleIntInformationHelper />\n" 8212 " </IntVectorProperty>\n" 8213 " <IntVectorProperty command=\"GetActiveFileIsReadable\"\n" 8214 " information_only=\"1\"\n" 8215 " name=\"ActiveFileIsReadable\">\n" 8216 " <SimpleIntInformationHelper />\n" 8217 " </IntVectorProperty>\n" 8218 " <StringVectorProperty command=\"SetPath\"\n" 8219 " name=\"ActiveFileName\"\n" 8220 " number_of_elements=\"1\">\n" 8221 " <Documentation>Set the filename whose information we\n" 8222 " need.</Documentation>\n" 8223 " </StringVectorProperty>\n" 8227 " <ProxyGroup name=\"selection_helpers\">\n" 8228 " <Proxy class=\"vtkSelection\"\n" 8229 " name=\"Selection\"></Proxy>\n" 8230 " <SourceProxy class=\"vtkAnnotationLink\"\n" 8231 " name=\"AnnotationLink\">\n" 8232 " <InputProperty command=\"SetInputConnection\"\n" 8234 " port_index=\"0\">\n" 8235 " <ProxyGroupDomain name=\"groups\">\n" 8236 " <Group name=\"sources\" />\n" 8237 " <Group name=\"filters\" />\n" 8238 " </ProxyGroupDomain>\n" 8239 " <DataTypeDomain name=\"input_type\">\n" 8240 " <DataType value=\"vtkAnnotationLayers\" />\n" 8241 " <DataType value=\"vtkSelection\" />\n" 8242 " </DataTypeDomain>\n" 8243 " </InputProperty>\n" 8244 " <InputProperty command=\"SetInputConnection\"\n" 8245 " name=\"DomainMaps\"\n" 8246 " port_index=\"1\">\n" 8247 " <ProxyGroupDomain name=\"groups\">\n" 8248 " <Group name=\"sources\" />\n" 8249 " <Group name=\"filters\" />\n" 8250 " </ProxyGroupDomain>\n" 8251 " <DataTypeDomain name=\"input_type\">\n" 8252 " <DataType value=\"vtkTable\" />\n" 8253 " </DataTypeDomain>\n" 8254 " </InputProperty>\n" 8255 " <ProxyProperty command=\"SetAnnotations\"\n" 8256 " name=\"Annotations\"></ProxyProperty>\n" 8257 " <OutputPort index=\"0\"\n" 8258 " name=\"Annotations\" />\n" 8259 " <OutputPort index=\"1\"\n" 8260 " name=\"Domain Maps\" />\n" 8261 " <OutputPort index=\"2\"\n" 8262 " name=\"Selection\" />\n" 8266 " <ProxyGroup name=\"misc\">\n" 8267 " <DirectoryProxy class=\"vtkDirectory\"\n" 8268 " name=\"Directory\"\n" 8269 " processes=\"client|dataserver|renderserver\">\n" 8270 " </DirectoryProxy>\n" 8271 " <DirectoryProxy class=\"vtkDirectory\"\n" 8272 " si_class=\"vtkSIDirectoryProxy\"\n" 8273 " name=\"ListDirectory\"\n" 8274 " processes=\"dataserver\">\n" 8276 " <!-- Fake properties that will be filled by the vtkSIDirectoryProxy\n" 8277 " class in the pull request -->\n" 8278 " <StringVectorProperty name=\"FileList\" information_only=\"1\"/>\n" 8279 " <StringVectorProperty name=\"DirectoryList\" information_only=\"1\"/>\n" 8280 " </DirectoryProxy>\n" 8281 " <Proxy class=\"vtkPVFileInformationHelper\"\n" 8282 " name=\"FileInformationHelper\">\n" 8283 " <StringVectorProperty command=\"SetPath\"\n" 8284 " name=\"Path\" />\n" 8285 " <IntVectorProperty command=\"SetDirectoryListing\"\n" 8286 " default_values=\"0\"\n" 8287 " name=\"DirectoryListing\"\n" 8288 " number_of_elements=\"1\">\n" 8289 " <BooleanDomain name=\"bool\" />\n" 8290 " </IntVectorProperty>\n" 8291 " <IntVectorProperty command=\"SetSpecialDirectories\"\n" 8292 " default_values=\"0\"\n" 8293 " name=\"SpecialDirectories\"\n" 8294 " number_of_elements=\"1\">\n" 8295 " <BooleanDomain name=\"bool\" />\n" 8296 " </IntVectorProperty>\n" 8297 " <StringVectorProperty command=\"GetPathSeparator\"\n" 8298 " information_only=\"1\"\n" 8299 " name=\"PathSeparator\"\n" 8300 " number_of_elements=\"1\">\n" 8301 " <SimpleStringInformationHelper />\n" 8302 " </StringVectorProperty>\n" 8303 " <StringVectorProperty command=\"SetWorkingDirectory\"\n" 8304 " default_values=\"\"\n" 8305 " name=\"WorkingDirectory\"\n" 8306 " number_of_elements=\"1\">\n" 8307 " <Documentation>Override the working directory used to resolve relative\n" 8308 " paths.</Documentation>\n" 8309 " </StringVectorProperty>\n" 8310 " <IntVectorProperty command=\"SetReadDetailedFileInformation\"\n" 8311 " name=\"ReadDetailedFileInformation\"\n" 8312 " number_of_elements=\"1\"\n" 8313 " default_values=\"0\">\n" 8314 " <Documentation>Whether to read full file information. This is slow when there are many files\n" 8315 " in a directory so this defaults to false.</Documentation>\n" 8316 " <BooleanDomain name=\"bool\"/>\n" 8317 " </IntVectorProperty>\n" 8318 " <!-- End of FileInformationHelper -->\n" 8320 " <Proxy class=\"vtkPVFilePathEncodingHelper\"\n" 8321 " name=\"FilePathEncodingHelper\">\n" 8322 " <IntVectorProperty command=\"MakeDirectory\"\n" 8323 " information_only=\"1\"\n" 8324 " name=\"MakeDirectory\">\n" 8325 " <SimpleIntInformationHelper />\n" 8326 " </IntVectorProperty>\n" 8327 " <IntVectorProperty command=\"DeleteDirectory\"\n" 8328 " information_only=\"1\"\n" 8329 " name=\"DeleteDirectory\">\n" 8330 " <SimpleIntInformationHelper />\n" 8331 " </IntVectorProperty>\n" 8332 " <IntVectorProperty command=\"OpenDirectory\"\n" 8333 " information_only=\"1\"\n" 8334 " name=\"OpenDirectory\">\n" 8335 " <SimpleIntInformationHelper />\n" 8336 " </IntVectorProperty>\n" 8337 " <IntVectorProperty command=\"RenameDirectory\"\n" 8338 " information_only=\"1\"\n" 8339 " name=\"RenameDirectory\">\n" 8340 " <SimpleIntInformationHelper />\n" 8341 " </IntVectorProperty>\n" 8342 " <IntVectorProperty command=\"IsDirectory\"\n" 8343 " information_only=\"1\"\n" 8344 " name=\"IsDirectory\">\n" 8345 " <SimpleIntInformationHelper />\n" 8346 " </IntVectorProperty>\n" 8347 " <IntVectorProperty command=\"GetActiveFileIsReadable\"\n" 8348 " information_only=\"1\"\n" 8349 " name=\"ActiveFileIsReadable\">\n" 8350 " <SimpleIntInformationHelper />\n" 8351 " </IntVectorProperty>\n" 8352 " <StringVectorProperty command=\"SetPath\"\n" 8353 " name=\"ActiveFileName\"\n" 8354 " number_of_elements=\"1\">\n" 8355 " <Documentation>Set the filename we need to use.\n" 8356 " </Documentation>\n" 8357 " </StringVectorProperty>\n" 8358 " <StringVectorProperty command=\"SetSecondaryPath\"\n" 8359 " name=\"SecondaryFileName\"\n" 8360 " number_of_elements=\"1\">\n" 8361 " <Documentation>Set the secondary filename we may\n" 8362 " need to use.</Documentation>\n" 8363 " </StringVectorProperty>\n" 8365 " <IntVectorProperty command=\"SetActiveGlobalId\"\n" 8366 " name=\"ActiveGlobalId\"\n" 8367 " default_values=\"0\"\n" 8368 " number_of_elements=\"1\">\n" 8369 " <Documentation>Set the globalId of the vtkObject to use\n" 8370 " </Documentation>\n" 8371 " </IntVectorProperty>\n" 8374 " <Proxy class=\"vtkPVEnvironmentInformationHelper\"\n" 8375 " name=\"EnvironmentInformationHelper\">\n" 8376 " <StringVectorProperty command=\"SetVariable\"\n" 8377 " name=\"Variable\" />\n" 8378 " <!-- End of FileInformationHelper -->\n" 8380 " <TimeKeeperProxy class=\"vtkSMTimeKeeper\"\n" 8381 " name=\"TimeKeeper\"\n" 8382 " processes=\"client\">\n" 8383 " <Documentation>TimeKeeper is used to keep the pipeline time for the\n" 8384 " application. All views added to the timekeeper show the same time as that\n" 8385 " on the time keeper.</Documentation>\n" 8386 " <DoubleVectorProperty command=\"SetTime\"\n" 8387 " default_values=\"0\"\n" 8389 " number_of_elements=\"1\"\n" 8390 " state_ignored=\"1\">\n" 8391 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n" 8392 " <DoubleRangeDomain name=\"range\" />\n" 8393 " </DoubleVectorProperty>\n" 8394 " <DoubleVectorProperty information_only=\"1\"\n" 8395 " repeatable=\"1\"\n" 8396 " name=\"TimestepValues\">\n" 8397 " <Documentation>The timesteps currently available. This property does\n" 8398 " not have any information helper since vtkSMTimeKeeperProxy keeps this\n" 8399 " updated without any need to call\n" 8400 " UpdatePropertyInformation().</Documentation>\n" 8401 " </DoubleVectorProperty>\n" 8402 " <DoubleVectorProperty default_values=\"0.0 0.0\"\n" 8403 " information_only=\"1\"\n" 8404 " name=\"TimeRange\"\n" 8405 " number_of_elements=\"2\"\n" 8406 " state_ignored=\"1\">\n" 8407 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n" 8408 " <Documentation>This is the time range. It's possible that there are no\n" 8409 " TimestepValues but there is a valid TimeRange since some sources may\n" 8410 " provide continuous time.</Documentation>\n" 8411 " </DoubleVectorProperty>\n" 8412 " <StringVectorProperty default_values=\"Time\"\n" 8413 " information_only=\"1\"\n" 8414 " name=\"TimeLabel\"\n" 8415 " number_of_elements=\"1\"\n" 8416 " state_ignored=\"1\">\n" 8417 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n" 8418 " <Documentation>This is the string that is used as label to eventually\n" 8419 " replace \"time\" by something else such as \"frequency\" or any user\n" 8420 " specific label that the user want to set to use a 4th dimension that is\n" 8421 " not time.</Documentation>\n" 8422 " </StringVectorProperty>\n" 8423 " <ProxyProperty argument_type=\"SMProxy\"\n" 8424 " command=\"AddView\"\n" 8426 " remove_command=\"RemoveView\"\n" 8427 " repeatable=\"1\">\n" 8428 " <Documentation>Views with their view time linked with this time\n" 8429 " keeper.</Documentation>\n" 8430 " </ProxyProperty>\n" 8431 " <ProxyProperty argument_type=\"SMProxy\"\n" 8432 " command=\"AddTimeSource\"\n" 8433 " name=\"TimeSources\"\n" 8434 " remove_command=\"RemoveTimeSource\"\n" 8435 " repeatable=\"1\">\n" 8436 " <Documentation>List of proxies that provide time. TimestepValues\n" 8437 " property has a set of timesteps provided by all the sources added to\n" 8438 " this property alone.</Documentation>\n" 8439 " </ProxyProperty>\n" 8440 " <ProxyProperty argument_type=\"SMProxy\"\n" 8441 " command=\"AddSuppressedTimeSource\"\n" 8442 " name=\"SuppressedTimeSources\"\n" 8443 " remove_command=\"RemoveSuppressedTimeSource\"\n" 8444 " repeatable=\"1\">\n" 8445 " <Documentation>List of proxies that are to suppressed i.e their times\n" 8447 " </Documentation>\n" 8448 " </ProxyProperty>\n" 8449 " <!-- End of TimeKeeper -->\n" 8450 " </TimeKeeperProxy>\n" 8451 " <PluginLoaderProxy class=\"vtkPVPluginLoader\"\n" 8452 " name=\"PluginLoader\"\n" 8453 " processes=\"dataserver|renderserver\">\n" 8454 " <Documentation>Use this proxy to load a plugin remotely. This proxy has\n" 8455 " no properties that users can set. Only information-properties are\n" 8456 " provided that can be used to obtain various states.\n" 8457 " vtkSMPluginLoaderProxy has API that can be used to load plugins,\n" 8458 " configuration xmls etc.</Documentation>\n" 8459 " <IntVectorProperty command=\"GetLoaded\"\n" 8460 " information_only=\"1\"\n" 8461 " name=\"Loaded\"></IntVectorProperty>\n" 8462 " <StringVectorProperty command=\"GetErrorString\"\n" 8463 " information_only=\"1\"\n" 8464 " name=\"ErrorString\"></StringVectorProperty>\n" 8465 " <StringVectorProperty command=\"GetSearchPaths\"\n" 8466 " information_only=\"1\"\n" 8467 " name=\"SearchPaths\"></StringVectorProperty>\n" 8468 " <!-- End of PluginLoader -->\n" 8469 " </PluginLoaderProxy>\n" 8471 " <Proxy class=\"vtkTimerLog\"\n" 8472 " name=\"TimerLog\"\n" 8473 " processes=\"client|dataserver|renderserver\">\n" 8474 " <Documentation>This is a proxy used to control the timer log parameters\n" 8475 " on all processes. Note that since vtkTimerLog has loads of static ivar,\n" 8480 " most properties will affect all timer log instances.</Documentation>\n" 8481 " <Property command=\"ResetLog\"\n" 8482 " name=\"ResetLog\">\n" 8483 " <Documentation>Resets the log on all processes.</Documentation>\n" 8485 " <IntVectorProperty command=\"SetLogging\"\n" 8486 " default_values=\"none\"\n" 8487 " name=\"Enable\">\n" 8488 " <EnumerationDomain name=\"enum\" />\n" 8489 " <Documentation>Enables the timer-log on all processes.</Documentation>\n" 8490 " </IntVectorProperty>\n" 8491 " <IntVectorProperty command=\"SetMaxEntries\"\n" 8492 " default_values=\"none\"\n" 8493 " name=\"MaxEntries\">\n" 8494 " <Documentation>Set the maximum length for the log on all\n" 8495 " processes.</Documentation>\n" 8496 " </IntVectorProperty>\n" 8497 " <!-- End of TimerLog -->\n" 8500 " <!-- ================================================================= -->\n" 8501 " <Proxy name=\"LogRecorder\" class=\"vtkLogRecorder\">\n" 8502 " <IntVectorProperty name=\"RankEnabled\"\n" 8503 " command=\"SetRankEnabled\"\n" 8504 " default_values=\"-1\"\n" 8505 " number_of_elements=\"1\">\n" 8506 " <Documentation>Set rank to enable logging.</Documentation>\n" 8507 " </IntVectorProperty>\n" 8508 " <IntVectorProperty name=\"RankDisabled\"\n" 8509 " command=\"SetRankDisabled\"\n" 8510 " default_values=\"-1\"\n" 8511 " number_of_elements=\"1\">\n" 8512 " <Documentation>Set rank to disable logging.</Documentation>\n" 8513 " </IntVectorProperty>\n" 8514 " <Property name=\"ClearLogs\"\n" 8515 " command=\"ClearLogs\">\n" 8516 " <Documentation>Invoke to clear logs.</Documentation>\n" 8518 " <IntVectorProperty name=\"Verbosity\"\n" 8519 " command=\"SetVerbosity\"\n" 8520 " default_values=\"-2\"\n" 8521 " number_of_elements=\"1\">\n" 8522 " <Documentation>Set verbosity of desired log entries.</Documentation>\n" 8523 " </IntVectorProperty>\n" 8524 " <IntVectorProperty name=\"CategoryVerbosity\"\n" 8525 " command=\"SetCategoryVerbosity\"\n" 8526 " default_values=\"-1 0\"\n" 8527 " number_of_elements=\"2\">\n" 8528 " <Documentation>Set the verbosity of a specific ParaView logging category.</Documentation>\n" 8529 " </IntVectorProperty>\n" 8530 " <Property name=\"ResetCategoryVerbosities\"\n" 8531 " command=\"ResetCategoryVerbosities\">\n" 8532 " <Documentation>Invoke to clear verbosity elevations.</Documentation>\n" 8536 " <!-- ==================================================================== -->\n" 8537 " <SourceProxy class=\"vtkRemoteWriterHelper\" name=\"RemoteWriterHelper\" processes=\"client|dataserver\">\n" 8538 " <Documentation>\n" 8539 " Proxy used internally to help write data generated on the client-side on the data-server side.\n" 8540 " </Documentation>\n" 8541 " <IntVectorProperty name=\"OutputDestination\"\n" 8542 " command=\"SetOutputDestination\"\n" 8543 " number_of_elements=\"1\"\n" 8544 " default_values=\"0\"\n" 8545 " panel_visibility=\"never\" />\n" 8546 " <ProxyProperty name=\"Writer\" command=\"SetWriter\" />\n" 8549 " <!-- End of group \"misc\" -->\n" 8552 " <ProxyGroup name=\"palettes\">\n" 8553 " <!-- ================================================================= -->\n" 8554 " <Proxy label=\"Default Background\" name=\"DefaultBackground\">\n" 8555 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8556 " name=\"ForegroundColor\"\n" 8557 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8558 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n" 8559 " name=\"BackgroundColor\"\n" 8560 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8561 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8562 " name=\"SurfaceColor\"\n" 8563 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8564 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8565 " name=\"TextAnnotationColor\"\n" 8566 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8567 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n" 8568 " name=\"SelectionColor\"\n" 8569 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8570 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n" 8571 " name=\"EdgeColor\"\n" 8572 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8573 " <IntVectorProperty default_values=\"0\"\n" 8574 " name=\"UseGradientBackground\"\n" 8575 " number_of_elements=\"1\"></IntVectorProperty>\n" 8578 " <!-- ================================================================= -->\n" 8579 " <Proxy label=\"Print Background\" name=\"PrintBackground\">\n" 8580 " <DoubleVectorProperty default_values=\"0.0 0.0 0.0\"\n" 8581 " name=\"ForegroundColor\"\n" 8582 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8583 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8584 " name=\"BackgroundColor\"\n" 8585 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8586 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8587 " name=\"SurfaceColor\"\n" 8588 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8589 " <DoubleVectorProperty default_values=\"0.0 0.0 0.0\"\n" 8590 " name=\"TextAnnotationColor\"\n" 8591 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8592 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n" 8593 " name=\"SelectionColor\"\n" 8594 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8595 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n" 8596 " name=\"EdgeColor\"\n" 8597 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8598 " <IntVectorProperty default_values=\"0\"\n" 8599 " name=\"UseGradientBackground\"\n" 8600 " number_of_elements=\"1\"></IntVectorProperty>\n" 8601 " <!-- End of (palettes, Print) -->\n" 8604 " <!-- ================================================================= -->\n" 8605 " <Proxy label=\"Gray Background\" name=\"GrayBackground\"\n" 8606 " base_proxygroup=\"palettes\" base_proxyname=\"DefaultBackground\" />\n" 8608 " <!-- ================================================================= -->\n" 8609 " <Proxy label=\"White Background\" name=\"WhiteBackground\"\n" 8610 " base_proxygroup=\"palettes\" base_proxyname=\"PrintBackground\" />\n" 8612 " <!-- ================================================================= -->\n" 8613 " <Proxy label=\"Black Background\" name=\"BlackBackground\">\n" 8614 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8615 " name=\"ForegroundColor\"\n" 8616 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8617 " <DoubleVectorProperty default_values=\"0 0 0\"\n" 8618 " name=\"BackgroundColor\"\n" 8619 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8620 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8621 " name=\"SurfaceColor\"\n" 8622 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8623 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8624 " name=\"TextAnnotationColor\"\n" 8625 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8626 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n" 8627 " name=\"SelectionColor\"\n" 8628 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8629 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n" 8630 " name=\"EdgeColor\"\n" 8631 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8632 " <IntVectorProperty default_values=\"0\"\n" 8633 " name=\"UseGradientBackground\"\n" 8634 " number_of_elements=\"1\"></IntVectorProperty>\n" 8637 " <!-- ================================================================= -->\n" 8638 " <Proxy label=\"Gradient Background\" name=\"GradientBackground\">\n" 8639 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8640 " name=\"ForegroundColor\"\n" 8641 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8642 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n" 8643 " name=\"BackgroundColor\"\n" 8644 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8645 " <DoubleVectorProperty default_values=\"0 0 0.16\"\n" 8646 " name=\"BackgroundColor2\"\n" 8647 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8648 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8649 " name=\"SurfaceColor\"\n" 8650 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8651 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n" 8652 " name=\"TextAnnotationColor\"\n" 8653 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8654 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n" 8655 " name=\"SelectionColor\"\n" 8656 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8657 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n" 8658 " name=\"EdgeColor\"\n" 8659 " number_of_elements=\"3\"></DoubleVectorProperty>\n" 8660 " <IntVectorProperty default_values=\"1\"\n" 8661 " name=\"UseGradientBackground\"\n" 8662 " number_of_elements=\"1\"></IntVectorProperty>\n" 8665 " <!-- End of group \"palettes\" -->\n" 8668 " <ProxyGroup name=\"coprocessing\">\n" 8669 " <Proxy name=\"CatalystOptions\">\n" 8670 " <Documentation>\n" 8671 " Catalyst options that affect the script execution when running in situ.\n" 8672 " </Documentation>\n" 8674 " <StringVectorProperty name=\"ExtractsOutputDirectory\"\n" 8675 " number_of_elements=\"1\"\n" 8676 " default_values=\"datasets\">\n" 8677 " <Documentation>\n" 8678 " Choose directory under which to save all extracts.\n" 8679 " </Documentation>\n" 8680 " <FileListDomain name=\"directory\" />\n" 8682 " <UseDirectoryName />\n" 8683 " <AcceptAnyFile />\n" 8685 " </StringVectorProperty>\n" 8687 " <IntVectorProperty name=\"GenerateCinemaSpecification\"\n" 8688 " number_of_elements=\"1\"\n" 8689 " default_values=\"0\">\n" 8690 " <Documentation>\n" 8691 " Generate Cinema specification to summarize generated extracts in a file named\n" 8692 " **data.csv** under the **Extracts Output Directory**.\n" 8693 " </Documentation>\n" 8694 " <BooleanDomain name=\"bool\" />\n" 8695 " </IntVectorProperty>\n" 8697 " <ProxyProperty name=\"GlobalTrigger\">\n" 8698 " <ProxyListDomain name=\"proxy_list\">\n" 8699 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n" 8700 " </ProxyListDomain>\n" 8701 " </ProxyProperty>\n" 8703 " <IntVectorProperty name=\"EnableCatalystLive\"\n" 8704 " number_of_elements=\"1\"\n" 8705 " default_values=\"0\">\n" 8706 " <Documentation>\n" 8707 " Enable Catalyst Live which allows connecting to a Catalyst instrumented simulation\n" 8708 " using the ParaView GUI.\n" 8709 " </Documentation>\n" 8710 " <BooleanDomain name=\"bool\" />\n" 8711 " </IntVectorProperty>\n" 8713 " <StringVectorProperty name=\"CatalystLiveURL\"\n" 8714 " label=\"Catalyst Live URL\"\n" 8715 " number_of_elements=\"1\"\n" 8716 " default_values=\"localhost:22222\">\n" 8717 " <Documentation>\n" 8718 " Specify the hostname (or IP address) and port for the node on which a ParaView client will\n" 8719 " be listening for Catalyst Live connections.\n" 8720 " </Documentation>\n" 8722 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 8723 " mode=\"enabled_state\"\n" 8724 " property=\"EnableCatalystLive\"\n" 8727 " </StringVectorProperty>\n" 8729 " <ProxyProperty name=\"CatalystLiveTrigger\" panel_visibility=\"advanced\">\n" 8730 " <ProxyListDomain name=\"proxy_list\">\n" 8731 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n" 8732 " </ProxyListDomain>\n" 8734 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 8735 " mode=\"enabled_state\"\n" 8736 " property=\"EnableCatalystLive\"\n" 8739 " </ProxyProperty>\n" 8741 " <PropertyGroup label=\"Directories\">\n" 8742 " <Property name=\"ExtractsOutputDirectory\" />\n" 8743 " </PropertyGroup>\n" 8745 " <PropertyGroup label=\"Global Options\">\n" 8746 " <Property name=\"GlobalTrigger\" />\n" 8747 " </PropertyGroup>\n" 8749 " <PropertyGroup label=\"Catalyst Live Options\">\n" 8750 " <Property name=\"EnableCatalystLive\" />\n" 8751 " <Property name=\"CatalystLiveURL\" />\n" 8752 " <Property name=\"CatalystLiveTrigger\" />\n" 8753 " </PropertyGroup>\n" 8756 " <UseDocumentationForLabels />\n" 8760 " <Proxy name=\"CatalystGlobalOptions\">\n" 8761 " <Documentation>\n" 8762 " A proxy used to maintain global Catalyst state. This, combined with the pipeline shape and a choice of writers and screenshots define what Catalyst will do with and produce from the data that the simulation gives to it.\n" 8763 " </Documentation>\n" 8765 " <IntVectorProperty name=\"EnableLive\"\n" 8766 " label=\"Enable Live Connections\"\n" 8767 " default_values=\"0\"\n" 8768 " number_of_elements=\"1\">\n" 8769 " <BooleanDomain name=\"bool\" />\n" 8770 " <Documentation>\n" 8771 " Makes the generated Catalyst Script check for Live connections.\n" 8772 " </Documentation>\n" 8773 " </IntVectorProperty>\n" 8775 " <IntVectorProperty name=\"LiveFrequency\"\n" 8776 " label=\"Live Frequency\"\n" 8777 " default_values=\"1\"\n" 8778 " number_of_elements=\"1\"\n" 8779 " panel_visibility=\"advanced\">\n" 8780 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 8781 " <Documentation>\n" 8782 " Catalyst will update live connections only every N'th timestep.\n" 8783 " </Documentation>\n" 8784 " </IntVectorProperty>\n" 8786 " <StringVectorProperty name=\"DataExtractsRootDirectory\"\n" 8787 " number_of_elements=\"1\"\n" 8788 " default_values=\"\">\n" 8789 " <FileListDomain name=\"directory\" />\n" 8791 " <UseDirectoryName/>\n" 8792 " <AcceptAnyFile />\n" 8794 " <Documentation>\n" 8795 " Defines a top level directory where data extracts are placed under.\n" 8796 " </Documentation>\n" 8797 " </StringVectorProperty>\n" 8799 " <StringVectorProperty name=\"ImageExtractsRootDirectory\"\n" 8804 " number_of_elements=\"1\"\n" 8805 " default_values=\"\">\n" 8806 " <FileListDomain name=\"directory\" />\n" 8808 " <UseDirectoryName/>\n" 8809 " <BrowseLocalFileSystem />\n" 8810 " <AcceptAnyFile />\n" 8812 " <Documentation>\n" 8813 " Defines a top level directory where image extracts are placed under.\n" 8814 " </Documentation>\n" 8815 " </StringVectorProperty>\n" 8817 " <IntVectorProperty name=\"FileNamePadding\"\n" 8818 " label=\"File Padding\"\n" 8819 " default_values=\"0\"\n" 8820 " number_of_elements=\"1\">\n" 8821 " <IntRangeDomain name=\"range\" min=\"0\" max=\"16\"/>\n" 8822 " <Documentation>\n" 8823 " Pads numerical filenames with leading zeros to be a consistent width.\n" 8824 " </Documentation>\n" 8825 " </IntVectorProperty>\n" 8827 " <IntVectorProperty name=\"RequestSpecificArrays\"\n" 8828 " default_values=\"0\"\n" 8829 " number_of_elements=\"1\"\n" 8830 " panel_visibility=\"advanced\">\n" 8831 " <BooleanDomain name=\"bool\" />\n" 8832 " <Documentation>\n" 8833 " Tells Catalyst to ask for only those arrays that are currently enabled on the source rather than all of them.\n" 8834 " </Documentation>\n" 8835 " </IntVectorProperty>\n" 8837 " <IntVectorProperty name=\"WriteStart\"\n" 8838 " label=\"Write Start\"\n" 8839 " default_values=\"0\"\n" 8840 " number_of_elements=\"1\"\n" 8841 " panel_visibility=\"advanced\">\n" 8842 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 8843 " <Documentation>\n" 8844 " Catalyst will skip this many startup cycles (possibly excepting ForceFirstOutput) before starting to write files.\n" 8845 " </Documentation>\n" 8846 " </IntVectorProperty>\n" 8848 " <IntVectorProperty name=\"ForceFirstOutput\"\n" 8849 " default_values=\"0\"\n" 8850 " number_of_elements=\"1\"\n" 8851 " panel_visibility=\"advanced\">\n" 8852 " <BooleanDomain name=\"bool\" />\n" 8853 " <Documentation>\n" 8854 " Tells Catalyst to always dump the first timestep it gets because it may take a long time to wait for WriteStart iterations.\n" 8855 " </Documentation>\n" 8856 " </IntVectorProperty>\n" 8858 " <IntVectorProperty name=\"RescaleToDataRange\"\n" 8859 " label=\"Rescale to Data Range\"\n" 8860 " default_values=\"0\"\n" 8861 " number_of_elements=\"1\"\n" 8862 " panel_visibility=\"advanced\">\n" 8863 " <BooleanDomain name=\"bool\" />\n" 8864 " <Documentation>\n" 8865 " Adjusts the lookup table dynamically as the simulation progresses.\n" 8866 " </Documentation>\n" 8867 " </IntVectorProperty>\n" 8869 " <IntVectorProperty name=\"SaveDTable\"\n" 8870 " label=\"Save Cinema D Table\"\n" 8871 " default_values=\"0\"\n" 8872 " number_of_elements=\"1\">\n" 8873 " <BooleanDomain name=\"bool\" />\n" 8874 " <Documentation>\n" 8875 " Creates a Cinema table that indexes all output files.\n" 8876 " </Documentation>\n" 8877 " </IntVectorProperty>\n" 8879 " <StringVectorProperty name=\"TimeInputFilePattern\"\n" 8880 " label=\"Input File Pattern\"\n" 8881 " number_of_elements=\"1\"\n" 8882 " default_values=\"infile_*.vti\"\n" 8883 " panel_visibility=\"advanced\">\n" 8884 " <Documentation>\n" 8885 " A regular expression to that tells spatio-temporal scripts where to search for input files.\n" 8886 " </Documentation>\n" 8887 " </StringVectorProperty>\n" 8889 " <IntVectorProperty name=\"TimeCompartmentSize\"\n" 8890 " default_values=\"1\"\n" 8891 " number_of_elements=\"1\"\n" 8892 " panel_visibility=\"advanced\">\n" 8893 " <IntRangeDomain name=\"range\" min=\"1\" max=\"1000\" />\n" 8894 " <Documentation>\n" 8895 " The number of processes working together on a specific time step in a spatio-temporal style batch script.\n" 8896 " </Documentation>\n" 8897 " </IntVectorProperty>\n" 8898 " <PropertyGroup label=\"Spatio-Temporal Controls\">\n" 8899 " <Property name=\"TimeInputFilePattern\" />\n" 8900 " <Property name=\"TimeCompartmentSize\" />\n" 8901 " </PropertyGroup>\n" 8905 " <!-- Catalyst client only proxies, used to generate a coprocessing script\n" 8906 " and to modify writer filename and frequency through ParaView Live\n" 8908 " <!-- ================================================================= -->\n" 8909 " <ProxyGroup name=\"insitu_writer_parameters\">\n" 8910 " <SourceProxy name=\"XMLPImageDataWriter\" class=\"vtkPVNullSource\"\n" 8911 " label=\"Parallel Image Data Writer\">\n" 8912 " <InputProperty name=\"Input\">\n" 8913 " <ProxyGroupDomain name=\"groups\">\n" 8914 " <Group name=\"sources\" />\n" 8915 " <Group name=\"filters\" />\n" 8916 " </ProxyGroupDomain>\n" 8917 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 8918 " <DataType value=\"vtkImageData\" />\n" 8919 " </DataTypeDomain>\n" 8920 " <Documentation>\n" 8922 " </Documentation>\n" 8923 " </InputProperty>\n" 8925 " <StringVectorProperty name=\"FileName\"\n" 8926 " number_of_elements=\"1\"\n" 8927 " default_values=\"filename_%t.pvti\">\n" 8928 " </StringVectorProperty>\n" 8930 " <IntVectorProperty name=\"WriteFrequency\"\n" 8931 " number_of_elements=\"1\"\n" 8932 " default_values=\"1\">\n" 8933 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 8934 " </IntVectorProperty>\n" 8936 " <IntVectorProperty name=\"PaddingAmount\"\n" 8937 " number_of_elements=\"1\"\n" 8938 " default_values=\"0\">\n" 8939 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 8940 " </IntVectorProperty>\n" 8943 " <!-- TODO: this doesn't work yet -->\n" 8944 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 8946 " <!-- This will help us when exporting the script state -->\n" 8947 " <WriterProxy group=\"writers\" name=\"XMLPImageDataWriter\" />\n" 8949 " <!-- End of XMLPImageDataWriter -->\n" 8952 " <SourceProxy name=\"XMLPRectilinearGridWriter\" class=\"vtkPVNullSource\"\n" 8953 " label=\"Parallel Rectilinear Grid Writer\">\n" 8954 " <InputProperty name=\"Input\">\n" 8955 " <ProxyGroupDomain name=\"groups\">\n" 8956 " <Group name=\"sources\" />\n" 8957 " <Group name=\"filters\" />\n" 8958 " </ProxyGroupDomain>\n" 8959 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 8960 " <DataType value=\"vtkRectilinearGrid\" />\n" 8961 " </DataTypeDomain>\n" 8962 " <Documentation>\n" 8964 " </Documentation>\n" 8965 " </InputProperty>\n" 8967 " <StringVectorProperty name=\"FileName\"\n" 8968 " number_of_elements=\"1\"\n" 8969 " default_values=\"filename_%t.pvtr\">\n" 8970 " </StringVectorProperty>\n" 8972 " <IntVectorProperty name=\"WriteFrequency\"\n" 8973 " number_of_elements=\"1\"\n" 8974 " default_values=\"1\">\n" 8975 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 8976 " </IntVectorProperty>\n" 8978 " <IntVectorProperty name=\"PaddingAmount\"\n" 8979 " number_of_elements=\"1\"\n" 8980 " default_values=\"0\">\n" 8981 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 8982 " </IntVectorProperty>\n" 8985 " <!-- TODO: this doesn't work yet -->\n" 8986 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 8988 " <!-- This will help us when exporting the script state -->\n" 8989 " <WriterProxy group=\"writers\" name=\"XMLPRectilinearGridWriter\" />\n" 8991 " <!-- End of XMLRectilinearGridWriter -->\n" 8994 " <SourceProxy name=\"XMLPStructuredGridWriter\" class=\"vtkPVNullSource\"\n" 8995 " label=\"Parallel Structured Grid Writer\">\n" 8996 " <InputProperty name=\"Input\">\n" 8997 " <ProxyGroupDomain name=\"groups\">\n" 8998 " <Group name=\"sources\" />\n" 8999 " <Group name=\"filters\" />\n" 9000 " </ProxyGroupDomain>\n" 9001 " <DataTypeDomain name=\"input_type\">\n" 9002 " <DataType value=\"vtkStructuredGrid\" composite_data_supported=\"0\"/>\n" 9003 " </DataTypeDomain>\n" 9004 " <Documentation>\n" 9006 " </Documentation>\n" 9007 " </InputProperty>\n" 9009 " <StringVectorProperty name=\"FileName\"\n" 9010 " number_of_elements=\"1\"\n" 9011 " default_values=\"filename_%t.pvts\">\n" 9012 " </StringVectorProperty>\n" 9014 " <IntVectorProperty name=\"WriteFrequency\"\n" 9015 " number_of_elements=\"1\"\n" 9016 " default_values=\"1\">\n" 9017 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9018 " </IntVectorProperty>\n" 9020 " <IntVectorProperty name=\"PaddingAmount\"\n" 9021 " number_of_elements=\"1\"\n" 9022 " default_values=\"0\">\n" 9023 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9024 " </IntVectorProperty>\n" 9027 " <!-- TODO: this doesn't work yet -->\n" 9028 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9030 " <!-- This will help us when exporting the script state -->\n" 9031 " <WriterProxy group=\"writers\" name=\"XMLPStructuredGridWriter\" />\n" 9033 " <!-- End of XMLPStructuredGridWriter -->\n" 9036 " <SourceProxy name=\"XMLPPolyDataWriter\" class=\"vtkPVNullSource\"\n" 9037 " label=\"Parallel PolyData Writer\">\n" 9038 " <InputProperty name=\"Input\">\n" 9039 " <ProxyGroupDomain name=\"groups\">\n" 9040 " <Group name=\"sources\" />\n" 9041 " <Group name=\"filters\" />\n" 9042 " </ProxyGroupDomain>\n" 9043 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 9044 " <DataType value=\"vtkPolyData\" />\n" 9045 " </DataTypeDomain>\n" 9046 " <Documentation>\n" 9048 " </Documentation>\n" 9049 " </InputProperty>\n" 9051 " <StringVectorProperty name=\"FileName\"\n" 9052 " number_of_elements=\"1\"\n" 9053 " default_values=\"filename_%t.pvtp\">\n" 9054 " </StringVectorProperty>\n" 9056 " <IntVectorProperty name=\"WriteFrequency\"\n" 9057 " number_of_elements=\"1\"\n" 9058 " default_values=\"1\">\n" 9059 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9060 " </IntVectorProperty>\n" 9062 " <IntVectorProperty name=\"PaddingAmount\"\n" 9063 " number_of_elements=\"1\"\n" 9064 " default_values=\"0\">\n" 9065 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9066 " </IntVectorProperty>\n" 9069 " <!-- TODO: this doesn't work yet -->\n" 9070 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9072 " <!-- This will help us when exporting the script state -->\n" 9073 " <WriterProxy group=\"writers\" name=\"XMLPPolyDataWriter\" />\n" 9075 " <!-- End of XMLPPolyDataWriter -->\n" 9078 " <SourceProxy name=\"XMLPUnstructuredGridWriter\" class=\"vtkPVNullSource\"\n" 9079 " label=\"Parallel UnstructuredGrid Writer\">\n" 9080 " <InputProperty name=\"Input\">\n" 9081 " <ProxyGroupDomain name=\"groups\">\n" 9082 " <Group name=\"sources\" />\n" 9083 " <Group name=\"filters\" />\n" 9084 " </ProxyGroupDomain>\n" 9085 " <DataTypeDomain name=\"input_type\">\n" 9086 " <DataType value=\"vtkUnstructuredGrid\" composite_data_supported=\"0\"/>\n" 9087 " </DataTypeDomain>\n" 9088 " <Documentation>\n" 9090 " </Documentation>\n" 9091 " </InputProperty>\n" 9093 " <StringVectorProperty name=\"FileName\"\n" 9094 " number_of_elements=\"1\"\n" 9095 " default_values=\"filename_%t.pvtu\">\n" 9096 " </StringVectorProperty>\n" 9098 " <IntVectorProperty name=\"WriteFrequency\"\n" 9099 " number_of_elements=\"1\"\n" 9100 " default_values=\"1\">\n" 9101 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9102 " </IntVectorProperty>\n" 9104 " <IntVectorProperty name=\"PaddingAmount\"\n" 9105 " number_of_elements=\"1\"\n" 9106 " default_values=\"0\">\n" 9107 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9108 " </IntVectorProperty>\n" 9111 " <!-- TODO: this doesn't work yet -->\n" 9112 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9114 " <!-- This will help us when exporting the script state -->\n" 9115 " <WriterProxy group=\"writers\" name=\"XMLPUnstructuredGridWriter\" />\n" 9117 " <!-- End of XMLPUnstructuredGridWriter -->\n" 9120 " <SourceProxy name=\"XMLMultiBlockDataWriter\" class=\"vtkPVNullSource\"\n" 9121 " label=\"Parallel MultiBlockDataSet Writer\">\n" 9122 " <InputProperty name=\"Input\">\n" 9123 " <ProxyGroupDomain name=\"groups\">\n" 9124 " <Group name=\"sources\" />\n" 9125 " <Group name=\"filters\" />\n" 9126 " </ProxyGroupDomain>\n" 9127 " <DataTypeDomain name=\"input_type\">\n" 9128 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 9129 " </DataTypeDomain>\n" 9130 " <Documentation>\n" 9132 " </Documentation>\n" 9133 " </InputProperty>\n" 9135 " <StringVectorProperty name=\"FileName\"\n" 9136 " number_of_elements=\"1\"\n" 9137 " default_values=\"filename_%t.vtm\">\n" 9138 " </StringVectorProperty>\n" 9140 " <IntVectorProperty name=\"WriteFrequency\"\n" 9141 " number_of_elements=\"1\"\n" 9142 " default_values=\"1\">\n" 9143 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9144 " </IntVectorProperty>\n" 9146 " <IntVectorProperty name=\"PaddingAmount\"\n" 9147 " number_of_elements=\"1\"\n" 9148 " default_values=\"0\">\n" 9149 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9150 " </IntVectorProperty>\n" 9153 " <!-- TODO: this doesn't work yet -->\n" 9154 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9156 " <!-- This will help us when exporting the script state -->\n" 9157 " <WriterProxy group=\"writers\" name=\"XMLMultiBlockDataWriter\" />\n" 9159 " <!-- End of XMLMultiBlockDataWriter -->\n" 9162 " <SourceProxy name=\"XMLHierarchicalBoxDataWriter\" class=\"vtkPVNullSource\"\n" 9163 " label=\"Parallel Hierarchical Box Data Writer\">\n" 9164 " <InputProperty name=\"Input\">\n" 9165 " <ProxyGroupDomain name=\"groups\">\n" 9166 " <Group name=\"sources\" />\n" 9167 " <Group name=\"filters\" />\n" 9168 " </ProxyGroupDomain>\n" 9169 " <DataTypeDomain name=\"input_type\">\n" 9170 " <DataType value=\"vtkOverlappingAMR\" />\n" 9171 " </DataTypeDomain>\n" 9172 " <Documentation>\n" 9174 " </Documentation>\n" 9175 " </InputProperty>\n" 9177 " <StringVectorProperty name=\"FileName\"\n" 9178 " number_of_elements=\"1\"\n" 9179 " default_values=\"filename_%t.vth\">\n" 9180 " </StringVectorProperty>\n" 9182 " <IntVectorProperty name=\"WriteFrequency\"\n" 9183 " number_of_elements=\"1\"\n" 9184 " default_values=\"1\">\n" 9185 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9186 " </IntVectorProperty>\n" 9188 " <IntVectorProperty name=\"PaddingAmount\"\n" 9189 " number_of_elements=\"1\"\n" 9190 " default_values=\"0\">\n" 9191 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9192 " </IntVectorProperty>\n" 9195 " <!-- TODO: this doesn't work yet -->\n" 9196 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9198 " <!-- This will help us when exporting the script state -->\n" 9199 " <WriterProxy group=\"writers\" name=\"XMLHierarchicalBoxDataWriter\" />\n" 9205 " <!-- End of XMLHierarchicalBoxDataWriter -->\n" 9208 " <SourceProxy name=\"XMLUniformGridAMRWriter\" class=\"vtkPVNullSource\"\n" 9209 " label=\"Parallel Uniform Grid AMR Writer\">\n" 9210 " <InputProperty name=\"Input\">\n" 9211 " <ProxyGroupDomain name=\"groups\">\n" 9212 " <Group name=\"sources\" />\n" 9213 " <Group name=\"filters\" />\n" 9214 " </ProxyGroupDomain>\n" 9215 " <DataTypeDomain name=\"input_type\">\n" 9216 " <DataType value=\"vtkUniformGridAMR\" />\n" 9217 " </DataTypeDomain>\n" 9218 " <Documentation>\n" 9220 " </Documentation>\n" 9221 " </InputProperty>\n" 9223 " <StringVectorProperty name=\"FileName\"\n" 9224 " number_of_elements=\"1\"\n" 9225 " default_values=\"filename_%t.vth\">\n" 9226 " </StringVectorProperty>\n" 9228 " <IntVectorProperty name=\"WriteFrequency\"\n" 9229 " number_of_elements=\"1\"\n" 9230 " default_values=\"1\">\n" 9231 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9232 " </IntVectorProperty>\n" 9234 " <IntVectorProperty name=\"PaddingAmount\"\n" 9235 " number_of_elements=\"1\"\n" 9236 " default_values=\"0\">\n" 9237 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9238 " </IntVectorProperty>\n" 9241 " <!-- TODO: this doesn't work yet -->\n" 9242 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9244 " <!-- This will help us when exporting the script state -->\n" 9245 " <WriterProxy group=\"writers\" name=\"XMLUniformGridAMRWriter\" />\n" 9247 " <!-- End of XMLUniformGridAMRWriter -->\n" 9250 " <SourceProxy name=\"CSVWriter\" class=\"vtkPVNullSource\"\n" 9251 " label=\"CSV Table Writer\">\n" 9252 " <InputProperty name=\"Input\">\n" 9253 " <ProxyGroupDomain name=\"groups\">\n" 9254 " <Group name=\"sources\" />\n" 9255 " <Group name=\"filters\" />\n" 9256 " </ProxyGroupDomain>\n" 9257 " <DataTypeDomain name=\"input_type\">\n" 9258 " <DataType value=\"vtkTable\" />\n" 9259 " </DataTypeDomain>\n" 9260 " <Documentation>\n" 9262 " </Documentation>\n" 9263 " </InputProperty>\n" 9265 " <StringVectorProperty name=\"FileName\"\n" 9266 " number_of_elements=\"1\"\n" 9267 " default_values=\"filename_%t.csv\">\n" 9268 " </StringVectorProperty>\n" 9270 " <IntVectorProperty name=\"WriteFrequency\"\n" 9271 " number_of_elements=\"1\"\n" 9272 " default_values=\"1\">\n" 9273 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9274 " </IntVectorProperty>\n" 9276 " <IntVectorProperty name=\"PaddingAmount\"\n" 9277 " number_of_elements=\"1\"\n" 9278 " default_values=\"0\">\n" 9279 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9280 " </IntVectorProperty>\n" 9283 " <!-- TODO: this doesn't work yet -->\n" 9284 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9286 " <!-- This will help us when exporting the script state -->\n" 9287 " <WriterProxy group=\"writers\" name=\"CSVWriter\" />\n" 9289 " <!-- End of XMLHierarchicalBoxDataWriter -->\n" 9292 " <SourceProxy name=\"ExodusIIWriter\" class=\"vtkPVNullSource\"\n" 9293 " label=\"ExodusII Writer\">\n" 9294 " <InputProperty name=\"Input\">\n" 9295 " <ProxyGroupDomain name=\"groups\">\n" 9296 " <Group name=\"sources\" />\n" 9297 " <Group name=\"filters\" />\n" 9298 " </ProxyGroupDomain>\n" 9299 " <DataTypeDomain composite_data_supported=\"1\"\n" 9300 " name=\"input_type\">\n" 9301 " <DataType value=\"vtkImageData\" />\n" 9302 " <DataType value=\"vtkPolyData\" />\n" 9303 " <DataType value=\"vtkUnstructuredGrid\" />\n" 9304 " </DataTypeDomain>\n" 9306 " <Documentation>\n" 9308 " </Documentation>\n" 9309 " </InputProperty>\n" 9311 " <StringVectorProperty name=\"FileName\"\n" 9312 " number_of_elements=\"1\"\n" 9313 " default_values=\"filename.e-s\">\n" 9314 " </StringVectorProperty>\n" 9315 " <IntVectorProperty name=\"WriteFrequency\"\n" 9316 " number_of_elements=\"1\"\n" 9317 " default_values=\"1\">\n" 9318 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9319 " </IntVectorProperty>\n" 9321 " <IntVectorProperty name=\"PaddingAmount\"\n" 9322 " number_of_elements=\"1\"\n" 9323 " default_values=\"5\">\n" 9324 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9325 " </IntVectorProperty>\n" 9328 " <!-- TODO: this doesn't work yet -->\n" 9329 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9331 " <!-- This will help us when exporting the script state -->\n" 9332 " <WriterProxy group=\"writers\" name=\"ExodusIIWriter\" />\n" 9334 " <!-- End of ExodusIIWriter -->\n" 9337 " <SourceProxy name=\"HyperTreeGridWriter\" class=\"vtkPVNullSource\"\n" 9338 " label=\"Parallel HyperTreeGrid Writer\">\n" 9339 " <InputProperty name=\"Input\">\n" 9340 " <ProxyGroupDomain name=\"groups\">\n" 9341 " <Group name=\"sources\" />\n" 9342 " <Group name=\"filters\" />\n" 9343 " </ProxyGroupDomain>\n" 9344 " <DataTypeDomain name=\"input_type\">\n" 9345 " <DataType value=\"vtkHyperTreeGrid\" />\n" 9346 " </DataTypeDomain>\n" 9347 " <Documentation>\n" 9349 " </Documentation>\n" 9350 " </InputProperty>\n" 9352 " <StringVectorProperty name=\"FileName\"\n" 9353 " number_of_elements=\"1\"\n" 9354 " default_values=\"filename_%t.htg\">\n" 9355 " </StringVectorProperty>\n" 9357 " <IntVectorProperty name=\"WriteFrequency\"\n" 9358 " number_of_elements=\"1\"\n" 9359 " default_values=\"1\">\n" 9360 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 9361 " </IntVectorProperty>\n" 9363 " <IntVectorProperty name=\"PaddingAmount\"\n" 9364 " number_of_elements=\"1\"\n" 9365 " default_values=\"0\">\n" 9366 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 9367 " </IntVectorProperty>\n" 9370 " <!-- TODO: this doesn't work yet -->\n" 9371 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n" 9373 " <!-- This will help us when exporting the script state -->\n" 9374 " <WriterProxy group=\"writers\" name=\"HyperTreeGridWriter\" />\n" 9376 " <!-- End of HyperTreeGridWriter -->\n" 9380 " <ProxyGroup name=\"pythontracing\">\n" 9381 " <Proxy name=\"PythonTraceOptions\">\n" 9382 " <Documentation>\n" 9383 " Options proxy used to prompt user for tracing options when starting trace.\n" 9384 " </Documentation>\n" 9385 " <IntVectorProperty name=\"PropertiesToTraceOnCreate\"\n" 9386 " default_values=\"1\"\n" 9387 " number_of_elements=\"1\">\n" 9388 " <Documentation>\n" 9389 " Select which properties to save in trace\n" 9390 " </Documentation>\n" 9391 " <EnumerationDomain name=\"enum\">\n" 9392 " <Entry text=\"all properties\" value=\"0\" />\n" 9393 " <Entry text=\"any *modified* properties\" value=\"1\" />\n" 9394 " <Entry text=\"only *user-modified* properites\" value=\"2\" />\n" 9395 " </EnumerationDomain>\n" 9396 " </IntVectorProperty>\n" 9398 " <IntVectorProperty name=\"FullyTraceSupplementalProxies\"\n" 9399 " number_of_elements=\"1\"\n" 9400 " default_values=\"0\">\n" 9401 " <BooleanDomain name=\"bool\"/>\n" 9402 " <Documentation>\n" 9403 " Fully trace supplemental objects, such as color maps, color bars, etc.\n" 9404 " when accessed the first time in trace.\n" 9405 " </Documentation>\n" 9406 " </IntVectorProperty>\n" 9408 " <IntVectorProperty name=\"SkipRenderingComponents\"\n" 9409 " number_of_elements=\"1\"\n" 9410 " default_values=\"0\">\n" 9411 " <BooleanDomain name=\"bool\" />\n" 9412 " <Documentation>\n" 9413 " Skip rendering components such as views, representations, etc.\n" 9414 " </Documentation>\n" 9415 " </IntVectorProperty>\n" 9417 " <IntVectorProperty name=\"ShowIncrementalTrace\"\n" 9418 " default_values=\"0\"\n" 9419 " number_of_elements=\"1\">\n" 9420 " <BooleanDomain name=\"bool\" />\n" 9421 " <Documentation>\n" 9422 " Show trace as it is being generated.\n" 9423 " </Documentation>\n" 9424 " </IntVectorProperty>\n" 9426 " <PropertyGroup label=\"General options\">\n" 9427 " <Property name=\"PropertiesToTraceOnCreate\" />\n" 9428 " </PropertyGroup>\n" 9429 " <PropertyGroup label=\"Color maps, color bar etc.\">\n" 9430 " <Property name=\"FullyTraceSupplementalProxies\" />\n" 9431 " </PropertyGroup>\n" 9432 " <PropertyGroup label=\"Miscellaneous\">\n" 9433 " <Property name=\"SkipRenderingComponents\" />\n" 9434 " <Property name=\"ShowIncrementalTrace\" />\n" 9435 " </PropertyGroup>\n" 9437 " <UseDocumentationForLabels />\n" 9441 " <Proxy name=\"PythonStateOptions\">\n" 9442 " <Documentation>\n" 9443 " Options proxy used to prompt user for python state options.\n" 9444 " </Documentation>\n" 9445 " <IntVectorProperty name=\"PropertiesToTraceOnCreate\"\n" 9446 " default_values=\"1\"\n" 9447 " number_of_elements=\"1\">\n" 9448 " <Documentation>\n" 9449 " Select which properties to save in state\n" 9450 " </Documentation>\n" 9451 " <EnumerationDomain name=\"enum\">\n" 9452 " <Entry text=\"all properties\" value=\"0\" />\n" 9453 " <Entry text=\"any *modified* properties\" value=\"1\" />\n" 9455 " state cannot have this option since we don't know which properties\n" 9456 " are user-modified when saving state.\n" 9457 " <Entry text=\"only *user-modified* properites\" value=\"2\" />\n" 9459 " </EnumerationDomain>\n" 9460 " </IntVectorProperty>\n" 9461 " <IntVectorProperty name=\"SkipRenderingComponents\"\n" 9462 " number_of_elements=\"1\"\n" 9463 " default_values=\"0\">\n" 9464 " <BooleanDomain name=\"bool\" />\n" 9465 " <Documentation>\n" 9466 " Skip rendering components such as views, representations, etc.\n" 9467 " </Documentation>\n" 9468 " </IntVectorProperty>\n" 9469 " <IntVectorProperty name=\"SkipHiddenDisplayProperties\"\n" 9470 " default_values=\"1\"\n" 9471 " number_of_elements=\"1\">\n" 9472 " <BooleanDomain name=\"bool\"/>\n" 9473 " <Documentation>\n" 9474 " Skip displays properties/representations for elements hidden in a view.\n" 9475 " </Documentation>\n" 9477 " <PropertyWidgetDecorator\n" 9478 " type=\"GenericDecorator\"\n" 9479 " mode=\"enabled_state\"\n" 9480 " property=\"SkipRenderingComponents\" value=\"0\">\n" 9481 " </PropertyWidgetDecorator>\n" 9483 " </IntVectorProperty>\n" 9485 " <Proxy name=\"SaveExtractsOptions\" proxygroup=\"misc\" proxyname=\"SaveAnimationExtracts\"/>\n" 9486 " <ExposedProperties>\n" 9487 " <Property name=\"ExtractsOutputDirectory\" />\n" 9488 " </ExposedProperties>\n" 9491 " <PropertyGroup label=\"General Options\">\n" 9492 " <Property name=\"PropertiesToTraceOnCreate\" />\n" 9493 " <Property name=\"SkipRenderingComponents\" />\n" 9494 " <Property name=\"SkipHiddenDisplayProperties\" />\n" 9495 " </PropertyGroup>\n" 9497 " <PropertyGroup label=\"Save Extracts Options\">\n" 9498 " <Property name=\"ExtractsOutputDirectory\" />\n" 9499 " </PropertyGroup>\n" 9502 " <UseDocumentationForLabels />\n" 9507 " <ProxyGroup name=\"seed_sources\">\n" 9508 " <Proxy group=\"extended_sources\"\n" 9509 " name=\"PointSource\"/>\n" 9510 " <Proxy group=\"extended_sources\"\n" 9511 " name=\"HighResLineSource\"/>\n" 9513 " <ProxyGroup name=\"integrators\">\n" 9514 " <Proxy class=\"vtkRungeKutta2\"\n" 9515 " name=\"RungeKutta2\"\n" 9516 " label=\"Runge Kutta 2\">\n" 9518 " <Proxy class=\"vtkRungeKutta4\"\n" 9519 " name=\"RungeKutta4\"\n" 9520 " label=\"Runge Kutta 4\">\n" 9522 " <Proxy class=\"vtkRungeKutta45\"\n" 9523 " name=\"RungeKutta45\"\n" 9524 " label=\"Runge Kutta 4/5\">\n" 9528 " <ProxyGroup name=\"options\">\n" 9529 " <LoadStateOptionsProxy class=\"vtkLoadStateOptions\"\n" 9530 " name=\"LoadStateOptions\">\n" 9531 " <Documentation>\n" 9532 " Options proxy used to prompt user for options when loading pvsm state files.\n" 9533 " </Documentation>\n" 9535 " <IntVectorProperty name=\"LoadStateDataFileOptions\"\n" 9536 " default_values=\"0\"\n" 9537 " number_of_elements=\"1\">\n" 9538 " <Documentation>\n" 9539 " Decide how to locate data files in loaded state.\n" 9540 " </Documentation>\n" 9541 " <EnumerationDomain name=\"enum\">\n" 9542 " <Entry text=\"Use File Names From State\" value=\"0\" />\n" 9543 " <Entry text=\"Search files under specified directory\" value=\"1\" />\n" 9544 " <Entry text=\"Choose File Names\" value=\"2\" />\n" 9545 " </EnumerationDomain>\n" 9546 " </IntVectorProperty>\n" 9548 " <StringVectorProperty name=\"DataDirectory\"\n" 9549 " command=\"SetDataDirectory\"\n" 9550 " number_of_elements=\"1\"\n" 9551 " default_values=\"\">\n" 9552 " <FileListDomain name=\"files\" />\n" 9553 " <Documentation>\n" 9554 " Directory to look for data files under. Defaults to the state file's directory.\n" 9555 " </Documentation>\n" 9557 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"LoadStateDataFileOptions\" value=\"1\">\n" 9558 " </PropertyWidgetDecorator>\n" 9559 " <UseDirectoryName />\n" 9561 " </StringVectorProperty>\n" 9562 " <IntVectorProperty name=\"OnlyUseFilesInDataDirectory\" number_of_elements=\"1\" default_values=\"0\">\n" 9563 " <BooleanDomain name=\"bool\"/>\n" 9564 " <Documentation>\n" 9565 " When this is set to true, 'Search files under specified directory' mode will fail when a file is not in the\n" 9566 " data directory rather than defaulting back to the absolute path in the state file.\n" 9567 " </Documentation>\n" 9569 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"LoadStateDataFileOptions\" value=\"1\">\n" 9570 " </PropertyWidgetDecorator>\n" 9572 " </IntVectorProperty>\n" 9573 " </LoadStateOptionsProxy>\n" 9576 " <!-- ================================================================= -->\n" 9577 " <ProxyGroup name=\"insitu2_misc\">\n" 9578 " <Proxy name=\"CDB\" processes=\"client\">\n" 9579 " <Documentation>\n" 9580 " Global setup for Cinema Image Database output.\n" 9581 " </Documentation>\n" 9582 " <IntVectorProperty name=\"DeferredRendering\"\n" 9583 " number_of_elements=\"1\"\n" 9584 " default_values=\"0\">\n" 9585 " <Documentation>\n" 9586 " Deferred rendering cabability level for the database. None means that static images are created at each viewpoint (aka 'SpecA'). Composeable (aka 'SpecB') adds ability to hide/show individual objects. Recolorable (aka 'Spec C') adds colormap editability.\n" 9587 " </Documentation>\n" 9588 " <EnumerationDomain name=\"enum\">\n" 9589 " <Entry text=\"None\" value=\"0\" />\n" 9590 " <Entry text=\"Composable\" value=\"1\" />\n" 9591 " <Entry text=\"Composable+Recolorable\" value=\"2\" />\n" 9592 " </EnumerationDomain>\n" 9593 " </IntVectorProperty>\n" 9594 " <IntVectorProperty name=\"CameraModel\"\n" 9595 " number_of_elements=\"1\"\n" 9596 " default_values=\"0\">\n" 9597 " <Documentation>\n" 9598 " Camera capability level for the database. Static means the camera is fixed, phi-theta is an inward facing rectilinear sampling over a sphere, inward pose is similar but maintains samples more sparsely.\n" 9603 " </Documentation>\n" 9604 " <EnumerationDomain name=\"enum\">\n" 9605 " <Entry text=\"Static\" value=\"0\" />\n" 9606 " <Entry text=\"Phi-Theta\" value=\"1\" />\n" 9607 " <Entry text=\"Inward Pose\" value=\"2\" />\n" 9608 " </EnumerationDomain>\n" 9609 " </IntVectorProperty>\n" 9610 " <StringVectorProperty name=\"TrackObject\"\n" 9611 " number_of_elements=\"1\"\n" 9612 " default_values=\"None\">\n" 9613 " <Documentation>\n" 9614 " Name of a pipeline object to orient the camera with. Only meaningful for Pose camera.\n" 9615 " </Documentation>\n" 9617 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 9618 " <Expression type=\"and\">\n" 9619 " <Expression type=\"or\">\n" 9620 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"1\" />\n" 9621 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"2\" />\n" 9623 " <Expression type=\"or\">\n" 9624 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"2\" />\n" 9625 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"3\" />\n" 9628 " </PropertyWidgetDecorator>\n" 9630 " </StringVectorProperty>\n" 9631 " <IntVectorProperty name=\"Camera Phi Divisions\"\n" 9632 " number_of_elements=\"1\"\n" 9633 " default_values=\"12\">\n" 9634 " <Documentation>\n" 9635 " Specify number of longitudinal divisions. Only meaningful for Phi-Theta and Pose cameras.\n" 9636 " </Documentation>\n" 9637 " <IntRangeDomain name=\"range\" min=\"1\" max=\"64\" />\n" 9638 " </IntVectorProperty>\n" 9639 " <IntVectorProperty name=\"Camera Theta Divisions\"\n" 9640 " number_of_elements=\"1\"\n" 9641 " default_values=\"7\">\n" 9642 " <Documentation>\n" 9643 " Specify number of latitudinal divisions. Only meaningful for Phi-Theta and Pose cameras.\n" 9644 " </Documentation>\n" 9645 " <IntRangeDomain name=\"range\" min=\"1\" max=\"32\" />\n" 9646 " </IntVectorProperty>\n" 9647 " <IntVectorProperty name=\"Camera Roll Divisions\"\n" 9648 " number_of_elements=\"1\"\n" 9649 " default_values=\"1\">\n" 9650 " <Documentation>\n" 9651 " Specify number of roll divisions. Only meaningful for Pose camera.\n" 9652 " </Documentation>\n" 9653 " <IntRangeDomain name=\"range\" min=\"1\" max=\"64\" />\n" 9655 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n" 9656 " <Expression type=\"and\">\n" 9657 " <Expression type=\"or\">\n" 9658 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"1\" />\n" 9659 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"2\" />\n" 9661 " <Expression type=\"or\">\n" 9662 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"2\" />\n" 9663 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"3\" />\n" 9666 " </PropertyWidgetDecorator>\n" 9668 " </IntVectorProperty>\n" 9670 " <FormatOptions extensions=\"cdb\"\n" 9671 " file_description=\"Cinema Image Exports\" />\n" 9676 "</ServerManagerConfiguration>\n" 9695 char* res =
new char[ len + 1];
9703 assert(offset == len);
9711 "<ServerManagerConfiguration>\n" 9712 " <ProxyGroup name=\"parametric_functions\">\n" 9713 " <Proxy class=\"vtkParametricSpline\"\n" 9714 " name=\"Spline\">\n" 9715 " <DoubleVectorProperty command=\"SetPoint\"\n" 9716 " default_values=\"0 0 0 1 0 0\"\n" 9717 " name=\"Points\"\n" 9718 " number_of_elements=\"6\"\n" 9719 " number_of_elements_per_command=\"3\"\n" 9720 " repeat_command=\"1\"\n" 9721 " set_number_command=\"SetNumberOfPoints\"\n" 9722 " use_index=\"1\"></DoubleVectorProperty>\n" 9723 " <IntVectorProperty command=\"SetClosed\"\n" 9724 " default_values=\"0\"\n" 9725 " name=\"Closed\"\n" 9726 " number_of_elements=\"1\">\n" 9727 " <BooleanDomain name=\"bool\" />\n" 9728 " </IntVectorProperty>\n" 9729 " <PropertyGroup label=\"Spline Parameters\" panel_widget=\"InteractiveSpline\">\n" 9730 " <Property function=\"HandlePositions\" name=\"Points\" />\n" 9731 " <Property function=\"Closed\" name=\"Closed\" />\n" 9732 " </PropertyGroup>\n" 9733 " <!-- end of Spline -->\n" 9736 "</ServerManagerConfiguration>\n" 9745 char* res =
new char[ len + 1];
9748 assert(offset == len);
9756 "<ServerManagerConfiguration>\n" 9757 " <ProxyGroup name=\"filters\">\n" 9758 " <!-- ==================================================================== -->\n" 9759 " <SourceProxy class=\"vtkMoleculeToLinesFilter\"\n" 9760 " name=\"MoleculeToLines\"\n" 9761 " label=\"Molecule To Lines\">\n" 9762 " <Documentation long_help=\"Convert a molecule into lines.\"\n" 9763 " short_help=\"Convert a molecule into lines.\">\n" 9764 " Convert a molecule into lines. Each atom of the input becomes a point of the output polydata, each bond a line.\n" 9765 " </Documentation>\n" 9766 " <InputProperty name=\"Input\"\n" 9767 " command=\"SetInputConnection\">\n" 9768 " <ProxyGroupDomain name=\"groups\">\n" 9769 " <Group name=\"sources\"/>\n" 9770 " <Group name=\"filters\"/>\n" 9771 " </ProxyGroupDomain>\n" 9772 " <DataTypeDomain name=\"input_type\">\n" 9773 " <DataType value=\"vtkMolecule\"/>\n" 9774 " </DataTypeDomain>\n" 9775 " </InputProperty>\n" 9776 " <!-- End MoleculeToLines -->\n" 9779 " <!-- ==================================================================== -->\n" 9780 " <SourceProxy class=\"vtkPointSetToMoleculeFilter\"\n" 9781 " name=\"PointSetToMolecule\"\n" 9782 " label=\"Convert Into Molecule\">\n" 9783 " <Documentation long_help=\"Convert a point set into a molecule.\"\n" 9784 " short_help=\"Convert a point set into a molecule.\">\n" 9785 " Convert a point set into a molecule. Every point of the input becomes an atom\n" 9786 " of the output molecule. It needs a point array containing the atomic numbers.\n" 9787 " </Documentation>\n" 9788 " <InputProperty name=\"Input\"\n" 9789 " command=\"SetInputConnection\">\n" 9790 " <ProxyGroupDomain name=\"groups\">\n" 9791 " <Group name=\"sources\"/>\n" 9792 " <Group name=\"filters\"/>\n" 9793 " </ProxyGroupDomain>\n" 9794 " <DataTypeDomain name=\"input_type\">\n" 9795 " <DataType value=\"vtkPointSet\"/>\n" 9796 " </DataTypeDomain>\n" 9797 " <InputArrayDomain attribute_type=\"point\"\n" 9798 " name=\"input_array\"\n" 9799 " number_of_components=\"1\"/>\n" 9800 " </InputProperty>\n" 9801 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 9802 " element_types=\"0 0 0 0 2\"\n" 9803 " label=\"Atomic Numbers\"\n" 9804 " name=\"SelectInputScalars\"\n" 9805 " number_of_elements=\"5\">\n" 9806 " <ArrayListDomain attribute_type=\"Scalars\"\n" 9807 " input_domain_name=\"input_array\"\n" 9808 " name=\"array_list\">\n" 9809 " <RequiredProperties>\n" 9810 " <Property function=\"Input\"\n" 9811 " name=\"Input\" />\n" 9812 " </RequiredProperties>\n" 9813 " </ArrayListDomain>\n" 9814 " <Documentation>This property indicates the name of the scalar array\n" 9815 " corresponding to atomic numbers.</Documentation>\n" 9816 " </StringVectorProperty>\n" 9817 " <IntVectorProperty command=\"SetConvertLinesIntoBonds\"\n" 9818 " default_values=\"1\"\n" 9819 " name=\"ConvertLinesIntoBonds\"\n" 9820 " number_of_elements=\"1\">\n" 9821 " <BooleanDomain name=\"bool\" />\n" 9822 " <Documentation short_help=\"Specify if line cells are converted into bonds.\"\n" 9823 " long_help=\"Specify if line cells are converted into bonds.\">\n" 9824 " This property determines if the lines (cell of type VTK_LINE) are converted into bonds.\n" 9825 " </Documentation>\n" 9826 " </IntVectorProperty>\n" 9827 " <!-- End PointSetToMolecule -->\n" 9830 " <!-- ==================================================================== -->\n" 9831 " <SourceProxy class=\"vtkSimpleBondPerceiver\"\n" 9832 " name=\"ComputeMoleculeBonds\"\n" 9833 " label=\"Compute Molecule Bonds\">\n" 9834 " <Documentation long_help=\"Compute the bonds of a molecule based on interatomic distance only.\"\n" 9835 " short_help=\"Compute the bonds of a molecule.\">\n" 9836 " Compute the bonds of a molecule. If the\n" 9837 " interatomic distance is less than the sum of the two atom's covalent radii\n" 9838 " (and a tolerance), a single bond is added.\n" 9839 " This algorithm does not consider valences, hybridization, aromaticity, or\n" 9840 " anything other than atomic separations. It will not produce anything other\n" 9841 " than single bonds.\n" 9842 " </Documentation>\n" 9843 " <InputProperty name=\"Input\"\n" 9844 " command=\"SetInputConnection\">\n" 9845 " <ProxyGroupDomain name=\"groups\">\n" 9846 " <Group name=\"sources\"/>\n" 9847 " <Group name=\"filters\"/>\n" 9848 " </ProxyGroupDomain>\n" 9849 " <DataTypeDomain name=\"input_type\">\n" 9850 " <DataType value=\"vtkMolecule\"/>\n" 9851 " </DataTypeDomain>\n" 9852 " </InputProperty>\n" 9853 " <DoubleVectorProperty command=\"SetTolerance\"\n" 9854 " default_values=\"0.45\"\n" 9855 " name=\"Tolerance\"\n" 9856 " number_of_elements=\"1\"\n" 9857 " panel_visibility=\"advanced\">\n" 9858 " <DoubleRangeDomain name=\"scalar_range\" />\n" 9859 " <Documentation short_help=\"Tolerance on covalent radius size\">\n" 9860 " This property determines the tolerance to apply on covalent radius.\n" 9861 " </Documentation>\n" 9862 " </DoubleVectorProperty>\n" 9863 " <IntVectorProperty command=\"SetIsToleranceAbsolute\"\n" 9864 " default_values=\"1\"\n" 9865 " name=\"IsToleranceAbsolute\"\n" 9866 " number_of_elements=\"1\">\n" 9867 " <BooleanDomain name=\"bool\" />\n" 9868 " <Documentation short_help=\"Specify if Tolerance is absolute or relative to radius.\"\n" 9869 " long_help=\"Specify if Tolerance is absolute (addition) or relative (multiplication) to radius.\">\n" 9870 " This property determines if the tolerance is absolute (value is added to radius and should be positive)\n" 9871 " or not (value multiplied with radius and should be greater than 1).\n" 9872 " </Documentation>\n" 9873 " </IntVectorProperty>\n" 9874 " <!-- End ComputeMoleculeBonds -->\n" 9877 "</ServerManagerConfiguration>\n" 9886 char* res =
new char[ len + 1];
9889 assert(offset == len);
9897 "<ServerManagerConfiguration>\n" 9898 " <ProxyGroup name=\"sources\">\n" 9899 " <!-- ================================================================== -->\n" 9900 " <SourceProxy class=\"vtkXYZMolReader2\"\n" 9901 " label=\"XYZ Reader\"\n" 9902 " name=\"xyzreader\">\n" 9903 " <Documentation long_help=\"Reads XYZ molecular data files into a polygonal dataset.\"\n" 9904 " short_help=\"Read XYZ molecular data files.\">The XYZ reader\n" 9905 " reads XYZ molecular data files. The expected file\n" 9906 " extension is .xyz. The output of this reader is a\n" 9907 " vtkMolecule</Documentation>\n" 9908 " <StringVectorProperty animateable=\"0\"\n" 9909 " command=\"SetFileName\"\n" 9910 " name=\"FileName\"\n" 9911 " number_of_elements=\"1\"\n" 9912 " panel_visibility=\"never\" >\n" 9913 " <FileListDomain name=\"files\" />\n" 9914 " <Documentation>This property specifies the file name for the XYZ\n" 9915 " reader.</Documentation>\n" 9916 " </StringVectorProperty>\n" 9917 " <DoubleVectorProperty information_only=\"1\"\n" 9918 " name=\"TimestepValues\"\n" 9919 " repeatable=\"1\">\n" 9920 " <TimeStepsInformationHelper />\n" 9921 " <Documentation>Available timestep values.</Documentation>\n" 9922 " </DoubleVectorProperty>\n" 9924 " <ReaderFactory extensions=\"xyz\"\n" 9925 " file_description=\"XMol Molecule Files\" />\n" 9927 " <!-- End xyzreader -->\n" 9930 " <!-- ================================================================== -->\n" 9931 " <SourceProxy class=\"vtkGaussianCubeReader2\"\n" 9932 " label=\"Gaussian Cube Reader\"\n" 9933 " name=\"gaussiancubereader\">\n" 9934 " <Documentation long_help=\"Produce a vtkMolecule by reading a Gaussian Cube file.\"\n" 9935 " short_help=\"Read Gaussian Cube data files.\">The Gaussian\n" 9936 " Cube reader produces vtkMolecule data by reading data files\n" 9937 " produced by the Gaussian software package. The expected\n" 9938 " file extension is .cube.</Documentation>\n" 9939 " <OutputPort index=\"0\"\n" 9940 " name=\"Molecule\" />\n" 9941 " <OutputPort index=\"1\"\n" 9942 " name=\"Gridded Data\" />\n" 9943 " <StringVectorProperty animateable=\"0\"\n" 9944 " command=\"SetFileName\"\n" 9945 " name=\"FileName\"\n" 9946 " number_of_elements=\"1\"\n" 9947 " panel_visibility=\"never\" >\n" 9948 " <FileListDomain name=\"files\" />\n" 9949 " <Documentation>This property specifies the file name for the Gaussian\n" 9950 " Cube reader.</Documentation>\n" 9951 " </StringVectorProperty>\n" 9953 " <ReaderFactory extensions=\"cube\"\n" 9954 " file_description=\"Gaussian Cube Files\" />\n" 9956 " <!-- End gaussiancubereader -->\n" 9959 " <!-- ================================================================== -->\n" 9960 " <SourceProxy class=\"vtkCMLMoleculeReader\"\n" 9961 " label=\"CML Molecule Reader\"\n" 9962 " name=\"CMLMoleculeReader\">\n" 9963 " <Documentation short_help=\"A reader for Chemical Markup Language (CML)\">\n" 9964 " This is a reader for Chemical Markup Language (CML) which\n" 9965 " describes chemical information using XML.\n" 9966 " </Documentation>\n" 9967 " <StringVectorProperty animateable=\"0\"\n" 9968 " command=\"SetFileName\"\n" 9969 " name=\"FileName\"\n" 9970 " number_of_elements=\"1\"\n" 9971 " panel_visibility=\"never\">\n" 9972 " <FileListDomain name=\"files\" />\n" 9973 " <Documentation>This property specifies the CML file\n" 9974 " name</Documentation>\n" 9975 " </StringVectorProperty>\n" 9977 " <ReaderFactory extensions=\"cml\"\n" 9978 " file_description=\"CML\" />\n" 9980 " <!-- End CMLMoleculeReader -->\n" 9983 " <!-- ================================================================== -->\n" 9984 " <SourceProxy class=\"vtkVASPAnimationReader\"\n" 9985 " label=\"VASP Animation Reader\"\n" 9986 " name=\"VASPAnimationReader\">\n" 9987 " <Documentation long_help=\"Reads a VASP NPT_Z_ANIMATE.out file.\"\n" 9988 " short_help=\"Read a VASP animation file.\">\n" 9989 " </Documentation>\n" 9990 " <StringVectorProperty animateable=\"0\"\n" 9991 " command=\"SetFileName\"\n" 9992 " name=\"FileName\"\n" 9993 " number_of_elements=\"1\"\n" 9994 " panel_visibility=\"never\">\n" 9995 " <FileListDomain name=\"files\" />\n" 9996 " <Documentation>The name of the file to load.</Documentation>\n" 9997 " </StringVectorProperty>\n" 9998 " <DoubleVectorProperty information_only=\"1\"\n" 9999 " name=\"TimestepValues\"\n" 10000 " repeatable=\"1\">\n" 10001 " <TimeStepsInformationHelper />\n" 10002 " <Documentation>\n" 10003 " Reports time values to the GUI.\n" 10004 " </Documentation>\n" 10005 " </DoubleVectorProperty>\n" 10007 " <ReaderFactory extensions=\"out\"\n" 10008 " file_description=\"VASP Animation Files\" />\n" 10010 " <!-- End VASPAnimationReader -->\n" 10011 " </SourceProxy>\n" 10013 " <!-- ================================================================== -->\n" 10014 " <SourceProxy class=\"vtkVASPTessellationReader\"\n" 10015 " label=\"VASP Tessellation Reader\"\n" 10016 " name=\"VASPTessellationReader\">\n" 10017 " <Documentation long_help=\"Reads a VASP NPT_Z_TESSELLATE.out file.\"\n" 10018 " short_help=\"Read a VASP tessellation file.\">\n" 10019 " </Documentation>\n" 10020 " <StringVectorProperty animateable=\"0\"\n" 10021 " command=\"SetFileName\"\n" 10022 " name=\"FileName\"\n" 10023 " number_of_elements=\"1\"\n" 10024 " panel_visibility=\"never\">\n" 10025 " <FileListDomain name=\"files\" />\n" 10026 " <Documentation>The name of the file to load.</Documentation>\n" 10027 " </StringVectorProperty>\n" 10028 " <DoubleVectorProperty information_only=\"1\"\n" 10029 " name=\"TimestepValues\"\n" 10030 " repeatable=\"1\">\n" 10031 " <TimeStepsInformationHelper />\n" 10032 " <Documentation>\n" 10033 " Reports time values to the GUI.\n" 10034 " </Documentation>\n" 10035 " </DoubleVectorProperty>\n" 10037 " <ReaderFactory extensions=\"out\"\n" 10038 " file_description=\"VASP Tessellation Files\" />\n" 10040 " <OutputPort index=\"0\" name=\"Molecule\" />\n" 10041 " <OutputPort index=\"1\" name=\"Voronoi Tessellation\" />\n" 10042 " <!-- End VASPTessellationReader -->\n" 10043 " </SourceProxy>\n" 10045 " <!-- end of \"sources\" -->\n" 10047 "</ServerManagerConfiguration>\n" 10056 char* res =
new char[ len + 1];
10059 assert(offset == len);
10067 "<ServerManagerConfiguration>\n" 10068 " <ProxyGroup name=\"filters\">\n" 10069 " <SourceProxy class=\"vtkImageToAMR\"\n" 10070 " label=\"Image Data To AMR\"\n" 10071 " name=\"ImageDataToAMR\">\n" 10072 " <Documentation long_help=\"Converts certain images to AMR.\"\n" 10073 " short_help=\"Convert ImageData to AMR. \">\n" 10074 " </Documentation>\n" 10075 " <InputProperty command=\"SetInputConnection\"\n" 10076 " name=\"Input\">\n" 10077 " <ProxyGroupDomain name=\"groups\">\n" 10078 " <Group name=\"sources\" />\n" 10079 " <Group name=\"filters\" />\n" 10080 " </ProxyGroupDomain>\n" 10081 " <DataTypeDomain name=\"input_type\">\n" 10082 " <DataType value=\"vtkImageData\" />\n" 10083 " </DataTypeDomain>\n" 10084 " <Documentation>\n" 10085 " This property specifies the input to the Cell Data to\n" 10086 " Point Data filter.\n" 10087 " </Documentation>\n" 10088 " </InputProperty>\n" 10090 " <IntVectorProperty command=\"SetNumberOfLevels\"\n" 10091 " default_values=\"2\"\n" 10092 " label=\"Number of levels\"\n" 10093 " name=\"NumberOfLevels\"\n" 10094 " number_of_elements=\"1\">\n" 10095 " <IntRangeDomain max=\"20\"\n" 10097 " name=\"range\" />\n" 10098 " <Documentation>\n" 10099 " This property specifies the number of levels in the AMR data structure.\n" 10100 " </Documentation>\n" 10101 " </IntVectorProperty>\n" 10102 " <IntVectorProperty command=\"SetMaximumNumberOfBlocks\"\n" 10103 " default_values=\"100\"\n" 10104 " label=\"Maximum Number of Blocks\"\n" 10105 " name=\"MaximumNumberOfLevels\"\n" 10106 " number_of_elements=\"1\">\n" 10107 " <IntRangeDomain max=\"100000\"\n" 10109 " name=\"range\" />\n" 10110 " <Documentation>\n" 10111 " This property specifies the maximum number of blocks in the output\n" 10112 " AMR data structure.\n" 10113 " </Documentation>\n" 10114 " </IntVectorProperty>\n" 10115 " <IntVectorProperty command=\"SetRefinementRatio\"\n" 10116 " default_values=\"2\"\n" 10117 " label=\"Refinement Ratio\"\n" 10118 " name=\"RefinementRatio\"\n" 10119 " number_of_elements=\"1\">\n" 10120 " <IntRangeDomain max=\"16\"\n" 10122 " name=\"range\" />\n" 10123 " <Documentation>\n" 10124 " This property specifies the refinement ratio between levels.\n" 10125 " </Documentation>\n" 10126 " </IntVectorProperty>\n" 10127 " <!-- End of ImageDataToAMR -->\n" 10128 " </SourceProxy>\n" 10130 "</ServerManagerConfiguration>\n" 10139 char* res =
new char[ len + 1];
10142 assert(offset == len);
10150 "<ServerManagerConfiguration>\n" 10151 " <ProxyGroup name=\"sources\">\n" 10152 " <!-- ==================================================================== -->\n" 10153 " <SourceProxy class=\"vtkAMRGaussianPulseSource\"\n" 10154 " label=\"AMR GaussianPulse Source\"\n" 10155 " name=\"AMRGaussianPulseSource\">\n" 10156 " <Documentation long_help=\"Create AMR dataset w/ Gaussian Pulse\"\n" 10157 " short_help=\"Create AMR dataset w/ Gaussian Pulse\">AMR\n" 10158 " dataset source, used for generating sample Berger-Collela\n" 10159 " AMR dataset with a Gaussian Pulse field at the\n" 10160 " center.</Documentation>\n" 10161 " <!-- Add gui component for setting the dimension -->\n" 10162 " <IntVectorProperty command=\"SetDimension\"\n" 10163 " default_values=\"3\"\n" 10164 " name=\"Dimension\"\n" 10165 " number_of_elements=\"1\">\n" 10166 " <EnumerationDomain name=\"enum\">\n" 10167 " <Entry text=\"2D\"\n" 10168 " value=\"2\" />\n" 10169 " <Entry text=\"3D\"\n" 10170 " value=\"3\" />\n" 10171 " </EnumerationDomain>\n" 10172 " <Documentation>Sets the desired dimension for the AMR dataset to\n" 10173 " generate.</Documentation>\n" 10174 " </IntVectorProperty>\n" 10175 " <DoubleVectorProperty command=\"SetRootSpacing\"\n" 10176 " default_values=\"0.5\"\n" 10177 " name=\"Root Spacing\"\n" 10178 " number_of_elements=\"1\">\n" 10179 " <DoubleRangeDomain name=\"range\" />\n" 10180 " <Documentation>Set the spacing at level 0.</Documentation>\n" 10181 " </DoubleVectorProperty>\n" 10182 " <!-- Add gui component for setting the dimension -->\n" 10183 " <IntVectorProperty command=\"SetRefinementRatio\"\n" 10184 " default_values=\"2\"\n" 10185 " name=\"RefinementRatio\"\n" 10186 " number_of_elements=\"1\">\n" 10187 " <EnumerationDomain name=\"enum\">\n" 10188 " <Entry text=\"2\"\n" 10189 " value=\"2\" />\n" 10190 " <Entry text=\"3\"\n" 10191 " value=\"3\" />\n" 10192 " <Entry text=\"4\"\n" 10193 " value=\"4\" />\n" 10194 " </EnumerationDomain>\n" 10195 " <Documentation>Sets the desired dimension for the AMR dataset to\n" 10196 " generate.</Documentation>\n" 10197 " </IntVectorProperty>\n" 10198 " <!-- Add gui components for manipulating the origin of the gaussian pulse -->\n" 10199 " <DoubleVectorProperty command=\"SetXPulseOrigin\"\n" 10200 " default_values=\"0.0\"\n" 10201 " name=\"XPulseOrigin\"\n" 10202 " number_of_elements=\"1\">\n" 10203 " <DoubleRangeDomain max=\"1.0\"\n" 10205 " name=\"range\" />\n" 10206 " <Documentation>Set x-coordinate for the pulse origin</Documentation>\n" 10207 " </DoubleVectorProperty>\n" 10208 " <DoubleVectorProperty command=\"SetYPulseOrigin\"\n" 10209 " default_values=\"0.0\"\n" 10210 " name=\"YPulseOrigin\"\n" 10211 " number_of_elements=\"1\">\n" 10212 " <DoubleRangeDomain max=\"1.0\"\n" 10214 " name=\"range\" />\n" 10215 " <Documentation>Set y-coordinate for the pulse origin</Documentation>\n" 10216 " </DoubleVectorProperty>\n" 10217 " <DoubleVectorProperty command=\"SetZPulseOrigin\"\n" 10218 " default_values=\"0.0\"\n" 10219 " name=\"ZPulseOrigin\"\n" 10220 " number_of_elements=\"1\">\n" 10221 " <DoubleRangeDomain max=\"1.0\"\n" 10223 " name=\"range\" />\n" 10224 " <Documentation>Set z-coordinate for the pulse origin</Documentation>\n" 10225 " </DoubleVectorProperty>\n" 10226 " <!-- Add gui components for manipulating the pulse width -->\n" 10227 " <DoubleVectorProperty command=\"SetXPulseWidth\"\n" 10228 " default_values=\"0.5\"\n" 10229 " name=\"XPulseWidth\"\n" 10230 " number_of_elements=\"1\">\n" 10231 " <DoubleRangeDomain max=\"10.0\"\n" 10233 " name=\"range\" />\n" 10234 " <Documentation>Set x-coordinate for the pulse Width</Documentation>\n" 10235 " </DoubleVectorProperty>\n" 10236 " <DoubleVectorProperty command=\"SetYPulseWidth\"\n" 10237 " default_values=\"0.5\"\n" 10238 " name=\"YPulseWidth\"\n" 10239 " number_of_elements=\"1\">\n" 10240 " <DoubleRangeDomain max=\"10.0\"\n" 10242 " name=\"range\" />\n" 10243 " <Documentation>Set y-coordinate for the pulse Width</Documentation>\n" 10244 " </DoubleVectorProperty>\n" 10245 " <DoubleVectorProperty command=\"SetZPulseWidth\"\n" 10246 " default_values=\"0.5\"\n" 10247 " name=\"ZPulseWidth\"\n" 10248 " number_of_elements=\"1\">\n" 10249 " <DoubleRangeDomain max=\"10.0\"\n" 10251 " name=\"range\" />\n" 10252 " <Documentation>Set z-coordinate for the pulse Width</Documentation>\n" 10253 " </DoubleVectorProperty>\n" 10254 " <!-- Add gui components for manipulating the pulse width -->\n" 10255 " <DoubleVectorProperty command=\"SetPulseAmplitude\"\n" 10256 " default_values=\"0.5\"\n" 10257 " name=\"PulseAmplitude\"\n" 10258 " number_of_elements=\"1\">\n" 10259 " <DoubleRangeDomain max=\"1.0\"\n" 10260 " min=\"0.0001\"\n" 10261 " name=\"range\" />\n" 10262 " <Documentation>Sets the amplitude of the pulse</Documentation>\n" 10263 " </DoubleVectorProperty>\n" 10264 " </SourceProxy>\n" 10266 "</ServerManagerConfiguration>\n" 10275 char* res =
new char[ len + 1];
10278 assert(offset == len);
10286 "<ServerManagerConfiguration>\n" 10287 " <ProxyGroup name=\"filters\">\n" 10288 " <!-- ==================================================================== -->\n" 10289 " <SourceProxy class=\"vtkAppendArcLength\"\n" 10290 " label=\"Append Arc-Length\"\n" 10291 " name=\"AppendArcLength\">\n" 10292 " <Documentation long_help=\"Appends Arc length for input poly lines.\"\n" 10293 " short_help=\"Appends Arc length for input poly lines.\">\n" 10294 " vtkAppendArcLength is used for filter such as\n" 10295 " plot-over-line. In such cases, we need to add an attribute\n" 10296 " array that is the arc_length over the length of the probed\n" 10297 " line. That's when vtkAppendArcLength can be used. It adds\n" 10298 " a new point-data array named \"arc_length\" with the\n" 10299 " computed arc length for each of the polylines in the\n" 10300 " input. For all other cell types, the arc length is set to\n" 10301 " 0.</Documentation>\n" 10302 " <InputProperty command=\"SetInputConnection\"\n" 10303 " name=\"Input\">\n" 10304 " <ProxyGroupDomain name=\"groups\">\n" 10305 " <Group name=\"sources\" />\n" 10306 " <Group name=\"filters\" />\n" 10307 " </ProxyGroupDomain>\n" 10308 " <DataTypeDomain name=\"input_type\">\n" 10309 " <DataType value=\"vtkPolyData\" />\n" 10310 " </DataTypeDomain>\n" 10311 " <Documentation>The input.</Documentation>\n" 10312 " </InputProperty>\n" 10313 " <!-- End of AppendArcLength -->\n" 10314 " </SourceProxy>\n" 10316 " <!-- ==================================================================== -->\n" 10317 " <SourceProxy class=\"vtkAppendDataSets\"\n" 10318 " label=\"Append Datasets\"\n" 10319 " name=\"Append\">\n" 10320 " <Documentation long_help=\"Takes an input of multiple datasets and output has only one unstructured grid or polydata.\"\n" 10321 " short_help=\"Append multiple datasets into one.\">The Append\n" 10322 " Datasets filter operates on multiple data sets of any type\n" 10323 " (polygonal, structured, etc.). It merges their meshes\n" 10324 " into a single dataset. If all inputs are polydata, the output\n" 10325 " is a polydata, otherwise it is an unstructured grid.\n" 10326 " Only the point and cell attributes that all of the input\n" 10327 " datasets have in common will appear in the output.</Documentation>\n" 10328 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 10329 " command=\"AddInputConnection\"\n" 10330 " multiple_input=\"1\"\n" 10331 " name=\"Input\">\n" 10332 " <ProxyGroupDomain name=\"groups\">\n" 10333 " <Group name=\"sources\" />\n" 10334 " <Group name=\"filters\" />\n" 10335 " </ProxyGroupDomain>\n" 10336 " <DataTypeDomain composite_data_supported=\"0\"\n" 10337 " name=\"input_type\">\n" 10338 " <DataType value=\"vtkDataSet\" />\n" 10339 " </DataTypeDomain>\n" 10340 " <Documentation>This property specifies the datasets to be merged into a\n" 10341 " single dataset by the Append Datasets filter.</Documentation>\n" 10342 " </InputProperty>\n" 10343 " <IntVectorProperty command=\"SetOutputDataSetType\"\n" 10344 " default_values=\"4\"\n" 10345 " number_of_elements=\"1\"\n" 10346 " name=\"OutputDataSetType\"\n" 10347 " panel_visibility=\"advanced\">\n" 10348 " <EnumerationDomain name=\"enum\">\n" 10349 " <Entry text=\"Polygonal Mesh\"\n" 10350 " value=\"0\" />\n" 10351 " <Entry text=\"Unstructured Grid\"\n" 10352 " value=\"4\" />\n" 10353 " </EnumerationDomain>\n" 10354 " <Documentation>Determines the output type produced by this filter. Only input datasets compatible\n" 10355 " with the output type will be merged in the output. For example, if the output type is\n" 10356 " \"Polygonal Mesh\", then inputs of type \"Image Data\", \"StructuredGrid\", etc. will not be merged.\n" 10357 " On the other hand, if the output type is \"Unstructured Grid\", then inputs of almost any type\n" 10358 " will be merged in the output. Defaults to \"Unstructured Grid\".\n" 10359 " </Documentation>\n" 10360 " </IntVectorProperty>\n" 10361 " <!-- End AppendDataSet -->\n" 10362 " </SourceProxy>\n" 10364 " <!-- ==================================================================== -->\n" 10365 " <SourceProxy class=\"vtkAppendPolyData\"\n" 10366 " label=\"Append Geometry\"\n" 10367 " name=\"AppendPolyData\">\n" 10368 " <Documentation long_help=\"Takes an input of multiple poly data parts and output has only one part.\"\n" 10369 " short_help=\"Append multiple parts into one.\">The Append\n" 10370 " Geometry filter operates on multiple polygonal data sets.\n" 10371 " It merges their geometry into a single data set. Only the\n" 10372 " point and cell attributes that all of the input data sets\n" 10373 " have in common will appear in the output.</Documentation>\n" 10374 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 10375 " command=\"AddInputConnection\"\n" 10376 " multiple_input=\"1\"\n" 10377 " name=\"Input\">\n" 10378 " <ProxyGroupDomain name=\"groups\">\n" 10379 " <Group name=\"sources\" />\n" 10380 " <Group name=\"filters\" />\n" 10381 " </ProxyGroupDomain>\n" 10382 " <DataTypeDomain name=\"input_type\">\n" 10383 " <DataType value=\"vtkPolyData\" />\n" 10384 " </DataTypeDomain>\n" 10385 " <Documentation>Set the input to the Append Geometry\n" 10386 " filter.</Documentation>\n" 10387 " </InputProperty>\n" 10388 " <!-- End AppendPolyData -->\n" 10389 " </SourceProxy>\n" 10391 " <!-- ==================================================================== -->\n" 10392 " <SourceProxy class=\"vtkCleanPolyData\"\n" 10393 " label=\"Clean\"\n" 10394 " name=\"CleanPolyData\">\n" 10395 " <Documentation long_help=\"Merge coincident points if they do not meet a feature edge criteria.\"\n" 10396 " short_help=\"Merge coincident points.\">The Clean filter\n" 10397 " takes polygonal data as input and generates polygonal data\n" 10398 " as output. This filter can merge duplicate points, remove\n" 10399 " unused points, and transform degenerate cells into their\n" 10400 " appropriate forms (e.g., a triangle is converted into a\n" 10401 " line if two of its points are merged).</Documentation>\n" 10402 " <InputProperty command=\"SetInputConnection\"\n" 10403 " name=\"Input\">\n" 10404 " <ProxyGroupDomain name=\"groups\">\n" 10405 " <Group name=\"sources\" />\n" 10406 " <Group name=\"filters\" />\n" 10407 " </ProxyGroupDomain>\n" 10408 " <DataTypeDomain name=\"input_type\">\n" 10409 " <DataType value=\"vtkPolyData\" />\n" 10410 " </DataTypeDomain>\n" 10411 " <Documentation>Set the input to the Clean filter.</Documentation>\n" 10412 " </InputProperty>\n" 10413 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 10414 " default_values=\"1\"\n" 10415 " name=\"PieceInvariant\"\n" 10416 " number_of_elements=\"1\">\n" 10417 " <BooleanDomain name=\"bool\" />\n" 10418 " <Documentation>If this property is set to 1, the whole data set will be\n" 10419 " processed at once so that cleaning the data set always produces the\n" 10420 " same results. If it is set to 0, the data set can be processed one\n" 10421 " piece at a time, so it is not necessary for the entire data set to fit\n" 10422 " into memory; however the results are not guaranteed to be the same as\n" 10423 " they would be if the Piece invariant option was on. Setting this option\n" 10424 " to 0 may produce seams in the output dataset when ParaView is run in\n" 10425 " parallel.</Documentation>\n" 10426 " </IntVectorProperty>\n" 10427 " <DoubleVectorProperty animateable=\"1\"\n" 10428 " command=\"SetTolerance\"\n" 10429 " default_values=\"0.0\"\n" 10430 " name=\"Tolerance\"\n" 10431 " number_of_elements=\"1\">\n" 10432 " <DoubleRangeDomain max=\"1\"\n" 10434 " name=\"range\" />\n" 10435 " <Documentation>If merging nearby points (see PointMerging property) and\n" 10436 " not using absolute tolerance (see ToleranceIsAbsolute property), this\n" 10437 " property specifies the tolerance for performing merging as a fraction\n" 10438 " of the length of the diagonal of the bounding box of the input data\n" 10439 " set.</Documentation>\n" 10440 " </DoubleVectorProperty>\n" 10441 " <DoubleVectorProperty command=\"SetAbsoluteTolerance\"\n" 10442 " default_values=\"1.0\"\n" 10443 " name=\"AbsoluteTolerance\"\n" 10444 " number_of_elements=\"1\">\n" 10445 " <DoubleRangeDomain min=\"0\"\n" 10446 " name=\"range\" />\n" 10447 " <Documentation>If merging nearby points (see PointMerging property) and\n" 10448 " using absolute tolerance (see ToleranceIsAbsolute property), this\n" 10449 " property specifies the tolerance for performing merging in the spatial\n" 10450 " units of the input data set.</Documentation>\n" 10451 " </DoubleVectorProperty>\n" 10452 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n" 10453 " default_values=\"0\"\n" 10454 " name=\"ToleranceIsAbsolute\"\n" 10455 " number_of_elements=\"1\">\n" 10456 " <BooleanDomain name=\"bool\" />\n" 10457 " <Documentation>This property determines whether to use absolute or\n" 10458 " relative (a percentage of the bounding box) tolerance when performing\n" 10459 " point merging.</Documentation>\n" 10460 " </IntVectorProperty>\n" 10461 " <IntVectorProperty command=\"SetConvertLinesToPoints\"\n" 10462 " default_values=\"1\"\n" 10463 " name=\"ConvertLinesToPoints\"\n" 10464 " number_of_elements=\"1\">\n" 10465 " <BooleanDomain name=\"bool\" />\n" 10466 " <Documentation>If this property is set to 1, degenerate lines (a \"line\"\n" 10467 " whose endpoints are at the same spatial location) will be converted to\n" 10468 " points.</Documentation>\n" 10469 " </IntVectorProperty>\n" 10470 " <IntVectorProperty command=\"SetConvertPolysToLines\"\n" 10471 " default_values=\"1\"\n" 10472 " name=\"ConvertPolysToLines\"\n" 10473 " number_of_elements=\"1\">\n" 10474 " <BooleanDomain name=\"bool\" />\n" 10475 " <Documentation>If this property is set to 1, degenerate polygons (a\n" 10476 " \"polygon\" with only two distinct point coordinates) will be converted\n" 10477 " to lines.</Documentation>\n" 10478 " </IntVectorProperty>\n" 10479 " <IntVectorProperty command=\"SetConvertStripsToPolys\"\n" 10480 " default_values=\"1\"\n" 10481 " name=\"ConvertStripsToPolys\"\n" 10482 " number_of_elements=\"1\">\n" 10483 " <BooleanDomain name=\"bool\" />\n" 10484 " <Documentation>If this property is set to 1, degenerate triangle strips\n" 10485 " (a triangle \"strip\" containing only one triangle) will be converted to\n" 10486 " triangles.</Documentation>\n" 10487 " </IntVectorProperty>\n" 10488 " <IntVectorProperty command=\"SetPointMerging\"\n" 10489 " default_values=\"1\"\n" 10490 " name=\"PointMerging\"\n" 10491 " number_of_elements=\"1\">\n" 10492 " <BooleanDomain name=\"bool\" />\n" 10493 " <Documentation>If this property is set to 1, then points will be merged\n" 10494 " if they are within the specified Tolerance or AbsoluteTolerance (see\n" 10495 " the Tolerance and AbsoluteTolerance properties), depending on the value\n" 10496 " of the ToleranceIsAbsolute property. (See the ToleranceIsAbsolute\n" 10497 " property.) If this property is set to 0, points will not be\n" 10498 " merged.</Documentation>\n" 10499 " </IntVectorProperty>\n" 10500 " <!-- End CleanPolyData -->\n" 10501 " </SourceProxy>\n" 10503 " <!-- ==================================================================== -->\n" 10504 " <SourceProxy class=\"vtkCompositeCutter\"\n" 10505 " label=\"Slice (demand-driven-composite)\"\n" 10506 " name=\"CutEverything\">\n" 10507 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n" 10508 " short_help=\"Slice datasets with planes.\">This filter\n" 10509 " extracts the portion of the input dataset that lies along\n" 10510 " the specified plane. The Slice filter takes any type of\n" 10511 " dataset as input. The output of this filter is polygonal\n" 10512 " data.</Documentation>\n" 10513 " <InputProperty command=\"SetInputConnection\"\n" 10514 " name=\"Input\">\n" 10515 " <ProxyGroupDomain name=\"groups\">\n" 10516 " <Group name=\"sources\" />\n" 10517 " <Group name=\"filters\" />\n" 10518 " </ProxyGroupDomain>\n" 10519 " <DataTypeDomain name=\"input_type\">\n" 10520 " <DataType value=\"vtkDataObject\" />\n" 10521 " </DataTypeDomain>\n" 10522 " <Documentation>This property specifies the input to the Slice\n" 10523 " filter.</Documentation>\n" 10524 " </InputProperty>\n" 10525 " <ProxyProperty command=\"SetCutFunction\"\n" 10526 " label=\"Slice Type\"\n" 10527 " name=\"CutFunction\">\n" 10528 " <ProxyGroupDomain name=\"groups\">\n" 10529 " <Group name=\"implicit_functions\" />\n" 10530 " </ProxyGroupDomain>\n" 10531 " <ProxyListDomain name=\"proxy_list\">\n" 10532 " <Proxy group=\"implicit_functions\"\n" 10533 " name=\"Plane\" />\n" 10534 " <Proxy group=\"implicit_functions\"\n" 10535 " name=\"Box\" />\n" 10536 " <Proxy group=\"implicit_functions\"\n" 10537 " name=\"Sphere\" />\n" 10538 " </ProxyListDomain>\n" 10539 " <Documentation>This property sets the parameters of the slice\n" 10540 " function.</Documentation>\n" 10541 " </ProxyProperty>\n" 10542 " <DoubleVectorProperty information_only=\"1\"\n" 10543 " name=\"InputBounds\">\n" 10544 " <BoundsDomain name=\"bounds\">\n" 10545 " <RequiredProperties>\n" 10546 " <Property function=\"Input\"\n" 10547 " name=\"Input\" />\n" 10548 " </RequiredProperties>\n" 10549 " </BoundsDomain>\n" 10550 " </DoubleVectorProperty>\n" 10551 " <DoubleVectorProperty animateable=\"1\"\n" 10552 " command=\"SetValue\"\n" 10553 " label=\"Slice Offset Values\"\n" 10554 " name=\"ContourValues\"\n" 10555 " number_of_elements_per_command=\"1\"\n" 10556 " repeat_command=\"1\"\n" 10557 " set_number_command=\"SetNumberOfContours\"\n" 10558 " use_index=\"1\"\n" 10559 " panel_visibility=\"advanced\">\n" 10560 " <BoundsDomain mode=\"magnitude\"\n" 10561 " name=\"bounds\">\n" 10562 " <RequiredProperties>\n" 10563 " <Property function=\"Input\"\n" 10564 " name=\"Input\" />\n" 10565 " </RequiredProperties>\n" 10566 " </BoundsDomain>\n" 10567 " <Documentation>The values in this property specify a list of current\n" 10568 " offset values. This can be used to create multiple slices with\n" 10569 " different centers. Each entry represents a new slice with its center\n" 10570 " shifted by the offset value.</Documentation>\n" 10571 " </DoubleVectorProperty>\n" 10573 " <Visibility replace_input=\"2\" />\n" 10579 " <!-- End Cut -->\n" 10580 " </SourceProxy>\n" 10582 " <!-- ==================================================================== -->\n" 10583 " <SourceProxy class=\"vtkConnectivityFilter\"\n" 10584 " label=\"Connectivity\"\n" 10585 " name=\"PVConnectivityFilter\">\n" 10586 " <Documentation long_help=\"Mark connected components with integer point attribute array.\"\n" 10587 " short_help=\"Find connected components.\">The Connectivity\n" 10588 " filter assigns a region id to connected components of the\n" 10589 " input data set. (The region id is assigned as a point\n" 10590 " scalar value.) This filter takes any data set type as\n" 10591 " input and produces unstructured grid\n" 10592 " output.</Documentation>\n" 10593 " <InputProperty command=\"SetInputConnection\"\n" 10594 " name=\"Input\">\n" 10595 " <ProxyGroupDomain name=\"groups\">\n" 10596 " <Group name=\"sources\" />\n" 10597 " <Group name=\"filters\" />\n" 10598 " </ProxyGroupDomain>\n" 10599 " <DataTypeDomain composite_data_supported=\"0\"\n" 10600 " name=\"input_type\">\n" 10601 " <DataType value=\"vtkDataSet\" />\n" 10602 " </DataTypeDomain>\n" 10603 " <Documentation>This property specifies the input to the Connectivity\n" 10604 " filter.</Documentation>\n" 10605 " </InputProperty>\n" 10606 " <IntVectorProperty command=\"SetExtractionMode\"\n" 10607 " default_values=\"5\"\n" 10608 " name=\"ExtractionMode\"\n" 10609 " number_of_elements=\"1\">\n" 10610 " <EnumerationDomain name=\"enum\">\n" 10611 " <Entry text=\"Extract Largest Region\"\n" 10612 " value=\"4\" />\n" 10613 " <Entry text=\"Extract All Regions\"\n" 10614 " value=\"5\" />\n" 10615 " <Entry text=\"Extract Closest Point Region\"\n" 10616 " value=\"6\" />\n" 10617 " </EnumerationDomain>\n" 10618 " <Documentation>Controls the extraction of connected\n" 10619 " surfaces.</Documentation>\n" 10620 " </IntVectorProperty>\n" 10621 " <IntVectorProperty command=\"SetColorRegions\"\n" 10622 " default_values=\"1\"\n" 10623 " name=\"ColorRegions\"\n" 10624 " number_of_elements=\"1\">\n" 10625 " <BooleanDomain name=\"bool\" />\n" 10626 " <Documentation>Controls the coloring of the connected\n" 10627 " regions.</Documentation>\n" 10628 " </IntVectorProperty>\n" 10629 " <IntVectorProperty command=\"SetRegionIdAssignmentMode\"\n" 10630 " default_values=\"0\"\n" 10631 " name=\"RegionIdAssignmentMode\"\n" 10632 " number_of_elements=\"1\"\n" 10633 " panel_visibility=\"advanced\">\n" 10634 " <Documentation>\n" 10635 " Specifies how regions IDs are assigned to the connected components. **Unspecified** means\n" 10636 " regions will have no particular order, **Cell Count Descending** assigns increasing region\n" 10637 " IDs to connected components with progressively smaller cell counts, and **Cell Count Ascending**\n" 10638 " assigns increasing region IDs to connected components with progressively larger cell counts.\n" 10639 " </Documentation>\n" 10640 " <EnumerationDomain name=\"enum\">\n" 10641 " <Entry text=\"Unspecified\"\n" 10642 " value=\"0\" />\n" 10643 " <Entry text=\"Cell Count Descending\"\n" 10644 " value=\"1\" />\n" 10645 " <Entry text=\"Cell Count Ascending\"\n" 10646 " value=\"2\" />\n" 10647 " </EnumerationDomain>\n" 10648 " </IntVectorProperty>\n" 10649 " <DoubleVectorProperty\n" 10650 " name=\"ClosestPoint\"\n" 10651 " command=\"SetClosestPoint\"\n" 10652 " number_of_elements=\"3\"\n" 10653 " default_values=\"0 0 0\">\n" 10654 " <Documentation>Specifies the point to use in closest point mode.</Documentation>\n" 10656 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 10657 " mode=\"visibility\"\n" 10658 " property=\"ExtractionMode\"\n" 10659 " value=\"6\" />\n" 10660 " <!-- show this widget when ExtractionMode==6 -->\n" 10662 " </DoubleVectorProperty>\n" 10664 " <!-- End PVConnectivityFilter -->\n" 10665 " </SourceProxy>\n" 10667 " <!-- ==================================================================== -->\n" 10668 " <SourceProxy class=\"vtkDecimatePolylineFilter\"\n" 10669 " label=\"Decimate Polyline\"\n" 10670 " name=\"DecimatePolyline\">\n" 10671 " <Documentation long_help=\"Reduce the number of lines in a polyline by evaluating an error metric for each vertex and removing the vertices with smaller errors first.\"\n" 10672 " short_help=\"Reduce the number of lines in a polyline.\">\n" 10673 " Decimate Polyline is a filter to reduce the number of lines in a\n" 10674 " polyline. The algorithm functions by evaluating an error metric for each\n" 10675 " vertex (i.e., the distance of the vertex to a line defined from the two\n" 10676 " vertices on either side of the vertex). Then, these vertices are placed\n" 10677 " into a priority queue, and those with smaller errors are deleted first.\n" 10678 " The decimation continues until the target reduction is reached. While the\n" 10679 " filter will not delete end points, it will decimate closed loops down to a\n" 10680 " single line, thereby changing topology.\n" 10682 " As this filter works on polylines, you may need to call Triangle Strips before calling\n" 10684 " </Documentation>\n" 10685 " <InputProperty command=\"SetInputConnection\"\n" 10686 " name=\"Input\">\n" 10687 " <ProxyGroupDomain name=\"groups\">\n" 10688 " <Group name=\"sources\" />\n" 10689 " <Group name=\"filters\" />\n" 10690 " </ProxyGroupDomain>\n" 10691 " <DataTypeDomain name=\"input_type\">\n" 10692 " <DataType value=\"vtkPolyData\" />\n" 10693 " </DataTypeDomain>\n" 10694 " <Documentation>This property specifies the input to the Decimate Polyline\n" 10695 " filter.</Documentation>\n" 10696 " </InputProperty>\n" 10697 " <DoubleVectorProperty animateable=\"1\"\n" 10698 " command=\"SetTargetReduction\"\n" 10699 " default_values=\"0.9\"\n" 10700 " name=\"TargetReduction\"\n" 10701 " number_of_elements=\"1\">\n" 10702 " <DoubleRangeDomain max=\"1\"\n" 10704 " name=\"range\" />\n" 10705 " <Documentation>This property specifies the desired reduction in the\n" 10706 " total number of lines in the output dataset. For example, if the\n" 10707 " TargetReduction value is 0.9, the Decimate Polyline filter will attempt to\n" 10708 " produce an output dataset that is 10% the size of the\n" 10709 " input.</Documentation>\n" 10710 " </DoubleVectorProperty>\n" 10711 " <DoubleVectorProperty command=\"SetMaximumError\"\n" 10712 " default_values=\"1.79769e+308\"\n" 10713 " name=\"MaximumError\"\n" 10714 " number_of_elements=\"1\"\n" 10715 " panel_visibility=\"advanced\" >\n" 10716 " <DoubleRangeDomain name=\"range\" />\n" 10717 " <Documentation>\n" 10718 " Set the largest decimation error that is allowed during the decimation\n" 10719 " process. This may limit the maximum reduction that may be achieved. The\n" 10720 " maximum error is specified as a fraction of the maximum length of\n" 10721 " the input data bounding box.\n" 10722 " </Documentation>\n" 10723 " </DoubleVectorProperty>\n" 10724 " <!-- End DecimatePolyline -->\n" 10725 " </SourceProxy>\n" 10727 " <!-- ==================================================================== -->\n" 10728 " <SourceProxy class=\"vtkDecimatePro\"\n" 10729 " label=\"Decimate\"\n" 10730 " name=\"DecimatePro\">\n" 10731 " <Documentation long_help=\"Simplify a polygonal model using an adaptive edge collapse algorithm. This filter works with triangles only.\"\n" 10732 " short_help=\"Reduce the number of triangles in a model.\">\n" 10733 " The Decimate filter reduces the number of triangles in a\n" 10734 " polygonal data set. Because this filter only operates on\n" 10735 " triangles, first run the Triangulate filter on a dataset\n" 10736 " that contains polygons other than\n" 10737 " triangles.</Documentation>\n" 10738 " <InputProperty command=\"SetInputConnection\"\n" 10739 " name=\"Input\">\n" 10740 " <ProxyGroupDomain name=\"groups\">\n" 10741 " <Group name=\"sources\" />\n" 10742 " <Group name=\"filters\" />\n" 10743 " </ProxyGroupDomain>\n" 10744 " <DataTypeDomain name=\"input_type\">\n" 10745 " <DataType value=\"vtkPolyData\" />\n" 10746 " </DataTypeDomain>\n" 10747 " <Documentation>This property specifies the input to the Decimate\n" 10748 " filter.</Documentation>\n" 10749 " </InputProperty>\n" 10750 " <DoubleVectorProperty animateable=\"1\"\n" 10751 " command=\"SetTargetReduction\"\n" 10752 " default_values=\"0.9\"\n" 10753 " name=\"TargetReduction\"\n" 10754 " number_of_elements=\"1\">\n" 10755 " <DoubleRangeDomain max=\"1\"\n" 10757 " name=\"range\" />\n" 10758 " <Documentation>This property specifies the desired reduction in the\n" 10759 " total number of polygons in the output dataset. For example, if the\n" 10760 " TargetReduction value is 0.9, the Decimate filter will attempt to\n" 10761 " produce an output dataset that is 10% the size of the\n" 10762 " input.)</Documentation>\n" 10763 " </DoubleVectorProperty>\n" 10764 " <IntVectorProperty command=\"SetPreserveTopology\"\n" 10765 " default_values=\"0\"\n" 10766 " name=\"PreserveTopology\"\n" 10767 " number_of_elements=\"1\">\n" 10768 " <BooleanDomain name=\"bool\" />\n" 10769 " <Documentation>If this property is set to 1, decimation will not split\n" 10770 " the dataset or produce holes, but it may keep the filter from reaching\n" 10771 " the reduction target. If it is set to 0, better reduction can occur\n" 10772 " (reaching the reduction target), but holes in the model may be\n" 10773 " produced.</Documentation>\n" 10774 " </IntVectorProperty>\n" 10775 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n" 10776 " default_values=\"15.0\"\n" 10777 " name=\"FeatureAngle\"\n" 10778 " number_of_elements=\"1\">\n" 10779 " <DoubleRangeDomain max=\"180\"\n" 10781 " name=\"range\" />\n" 10782 " <Documentation>The value of this property is used in determining where\n" 10783 " the data set may be split. If the angle between two adjacent triangles\n" 10784 " is greater than or equal to the FeatureAngle value, then their boundary\n" 10785 " is considered a feature edge where the dataset can be\n" 10786 " split.</Documentation>\n" 10787 " </DoubleVectorProperty>\n" 10788 " <IntVectorProperty command=\"SetBoundaryVertexDeletion\"\n" 10789 " default_values=\"1\"\n" 10790 " name=\"BoundaryVertexDeletion\"\n" 10791 " number_of_elements=\"1\">\n" 10792 " <BooleanDomain name=\"bool\" />\n" 10793 " <Documentation>If this property is set to 1, then vertices on the\n" 10794 " boundary of the dataset can be removed. Setting the value of this\n" 10795 " property to 0 preserves the boundary of the dataset, but it may cause\n" 10796 " the filter not to reach its reduction target.</Documentation>\n" 10797 " </IntVectorProperty>\n" 10798 " <!-- End DecimatePro -->\n" 10799 " </SourceProxy>\n" 10801 " <!-- ==================================================================== -->\n" 10802 " <SourceProxy class=\"vtkDelaunay2D\"\n" 10803 " label=\"Delaunay 2D\"\n" 10804 " name=\"Delaunay2D\">\n" 10805 " <Documentation long_help=\"Create 2D Delaunay triangulation of input points.\n" 10806 "It expects a vtkPointSet as input and produces vtkPolyData as output.\n" 10807 "The points are expected to be in a mostly planar distribution.\"\n" 10808 " short_help=\"Create 2D Delaunay triangulation of input points.\">\n" 10809 " Delaunay2D is a filter that constructs a 2D Delaunay\n" 10810 " triangulation from a list of input points. These points\n" 10811 " may be represented by any dataset of type vtkPointSet and\n" 10812 " subclasses. The output of the filter is a polygonal\n" 10813 " dataset containing a triangle mesh. The 2D Delaunay\n" 10814 " triangulation is defined as the triangulation that\n" 10815 " satisfies the Delaunay criterion for n-dimensional\n" 10816 " simplexes (in this case n=2 and the simplexes are\n" 10817 " triangles). This criterion states that a circumsphere of\n" 10818 " each simplex in a triangulation contains only the n+1\n" 10819 " defining points of the simplex. In two dimensions, this\n" 10820 " translates into an optimal triangulation. That is, the\n" 10821 " maximum interior angle of any triangle is less than or\n" 10822 " equal to that of any possible triangulation. Delaunay\n" 10823 " triangulations are used to build topological structures\n" 10824 " from unorganized (or unstructured) points. The input to\n" 10825 " this filter is a list of points specified in 3D, even\n" 10826 " though the triangulation is 2D. Thus the triangulation is\n" 10827 " constructed in the x-y plane, and the z coordinate is\n" 10828 " ignored (although carried through to the output). You can\n" 10829 " use the option ProjectionPlaneMode in order to compute the\n" 10830 " best-fitting plane to the set of points, project the\n" 10831 " points and that plane and then perform the triangulation\n" 10832 " using their projected positions and then use it as the\n" 10833 " plane in which the triangulation is performed. The\n" 10834 " Delaunay triangulation can be numerically sensitive in\n" 10835 " some cases. To prevent problems, try to avoid injecting\n" 10836 " points that will result in triangles with bad aspect\n" 10837 " ratios (1000:1 or greater). In practice this means\n" 10838 " inserting points that are \"widely dispersed\", and enables\n" 10839 " smooth transition of triangle sizes throughout the mesh.\n" 10840 " (You may even want to add extra points to create a better\n" 10841 " point distribution.) If numerical problems are present,\n" 10842 " you will see a warning message to this effect at the end\n" 10843 " of the triangulation process. Warning: Points arranged on\n" 10844 " a regular lattice (termed degenerate cases) can be\n" 10845 " triangulated in more than one way (at least according to\n" 10846 " the Delaunay criterion). The choice of triangulation (as\n" 10847 " implemented by this algorithm) depends on the order of the\n" 10848 " input points. The first three points will form a triangle;\n" 10849 " other degenerate points will not break this triangle.\n" 10850 " Points that are coincident (or nearly so) may be discarded\n" 10851 " by the algorithm. This is because the Delaunay\n" 10856 " triangulation requires unique input points. The output of\n" 10857 " the Delaunay triangulation is supposedly a convex hull. In\n" 10858 " certain cases this implementation may not generate the\n" 10859 " convex hull.</Documentation>\n" 10860 " <InputProperty command=\"SetInputConnection\"\n" 10861 " name=\"Input\">\n" 10862 " <ProxyGroupDomain name=\"groups\">\n" 10863 " <Group name=\"sources\" />\n" 10864 " <Group name=\"filters\" />\n" 10865 " </ProxyGroupDomain>\n" 10866 " <DataTypeDomain name=\"input_type\">\n" 10867 " <DataType value=\"vtkPointSet\" />\n" 10868 " </DataTypeDomain>\n" 10869 " <Documentation>This property specifies the input dataset to the\n" 10870 " Delaunay 2D filter.</Documentation>\n" 10871 " </InputProperty>\n" 10872 " <IntVectorProperty command=\"SetProjectionPlaneMode\"\n" 10873 " default_values=\"0\"\n" 10874 " name=\"ProjectionPlaneMode\"\n" 10875 " number_of_elements=\"1\">\n" 10876 " <EnumerationDomain name=\"enum\">\n" 10877 " <Entry text=\"XY Plane\"\n" 10878 " value=\"0\" />\n" 10879 " <!-- <Entry value=\"1\" text=\"Perpendicular\"/> -->\n" 10880 " <Entry text=\"Best-Fitting Plane\"\n" 10881 " value=\"2\" />\n" 10882 " </EnumerationDomain>\n" 10883 " <Documentation>This property determines type of projection plane to use\n" 10884 " in performing the triangulation.</Documentation>\n" 10885 " </IntVectorProperty>\n" 10886 " <DoubleVectorProperty animateable=\"1\"\n" 10887 " command=\"SetAlpha\"\n" 10888 " default_values=\"0.0\"\n" 10889 " name=\"Alpha\"\n" 10890 " number_of_elements=\"1\">\n" 10891 " <DoubleRangeDomain min=\"0\"\n" 10892 " name=\"range\" />\n" 10893 " <Documentation>The value of this property controls the output of this\n" 10894 " filter. For a non-zero alpha value, only edges or triangles contained\n" 10895 " within a sphere centered at mesh vertices will be output. Otherwise,\n" 10896 " only triangles will be output.</Documentation>\n" 10897 " </DoubleVectorProperty>\n" 10898 " <DoubleVectorProperty animateable=\"1\"\n" 10899 " command=\"SetTolerance\"\n" 10900 " default_values=\"0.00001\"\n" 10901 " name=\"Tolerance\"\n" 10902 " number_of_elements=\"1\">\n" 10903 " <DoubleRangeDomain max=\"1.0\"\n" 10905 " name=\"range\" />\n" 10906 " <Documentation>This property specifies a tolerance to control\n" 10907 " discarding of closely spaced points. This tolerance is specified as a\n" 10908 " fraction of the diagonal length of the bounding box of the\n" 10909 " points.</Documentation>\n" 10910 " </DoubleVectorProperty>\n" 10911 " <DoubleVectorProperty animateable=\"1\"\n" 10912 " command=\"SetOffset\"\n" 10913 " default_values=\"1.0\"\n" 10914 " name=\"Offset\"\n" 10915 " number_of_elements=\"1\">\n" 10916 " <DoubleRangeDomain min=\"0.75\"\n" 10917 " name=\"range\" />\n" 10918 " <Documentation>This property is a multiplier to control the size of the\n" 10919 " initial, bounding Delaunay triangulation.</Documentation>\n" 10920 " </DoubleVectorProperty>\n" 10921 " <IntVectorProperty animateable=\"1\"\n" 10922 " command=\"SetBoundingTriangulation\"\n" 10923 " default_values=\"0\"\n" 10924 " name=\"BoundingTriangulation\"\n" 10925 " number_of_elements=\"1\">\n" 10926 " <BooleanDomain name=\"bool\" />\n" 10927 " <Documentation>If this property is set to 1, bounding triangulation\n" 10928 " points (and associated triangles) are included in the output. These are\n" 10929 " introduced as an initial triangulation to begin the triangulation\n" 10930 " process. This feature is nice for debugging output.</Documentation>\n" 10931 " </IntVectorProperty>\n" 10932 " <!-- End Delaunay2D -->\n" 10933 " </SourceProxy>\n" 10935 " <!-- ==================================================================== -->\n" 10936 " <SourceProxy class=\"vtkDelaunay3D\"\n" 10937 " label=\"Delaunay 3D\"\n" 10938 " name=\"Delaunay3D\">\n" 10939 " <Documentation long_help=\"Create a 3D Delaunay triangulation of input\n" 10940 " points. It expects a vtkPointSet as input and\n" 10941 " produces vtkUnstructuredGrid as output.\"\n" 10942 " short_help=\"Create a 3D Delaunay triangulation of input\n" 10943 " points.\">Delaunay3D is a filter that constructs\n" 10944 "a 3D Delaunay triangulation from a list of input points. These points may be\n" 10945 "represented by any dataset of type vtkPointSet and subclasses. The output of\n" 10946 "the filter is an unstructured grid dataset. Usually the output is a tetrahedral\n" 10947 "mesh, but if a non-zero alpha distance value is specified (called the \"alpha\"\n" 10948 "value), then only tetrahedra, triangles, edges, and vertices lying within the\n" 10949 "alpha radius are output. In other words, non-zero alpha values may result in\n" 10950 "arbitrary combinations of tetrahedra, triangles, lines, and vertices. (The\n" 10951 "notion of alpha value is derived from Edelsbrunner's work on \"alpha shapes\".)\n" 10952 "The 3D Delaunay triangulation is defined as the triangulation that satisfies\n" 10953 "the Delaunay criterion for n-dimensional simplexes (in this case n=3 and the\n" 10954 "simplexes are tetrahedra). This criterion states that a circumsphere of each\n" 10955 "simplex in a triangulation contains only the n+1 defining points of the\n" 10956 "simplex. (See text for more information.) While in two dimensions this\n" 10957 "translates into an \"optimal\" triangulation, this is not true in 3D, since a\n" 10958 "measurement for optimality in 3D is not agreed on. Delaunay triangulations are\n" 10959 "used to build topological structures from unorganized (or unstructured) points.\n" 10960 "The input to this filter is a list of points specified in 3D. (If you wish to\n" 10961 "create 2D triangulations see Delaunay2D.) The output is an unstructured grid.\n" 10962 "The Delaunay triangulation can be numerically sensitive. To prevent problems,\n" 10963 "try to avoid injecting points that will result in triangles with bad aspect\n" 10964 "ratios (1000:1 or greater). In practice this means inserting points that are\n" 10965 "\"widely dispersed\", and enables smooth transition of triangle sizes throughout\n" 10966 "the mesh. (You may even want to add extra points to create a better point\n" 10967 "distribution.) If numerical problems are present, you will see a warning\n" 10968 "message to this effect at the end of the triangulation process. Warning: Points\n" 10969 "arranged on a regular lattice (termed degenerate cases) can be triangulated in\n" 10970 "more than one way (at least according to the Delaunay criterion). The choice of\n" 10971 "triangulation (as implemented by this algorithm) depends on the order of the\n" 10972 "input points. The first four points will form a tetrahedron; other degenerate\n" 10973 "points (relative to this initial tetrahedron) will not break it. Points that\n" 10974 "are coincident (or nearly so) may be discarded by the algorithm. This is\n" 10975 "because the Delaunay triangulation requires unique input points. You can\n" 10976 "control the definition of coincidence with the \"Tolerance\" instance variable.\n" 10977 "The output of the Delaunay triangulation is supposedly a convex hull. In\n" 10978 "certain cases this implementation may not generate the convex hull. This\n" 10979 "behavior can be controlled by the Offset instance variable. Offset is a\n" 10980 "multiplier used to control the size of the initial triangulation. The larger\n" 10981 "the offset value, the more likely you will generate a convex hull; and the more\n" 10982 "likely you are to see numerical problems. The implementation of this algorithm\n" 10983 "varies from the 2D Delaunay algorithm (i.e., Delaunay2D) in an important way.\n" 10984 "When points are injected into the triangulation, the search for the enclosing\n" 10985 "tetrahedron is quite different. In the 3D case, the closest previously inserted\n" 10986 "point point is found, and then the connected tetrahedra are searched to find\n" 10987 "the containing one. (In 2D, a \"walk\" towards the enclosing triangle is\n" 10988 "performed.) If the triangulation is Delaunay, then an enclosing tetrahedron\n" 10989 "will be found. However, in degenerate cases an enclosing tetrahedron may not be\n" 10990 "found and the point will be rejected.</Documentation>\n" 10991 " <InputProperty command=\"SetInputConnection\"\n" 10992 " name=\"Input\">\n" 10993 " <ProxyGroupDomain name=\"groups\">\n" 10994 " <Group name=\"sources\" />\n" 10995 " <Group name=\"filters\" />\n" 10996 " </ProxyGroupDomain>\n" 10997 " <DataTypeDomain name=\"input_type\">\n" 10998 " <DataType value=\"vtkPointSet\" />\n" 10999 " </DataTypeDomain>\n" 11000 " <Documentation>This property specifies the input dataset to the\n" 11001 " Delaunay 3D filter.</Documentation>\n" 11002 " </InputProperty>\n" 11003 " <DoubleVectorProperty animateable=\"1\"\n" 11004 " command=\"SetAlpha\"\n" 11005 " default_values=\"0.0\"\n" 11006 " name=\"Alpha\"\n" 11007 " number_of_elements=\"1\">\n" 11008 " <DoubleRangeDomain min=\"0\"\n" 11009 " name=\"range\" />\n" 11010 " <Documentation>This property specifies the alpha (or distance) value to\n" 11011 " control the output of this filter. For a non-zero alpha value, only\n" 11012 " edges, faces, or tetra contained within the circumsphere (of radius\n" 11013 " alpha) will be output. Otherwise, only tetrahedra will be\n" 11014 " output.</Documentation>\n" 11015 " </DoubleVectorProperty>\n" 11016 " <DoubleVectorProperty animateable=\"1\"\n" 11017 " command=\"SetTolerance\"\n" 11018 " default_values=\"0.001\"\n" 11019 " name=\"Tolerance\"\n" 11020 " number_of_elements=\"1\">\n" 11021 " <DoubleRangeDomain max=\"1.0\"\n" 11023 " name=\"range\" />\n" 11024 " <Documentation>This property specifies a tolerance to control\n" 11025 " discarding of closely spaced points. This tolerance is specified as a\n" 11026 " fraction of the diagonal length of the bounding box of the\n" 11027 " points.</Documentation>\n" 11028 " </DoubleVectorProperty>\n" 11029 " <DoubleVectorProperty animateable=\"1\"\n" 11030 " command=\"SetOffset\"\n" 11031 " default_values=\"2.5\"\n" 11032 " name=\"Offset\"\n" 11033 " number_of_elements=\"1\">\n" 11034 " <DoubleRangeDomain min=\"2.5\"\n" 11035 " name=\"range\" />\n" 11036 " <Documentation>This property specifies a multiplier to control the size\n" 11037 " of the initial, bounding Delaunay triangulation.</Documentation>\n" 11038 " </DoubleVectorProperty>\n" 11039 " <IntVectorProperty animateable=\"1\"\n" 11040 " command=\"SetBoundingTriangulation\"\n" 11041 " default_values=\"0\"\n" 11042 " name=\"BoundingTriangulation\"\n" 11043 " number_of_elements=\"1\">\n" 11044 " <BooleanDomain name=\"bool\" />\n" 11045 " <Documentation>This boolean controls whether bounding triangulation\n" 11046 " points (and associated triangles) are included in the output. (These\n" 11047 " are introduced as an initial triangulation to begin the triangulation\n" 11048 " process. This feature is nice for debugging output.)</Documentation>\n" 11049 " </IntVectorProperty>\n" 11050 " <IntVectorProperty animateable=\"1\"\n" 11051 " command=\"SetAlphaTets\"\n" 11052 " default_values=\"1\"\n" 11053 " name=\"AlphaTets\"\n" 11054 " number_of_elements=\"1\"\n" 11055 " panel_visibility=\"advanced\" >\n" 11056 " <BooleanDomain name=\"bool\" />\n" 11057 " <Documentation>This boolean controls whether tetrahedrons which satisfy\n" 11058 " the alpha criterion output when alpha is non-zero.</Documentation>\n" 11059 " </IntVectorProperty>\n" 11060 " <IntVectorProperty animateable=\"1\"\n" 11061 " command=\"SetAlphaTris\"\n" 11062 " default_values=\"1\"\n" 11063 " name=\"AlphaTris\"\n" 11064 " number_of_elements=\"1\"\n" 11065 " panel_visibility=\"advanced\" >\n" 11066 " <BooleanDomain name=\"bool\" />\n" 11067 " <Documentation>This boolean controls whether triangles which satisfy\n" 11068 " the alpha criterion output when alpha is non-zero.</Documentation>\n" 11069 " </IntVectorProperty>\n" 11070 " <IntVectorProperty animateable=\"1\"\n" 11071 " command=\"SetAlphaLines\"\n" 11072 " default_values=\"0\"\n" 11073 " name=\"AlphaLines\"\n" 11074 " number_of_elements=\"1\"\n" 11075 " panel_visibility=\"advanced\" >\n" 11076 " <BooleanDomain name=\"bool\" />\n" 11077 " <Documentation>This boolean controls whether lines which satisfy the\n" 11078 " alpha criterion output when alpha is non-zero.</Documentation>\n" 11079 " </IntVectorProperty>\n" 11080 " <IntVectorProperty animateable=\"1\"\n" 11081 " command=\"SetAlphaVerts\"\n" 11082 " default_values=\"0\"\n" 11083 " name=\"AlphaVerts\"\n" 11084 " number_of_elements=\"1\"\n" 11085 " panel_visibility=\"advanced\" >\n" 11086 " <BooleanDomain name=\"bool\" />\n" 11087 " <Documentation>This boolean controls whether vertices which satisfy the\n" 11088 " alpha criterion are output when alpha is non-zero.</Documentation>\n" 11089 " </IntVectorProperty>\n" 11090 " <!-- End Delaunay3d -->\n" 11091 " </SourceProxy>\n" 11093 " <!-- ==================================================================== -->\n" 11094 " <SourceProxy class=\"vtkElevationFilter\"\n" 11095 " label=\"Elevation\"\n" 11096 " name=\"ElevationFilter\">\n" 11097 " <Documentation long_help=\"Create point attribute array by projecting points onto an elevation vector.\"\n" 11098 " short_help=\"Create a point array representing elevation.\">\n" 11099 " The Elevation filter generates point scalar values for an\n" 11100 " input dataset along a specified direction vector. The\n" 11101 " Input menu allows the user to select the data set to which\n" 11102 " this filter will be applied. Use the Scalar range entry\n" 11103 " boxes to specify the minimum and maximum scalar value to\n" 11104 " be generated. The Low Point and High Point define a line\n" 11105 " onto which each point of the data set is projected. The\n" 11106 " minimum scalar value is associated with the Low Point, and\n" 11107 " the maximum scalar value is associated with the High\n" 11108 " Point. The scalar value for each point in the data set is\n" 11109 " determined by the location along the line to which that\n" 11110 " point projects.</Documentation>\n" 11111 " <InputProperty command=\"SetInputConnection\"\n" 11112 " name=\"Input\">\n" 11113 " <ProxyGroupDomain name=\"groups\">\n" 11114 " <Group name=\"sources\" />\n" 11115 " <Group name=\"filters\" />\n" 11116 " </ProxyGroupDomain>\n" 11117 " <DataTypeDomain name=\"input_type\">\n" 11118 " <DataType value=\"vtkDataSet\" />\n" 11119 " </DataTypeDomain>\n" 11120 " <Documentation>This property specifies the input dataset to the\n" 11121 " Elevation filter.</Documentation>\n" 11122 " </InputProperty>\n" 11127 " <DoubleVectorProperty command=\"SetScalarRange\"\n" 11128 " default_values=\"0 1\"\n" 11129 " name=\"ScalarRange\"\n" 11130 " number_of_elements=\"2\">\n" 11131 " <DoubleRangeDomain name=\"range\" />\n" 11132 " <Documentation>This property determines the range into which scalars\n" 11133 " will be mapped.</Documentation>\n" 11134 " </DoubleVectorProperty>\n" 11135 " <DoubleVectorProperty animateable=\"1\"\n" 11136 " command=\"SetLowPoint\"\n" 11137 " default_values=\"0 0 0\"\n" 11138 " label=\"Low Point\"\n" 11139 " name=\"LowPoint\"\n" 11140 " number_of_elements=\"3\" >\n" 11141 " <BoundsDomain default_mode=\"min\"\n" 11142 " mode=\"normal\"\n" 11143 " name=\"range\">\n" 11144 " <RequiredProperties>\n" 11145 " <Property function=\"Input\"\n" 11146 " name=\"Input\" />\n" 11147 " </RequiredProperties>\n" 11148 " </BoundsDomain>\n" 11149 " <Documentation>This property defines low end of the direction vector\n" 11150 " (small scalar values).</Documentation>\n" 11151 " </DoubleVectorProperty>\n" 11152 " <DoubleVectorProperty animateable=\"1\"\n" 11153 " command=\"SetHighPoint\"\n" 11154 " default_values=\"0 0 1\"\n" 11155 " label=\"High Point\"\n" 11156 " name=\"HighPoint\"\n" 11157 " number_of_elements=\"3\" >\n" 11158 " <BoundsDomain default_mode=\"max\"\n" 11159 " mode=\"normal\"\n" 11160 " name=\"range\">\n" 11161 " <RequiredProperties>\n" 11162 " <Property function=\"Input\"\n" 11163 " name=\"Input\" />\n" 11164 " </RequiredProperties>\n" 11165 " </BoundsDomain>\n" 11166 " <Documentation>This property defines the high end of the direction\n" 11167 " vector (large scalar values).</Documentation>\n" 11168 " </DoubleVectorProperty>\n" 11169 " <PropertyGroup panel_widget=\"InteractiveLine\">\n" 11170 " <Property function=\"Point1WorldPosition\" name=\"LowPoint\" />\n" 11171 " <Property function=\"Point2WorldPosition\" name=\"HighPoint\" />\n" 11172 " <Property function=\"Input\" name=\"Input\" />\n" 11173 " </PropertyGroup>\n" 11175 " <!-- End ElevationFilter -->\n" 11176 " </SourceProxy>\n" 11178 " <!-- ==================================================================== -->\n" 11179 " <SourceProxy class=\"vtkFeatureEdges\"\n" 11180 " label=\"Feature Edges\"\n" 11181 " name=\"FeatureEdges\">\n" 11182 " <Documentation long_help=\"This filter will extract edges along sharp edges of surfaces or boundaries of surfaces.\"\n" 11183 " short_help=\"Extract edges that meet the feature criteria.\">\n" 11184 " The Feature Edges filter extracts various subsets of edges\n" 11185 " from the input data set. This filter operates on polygonal\n" 11186 " data and produces polygonal output.</Documentation>\n" 11187 " <InputProperty command=\"SetInputConnection\"\n" 11188 " name=\"Input\">\n" 11189 " <ProxyGroupDomain name=\"groups\">\n" 11190 " <Group name=\"sources\" />\n" 11191 " <Group name=\"filters\" />\n" 11192 " </ProxyGroupDomain>\n" 11193 " <DataTypeDomain name=\"input_type\">\n" 11194 " <DataType value=\"vtkPolyData\" />\n" 11195 " </DataTypeDomain>\n" 11196 " <Documentation>This property specifies the input to the Feature Edges\n" 11197 " filter.</Documentation>\n" 11198 " </InputProperty>\n" 11199 " <IntVectorProperty command=\"SetBoundaryEdges\"\n" 11200 " default_values=\"1\"\n" 11201 " name=\"BoundaryEdges\"\n" 11202 " number_of_elements=\"1\">\n" 11203 " <BooleanDomain name=\"bool\" />\n" 11204 " <Documentation>If the value of this property is set to 1, boundary\n" 11205 " edges will be extracted. Boundary edges are defined as lines cells or\n" 11206 " edges that are used by only one polygon.</Documentation>\n" 11207 " </IntVectorProperty>\n" 11208 " <IntVectorProperty command=\"SetFeatureEdges\"\n" 11209 " default_values=\"1\"\n" 11210 " name=\"FeatureEdges\"\n" 11211 " number_of_elements=\"1\">\n" 11212 " <BooleanDomain name=\"bool\" />\n" 11213 " <Documentation>If the value of this property is set to 1, feature edges\n" 11214 " will be extracted. Feature edges are defined as edges that are used by\n" 11215 " two polygons whose dihedral angle is greater than the feature angle.\n" 11216 " (See the FeatureAngle property.) Toggle whether to extract feature\n" 11217 " edges.</Documentation>\n" 11218 " </IntVectorProperty>\n" 11219 " <IntVectorProperty command=\"SetNonManifoldEdges\"\n" 11220 " default_values=\"1\"\n" 11221 " label=\"Non-Manifold Edges\"\n" 11222 " name=\"NonManifoldEdges\"\n" 11223 " number_of_elements=\"1\">\n" 11224 " <BooleanDomain name=\"bool\" />\n" 11225 " <Documentation>If the value of this property is set to 1, non-manifold\n" 11226 " edges will be extracted. Non-manifold edges are defined as edges that\n" 11227 " are use by three or more polygons.</Documentation>\n" 11228 " </IntVectorProperty>\n" 11229 " <IntVectorProperty command=\"SetManifoldEdges\"\n" 11230 " default_values=\"0\"\n" 11231 " name=\"ManifoldEdges\"\n" 11232 " number_of_elements=\"1\">\n" 11233 " <BooleanDomain name=\"bool\" />\n" 11234 " <Documentation>If the value of this property is set to 1, manifold\n" 11235 " edges will be extracted. Manifold edges are defined as edges that are\n" 11236 " used by exactly two polygons.</Documentation>\n" 11237 " </IntVectorProperty>\n" 11238 " <IntVectorProperty command=\"SetColoring\"\n" 11239 " default_values=\"0\"\n" 11240 " name=\"Coloring\"\n" 11241 " number_of_elements=\"1\">\n" 11242 " <BooleanDomain name=\"bool\" />\n" 11243 " <Documentation>If the value of this property is set to 1, then the\n" 11244 " extracted edges are assigned a scalar value based on the type of the\n" 11245 " edge.</Documentation>\n" 11246 " </IntVectorProperty>\n" 11247 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n" 11248 " default_values=\"30.0\"\n" 11249 " name=\"FeatureAngle\"\n" 11250 " number_of_elements=\"1\">\n" 11251 " <DoubleRangeDomain max=\"180\"\n" 11253 " name=\"range\" />\n" 11254 " <Documentation>The value of this property is used to define a feature\n" 11255 " edge. If the surface normal between two adjacent triangles is at least\n" 11256 " as large as this Feature Angle, a feature edge exists. (See the\n" 11257 " FeatureEdges property.)</Documentation>\n" 11258 " </DoubleVectorProperty>\n" 11260 " <Visibility replace_input=\"0\" />\n" 11262 " <!-- End FeatureEdges -->\n" 11263 " </SourceProxy>\n" 11265 " <!-- ==================================================================== -->\n" 11266 " <SourceProxy class=\"vtkIdFilter\"\n" 11267 " label=\"Generate Ids\"\n" 11268 " name=\"GenerateIdScalars\">\n" 11269 " <Documentation long_help=\"Generate scalars from point and cell ids.\"\n" 11270 " short_help=\"Generate scalars from point and cell ids.\">\n" 11271 " This filter generates scalars using cell and point ids.\n" 11272 " That is, the point attribute data scalars are generated\n" 11273 " from the point ids, and the cell attribute data scalars or\n" 11274 " field data are generated from the the cell\n" 11275 " ids.</Documentation>\n" 11276 " <InputProperty command=\"SetInputConnection\"\n" 11277 " name=\"Input\">\n" 11278 " <ProxyGroupDomain name=\"groups\">\n" 11279 " <Group name=\"sources\" />\n" 11280 " <Group name=\"filters\" />\n" 11281 " </ProxyGroupDomain>\n" 11282 " <DataTypeDomain name=\"input_type\">\n" 11283 " <DataType value=\"vtkDataSet\" />\n" 11284 " </DataTypeDomain>\n" 11285 " <Documentation>This property specifies the input to the Cell Data to\n" 11286 " Point Data filter.</Documentation>\n" 11287 " </InputProperty>\n" 11288 " <IntVectorProperty name=\"GeneratePointIds\"\n" 11289 " command=\"SetPointIds\"\n" 11290 " number_of_elements=\"1\"\n" 11291 " default_values=\"1\">\n" 11292 " <BooleanDomain name=\"bool\" />\n" 11293 " <Documentation>\n" 11294 " Enable generation of point ids.\n" 11295 " </Documentation>\n" 11296 " </IntVectorProperty>\n" 11298 " <StringVectorProperty command=\"SetPointIdsArrayName\"\n" 11299 " default_values=\"PointIds\"\n" 11300 " name=\"PointIdsArrayName\"\n" 11301 " number_of_elements=\"1\">\n" 11302 " <Documentation>The name of the point ids array.</Documentation>\n" 11304 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 11305 " mode=\"enabled_state\"\n" 11306 " property=\"GeneratePointIds\"\n" 11307 " value=\"1\" />\n" 11309 " </StringVectorProperty>\n" 11311 " <IntVectorProperty name=\"GenerateCellIds\"\n" 11312 " command=\"SetCellIds\"\n" 11313 " number_of_elements=\"1\"\n" 11314 " default_values=\"1\">\n" 11315 " <BooleanDomain name=\"bool\" />\n" 11316 " <Documentation>\n" 11317 " Enable generation of cell ids.\n" 11318 " </Documentation>\n" 11319 " </IntVectorProperty>\n" 11321 " <StringVectorProperty command=\"SetCellIdsArrayName\"\n" 11322 " default_values=\"CellIds\"\n" 11323 " name=\"CellIdsArrayName\"\n" 11324 " number_of_elements=\"1\">\n" 11325 " <Documentation>The name of the cell ids array.</Documentation>\n" 11327 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 11328 " mode=\"enabled_state\"\n" 11329 " property=\"GenerateCellIds\"\n" 11330 " value=\"1\" />\n" 11332 " </StringVectorProperty>\n" 11333 " <PropertyGroup label=\"Point Ids\">\n" 11334 " <Property name=\"GeneratePointIds\" />\n" 11335 " <Property name=\"PointIdsArrayName\" />\n" 11336 " </PropertyGroup>\n" 11337 " <PropertyGroup label=\"Cell Ids\">\n" 11338 " <Property name=\"GenerateCellIds\" />\n" 11339 " <Property name=\"CellIdsArrayName\" />\n" 11340 " </PropertyGroup>\n" 11342 " <!-- End GenerateIdScalars -->\n" 11343 " </SourceProxy>\n" 11345 " <!-- ==================================================================== -->\n" 11346 " <SourceProxy class=\"vtkMergeArrays\"\n" 11347 " label=\"Append Attributes\"\n" 11348 " name=\"AppendAttributes\">\n" 11349 " <Documentation long_help=\"Copies geometry from first input. Puts all of the arrays into the output.\"\n" 11350 " short_help=\"Puts all input arrays into the single output.\">\n" 11351 " The Append Attributes filter takes multiple input data\n" 11352 " sets with the same geometry and merges their point and\n" 11353 " cell attributes to produce a single output containing all\n" 11354 " the point and cell attributes of the inputs. Any inputs\n" 11355 " without the same number of points and cells as the first\n" 11356 " input are ignored. The input data sets must already be\n" 11357 " collected together, either as a result of a reader that\n" 11358 " loads multiple parts (e.g., EnSight reader) or because the\n" 11359 " Group Parts filter has been run to form a collection of\n" 11360 " data sets.</Documentation>\n" 11361 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 11362 " command=\"AddInputConnection\"\n" 11363 " multiple_input=\"1\"\n" 11364 " name=\"Input\">\n" 11365 " <ProxyGroupDomain name=\"groups\">\n" 11366 " <Group name=\"sources\" />\n" 11367 " <Group name=\"filters\" />\n" 11368 " </ProxyGroupDomain>\n" 11369 " <DataTypeDomain composite_data_supported=\"1\"\n" 11370 " name=\"input_type\">\n" 11371 " <DataType value=\"vtkDataObject\" />\n" 11372 " </DataTypeDomain>\n" 11373 " <Documentation>This property specifies the input to the Append\n" 11374 " Attributes filter.</Documentation>\n" 11375 " </InputProperty>\n" 11376 " <!-- End AppendAttributes -->\n" 11377 " </SourceProxy>\n" 11379 " <!-- ==================================================================== -->\n" 11380 " <SourceProxy class=\"vtkMoleculeAppend\"\n" 11381 " name=\"AppendMolecule\"\n" 11382 " label=\"Append Molecule\">\n" 11383 " <Documentation long_help=\"Appends one or more molecules into a single molecule.\"\n" 11384 " short_help=\"Append molecules into a single molecule.\">\n" 11385 " Appends one or more molecules into a single molecule. It also appends the associated atom data and edge data.\n" 11386 " Note that input data arrays should match (same number of arrays with same names in each input)\n" 11387 " </Documentation>\n" 11388 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 11389 " command=\"AddInputConnection\"\n" 11390 " multiple_input=\"1\"\n" 11391 " name=\"Input\">\n" 11392 " <ProxyGroupDomain name=\"groups\">\n" 11393 " <Group name=\"sources\"/>\n" 11394 " <Group name=\"filters\"/>\n" 11395 " </ProxyGroupDomain>\n" 11396 " <DataTypeDomain name=\"input_type\">\n" 11397 " <DataType value=\"vtkMolecule\"/>\n" 11398 " </DataTypeDomain>\n" 11399 " </InputProperty>\n" 11400 " <!-- End AppendMolecule -->\n" 11401 " </SourceProxy>\n" 11403 " <!-- ==================================================================== -->\n" 11404 " <SourceProxy class=\"vtkPlaneCutter\"\n" 11405 " name=\"SliceWithPlane\"\n" 11406 " label=\"Slice With Plane\">\n" 11407 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces. This filter is faster than the standard Slice filter.\"\n" 11408 " short_help=\"Slice datasets with a plane.\">This filter\n" 11409 " extracts the portion of the input dataset that lies along\n" 11410 " the specified plane. The Slice filter takes any type of\n" 11411 " dataset as input. The output of this filter is a multiblock of multipiece\n" 11412 " polygonal data. This is a multithreaded implementation.\n" 11413 " </Documentation>\n" 11414 " <InputProperty command=\"SetInputConnection\"\n" 11415 " name=\"Input\">\n" 11416 " <ProxyGroupDomain name=\"groups\">\n" 11417 " <Group name=\"sources\" />\n" 11418 " <Group name=\"filters\" />\n" 11419 " </ProxyGroupDomain>\n" 11420 " <DataTypeDomain name=\"input_type\">\n" 11421 " <DataType value=\"vtkDataSet\" />\n" 11422 " <DataType value=\"vtkCompositeDataSet\" />\n" 11423 " </DataTypeDomain>\n" 11424 " <Documentation>This property specifies the input of the slice\n" 11425 " filter.</Documentation>\n" 11426 " </InputProperty>\n" 11427 " <ProxyProperty command=\"SetPlane\"\n" 11428 " name=\"Plane\">\n" 11429 " <ProxyListDomain name=\"proxy_list\">\n" 11430 " <Proxy group=\"implicit_functions\"\n" 11431 " name=\"Plane\" />\n" 11432 " </ProxyListDomain>\n" 11433 " <Documentation>This property sets the parameters of the plane\n" 11438 " function.</Documentation>\n" 11439 " </ProxyProperty>\n" 11440 " <IntVectorProperty animateable=\"0\"\n" 11441 " command=\"SetBuildTree\"\n" 11442 " default_values=\"1\"\n" 11443 " name=\"BuildTree\"\n" 11444 " panel_visibility=\"advanced\"\n" 11445 " number_of_elements=\"1\">\n" 11446 " <BooleanDomain name=\"bool\" />\n" 11447 " <Documentation>\n" 11448 " If enabled and input is not an Image Data, Sphere Tree will be computed, for a faster slice computation.\n" 11449 " </Documentation>\n" 11450 " </IntVectorProperty>\n" 11451 " <IntVectorProperty animateable=\"0\"\n" 11452 " command=\"SetBuildHierarchy\"\n" 11453 " default_values=\"1\"\n" 11454 " name=\"BuildHierarchy\"\n" 11455 " panel_visibility=\"advanced\"\n" 11456 " number_of_elements=\"1\">\n" 11457 " <BooleanDomain name=\"bool\" />\n" 11458 " <Documentation>\n" 11459 " If enabled and input is not an Image Data, Tree hierarchy will be computed, for a faster slice computation.\n" 11460 " </Documentation>\n" 11462 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 11463 " <Property name=\"BuildTree\" function=\"boolean\" />\n" 11464 " </PropertyWidgetDecorator>\n" 11466 " </IntVectorProperty>\n" 11467 " <IntVectorProperty animateable=\"0\"\n" 11468 " command=\"SetComputeNormals\"\n" 11469 " default_values=\"0\"\n" 11470 " name=\"ComputeNormals\"\n" 11471 " panel_visibility=\"advanced\"\n" 11472 " number_of_elements=\"1\">\n" 11473 " <BooleanDomain name=\"bool\" />\n" 11474 " <Documentation>\n" 11475 " If enabled, compute the normal on each cell. Since all output cells are coplanar,\n" 11476 " the normal generated is simply the normal of the plane used to slice with.\n" 11477 " By default computing of normals is disabled.\n" 11478 " </Documentation>\n" 11479 " </IntVectorProperty>\n" 11480 " <IntVectorProperty animateable=\"0\"\n" 11481 " command=\"SetInterpolateAttributes\"\n" 11482 " default_values=\"1\"\n" 11483 " name=\"InterpolateAttributes\"\n" 11484 " panel_visibility=\"advanced\"\n" 11485 " number_of_elements=\"1\">\n" 11486 " <BooleanDomain name=\"bool\" />\n" 11487 " <Documentation>\n" 11488 " If enabled, interpolate attribute data. By default this is\n" 11489 " enabled. Point data is always interpolated. Cell data is transferred\n" 11490 " unless input is an image data.\n" 11491 " </Documentation>\n" 11492 " </IntVectorProperty>\n" 11493 " <IntVectorProperty animateable=\"0\"\n" 11494 " command=\"SetGeneratePolygons\"\n" 11495 " default_values=\"1\"\n" 11496 " name=\"GeneratePolygons\"\n" 11497 " panel_visibility=\"advanced\"\n" 11498 " number_of_elements=\"1\">\n" 11499 " <BooleanDomain name=\"bool\" />\n" 11500 " <Documentation>\n" 11501 " If enabled and input is a Structured Grid or a Rectilinear Grid,\n" 11502 " output slice will consist of polygons instead of only triangles.\n" 11503 " </Documentation>\n" 11504 " </IntVectorProperty>\n" 11506 " <!-- End SliceWithPlane -->\n" 11507 " </SourceProxy>\n" 11509 " <!-- ==================================================================== -->\n" 11510 " <SourceProxy class=\"vtkPointDataToCellData\"\n" 11511 " label=\"Point Data to Cell Data\"\n" 11512 " name=\"PointDataToCellData\">\n" 11513 " <Documentation long_help=\"Create cell attributes by averaging point attributes.\"\n" 11514 " short_help=\"Convert point data to cell data.\">The Point\n" 11515 " Data to Cell Data filter averages the values of the point\n" 11516 " attributes of the points of a cell to compute cell\n" 11517 " attributes. This filter operates on any type of dataset,\n" 11518 " and the output dataset is the same type as the\n" 11519 " input.</Documentation>\n" 11520 " <InputProperty command=\"SetInputConnection\"\n" 11521 " name=\"Input\">\n" 11522 " <ProxyGroupDomain name=\"groups\">\n" 11523 " <Group name=\"sources\" />\n" 11524 " <Group name=\"filters\" />\n" 11525 " </ProxyGroupDomain>\n" 11526 " <DataTypeDomain name=\"input_type\">\n" 11527 " <DataType value=\"vtkDataSet\" />\n" 11528 " </DataTypeDomain>\n" 11529 " <InputArrayDomain attribute_type=\"point\"\n" 11530 " name=\"input_array\" />\n" 11531 " <FixedTypeDomain name=\"fixed_type\" />\n" 11532 " <Documentation>This property specifies the input to the Point Data to\n" 11533 " Cell Data filter.</Documentation>\n" 11534 " </InputProperty>\n" 11535 " <IntVectorProperty command=\"SetProcessAllArrays\"\n" 11536 " default_values=\"1\"\n" 11537 " name=\"ProcessAllArrays\"\n" 11538 " number_of_elements=\"1\">\n" 11539 " <BooleanDomain name=\"bool\" />\n" 11540 " <Documentation>The value of this property controls whether all input\n" 11541 " point arrays will be processed and converted into cell arrays.</Documentation>\n" 11542 " </IntVectorProperty>\n" 11543 " <StringVectorProperty clean_command=\"ClearPointDataArrays\"\n" 11544 " command=\"AddPointDataArray\"\n" 11545 " name=\"PointDataArrays\"\n" 11546 " label=\"Point Data Array to process\"\n" 11547 " number_of_elements_per_command=\"1\"\n" 11548 " repeat_command=\"1\">\n" 11549 " <Documentation>Add a point array by name to be converted to cell array.</Documentation>\n" 11550 " <ArrayListDomain input_domain_name=\"input_array\" name=\"array_list\">\n" 11551 " <RequiredProperties>\n" 11552 " <Property function=\"Input\" name=\"Input\" />\n" 11553 " </RequiredProperties>\n" 11554 " </ArrayListDomain>\n" 11556 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 11557 " <Property name=\"ProcessAllArrays\" function=\"boolean_invert\" />\n" 11558 " </PropertyWidgetDecorator>\n" 11560 " </StringVectorProperty>\n" 11561 " <IntVectorProperty command=\"SetPassPointData\"\n" 11562 " default_values=\"0\"\n" 11563 " name=\"PassPointData\"\n" 11564 " number_of_elements=\"1\">\n" 11565 " <BooleanDomain name=\"bool\" />\n" 11566 " <Documentation>The value of this property controls whether the input\n" 11567 " point data will be passed to the output. If set to 1, then the input\n" 11568 " point data is passed through to the output; otherwise, only generated\n" 11569 " cell data is placed into the output.</Documentation>\n" 11570 " </IntVectorProperty>\n" 11571 " <IntVectorProperty command=\"SetCategoricalData\"\n" 11572 " default_values=\"0\"\n" 11573 " name=\"CategoricalData\"\n" 11574 " number_of_elements=\"1\"\n" 11575 " panel_visibility=\"advanced\">\n" 11576 " <BooleanDomain name=\"bool\" />\n" 11577 " <Documentation>Control whether the input point data is to be\n" 11578 " treated as categorical. If the data is categorical, then the\n" 11579 " resultant cell data will be determined by a majority rules\n" 11580 " vote, with ties going to the smaller value.</Documentation>\n" 11581 " </IntVectorProperty>\n" 11582 " <!-- End PointDataToCellData -->\n" 11583 " </SourceProxy>\n" 11585 " <!-- ==================================================================== -->\n" 11586 " <SourceProxy class=\"vtkPolyDataTangents\"\n" 11587 " label=\"Generate Surface Tangents\"\n" 11588 " name=\"PolyDataTangents\">\n" 11589 " <Documentation long_help=\"This filter will produce surface tangents used for normal mapping.\"\n" 11590 " short_help=\"Produce surface point tangents.\">This filter\n" 11591 " generates surface tangents at the points of the input\n" 11592 " polygonal dataset based on the normals and the texture coordinates.\n" 11593 " The resulting dataset is also polygonal. The tangents are required when using\n" 11594 " a normal texture.</Documentation>\n" 11595 " <InputProperty command=\"SetInputConnection\"\n" 11596 " name=\"Input\">\n" 11597 " <ProxyGroupDomain name=\"groups\">\n" 11598 " <Group name=\"sources\" />\n" 11599 " <Group name=\"filters\" />\n" 11600 " </ProxyGroupDomain>\n" 11601 " <DataTypeDomain name=\"input_type\">\n" 11602 " <DataType value=\"vtkPolyData\" />\n" 11603 " </DataTypeDomain>\n" 11604 " <Documentation>This property specifies the input to the Tangents\n" 11605 " Generation filter.</Documentation>\n" 11606 " </InputProperty>\n" 11607 " <IntVectorProperty command=\"SetComputeCellTangents\"\n" 11608 " default_values=\"0\"\n" 11609 " name=\"ComputeCellTangents\"\n" 11610 " number_of_elements=\"1\">\n" 11611 " <BooleanDomain name=\"bool\" />\n" 11612 " <Documentation>This filter computes the tangents at the points in the\n" 11613 " data set. In the process of doing this it computes polygon tangents too.\n" 11614 " If you want these normals to be passed to the output of this filter,\n" 11615 " set the value of this property to 1.</Documentation>\n" 11616 " </IntVectorProperty>\n" 11617 " <!-- End PolyDataTangents -->\n" 11618 " </SourceProxy>\n" 11620 " <!-- ==================================================================== -->\n" 11621 " <SourceProxy class=\"vtkQuadricClustering\"\n" 11622 " label=\"Quadric Clustering\"\n" 11623 " name=\"QuadricClustering\">\n" 11624 " <Documentation long_help=\"This filter is the same filter used to generate level of detail for ParaView. It uses a structured grid of bins and merges all points contained in each bin.\"\n" 11625 " short_help=\"Simplify polygonal models.\">The Quadric\n" 11626 " Clustering filter produces a reduced-resolution polygonal\n" 11627 " approximation of the input polygonal dataset. This filter\n" 11628 " is the one used by ParaView for computing LODs. It uses\n" 11629 " spatial binning to reduce the number of points in the data\n" 11630 " set; points that lie within the same spatial bin are\n" 11631 " collapsed into one representative point.</Documentation>\n" 11632 " <InputProperty command=\"SetInputConnection\"\n" 11633 " name=\"Input\">\n" 11634 " <ProxyGroupDomain name=\"groups\">\n" 11635 " <Group name=\"sources\" />\n" 11636 " <Group name=\"filters\" />\n" 11637 " </ProxyGroupDomain>\n" 11638 " <DataTypeDomain name=\"input_type\">\n" 11639 " <DataType value=\"vtkPolyData\" />\n" 11640 " </DataTypeDomain>\n" 11641 " <Documentation>This property specifies the input to the Quadric\n" 11642 " Clustering filter.</Documentation>\n" 11643 " </InputProperty>\n" 11644 " <IntVectorProperty command=\"SetNumberOfDivisions\"\n" 11645 " default_values=\"50 50 50\"\n" 11646 " label=\"Number of Dimensions\"\n" 11647 " name=\"NumberOfDivisions\"\n" 11648 " number_of_elements=\"3\">\n" 11649 " <IntRangeDomain name=\"range\" />\n" 11650 " <Documentation>This property specifies the number of bins along the X,\n" 11651 " Y, and Z axes of the data set.</Documentation>\n" 11652 " </IntVectorProperty>\n" 11653 " <IntVectorProperty command=\"SetUseInputPoints\"\n" 11654 " default_values=\"1\"\n" 11655 " name=\"UseInputPoints\"\n" 11656 " number_of_elements=\"1\">\n" 11657 " <BooleanDomain name=\"bool\" />\n" 11658 " <Documentation>If the value of this property is set to 1, the\n" 11659 " representative point for each bin is selected from one of the input\n" 11660 " points that lies in that bin; the input point that produces the least\n" 11661 " error is chosen. If the value of this property is 0, the location of\n" 11662 " the representative point is calculated to produce the least error\n" 11663 " possible for that bin, but the point will most likely not be one of the\n" 11664 " input points.</Documentation>\n" 11665 " </IntVectorProperty>\n" 11666 " <IntVectorProperty command=\"SetUseFeatureEdges\"\n" 11667 " default_values=\"0\"\n" 11668 " name=\"UseFeatureEdges\"\n" 11669 " number_of_elements=\"1\">\n" 11670 " <BooleanDomain name=\"bool\" />\n" 11671 " <Documentation>If this property is set to 1, feature edge quadrics will\n" 11672 " be used to maintain the boundary edges along processor\n" 11673 " divisions.</Documentation>\n" 11674 " </IntVectorProperty>\n" 11675 " <IntVectorProperty command=\"SetUseFeaturePoints\"\n" 11676 " default_values=\"0\"\n" 11677 " name=\"UseFeaturePoints\"\n" 11678 " number_of_elements=\"1\">\n" 11679 " <BooleanDomain name=\"bool\" />\n" 11680 " <Documentation>If this property is set to 1, feature point quadrics\n" 11681 " will be used to maintain the boundary points along processor\n" 11682 " divisions.</Documentation>\n" 11683 " </IntVectorProperty>\n" 11684 " <IntVectorProperty command=\"SetCopyCellData\"\n" 11685 " default_values=\"1\"\n" 11686 " name=\"CopyCellData\"\n" 11687 " number_of_elements=\"1\">\n" 11688 " <BooleanDomain name=\"bool\" />\n" 11689 " <Documentation>If this property is set to 1, the cell data from the\n" 11690 " input will be copied to the output.</Documentation>\n" 11691 " </IntVectorProperty>\n" 11692 " <IntVectorProperty command=\"SetUseInternalTriangles\"\n" 11693 " default_values=\"0\"\n" 11694 " name=\"UseInternalTriangles\"\n" 11695 " number_of_elements=\"1\">\n" 11696 " <BooleanDomain name=\"bool\" />\n" 11697 " <Documentation>If this property is set to 1, triangles completely\n" 11698 " contained in a spatial bin will be included in the computation of the\n" 11699 " bin's quadrics. When this property is set to 0, the filters operates\n" 11700 " faster, but the resulting surface may not be as\n" 11701 " well-behaved.</Documentation>\n" 11702 " </IntVectorProperty>\n" 11703 " <!-- End QuadricClustering -->\n" 11704 " </SourceProxy>\n" 11706 " <!-- ==================================================================== -->\n" 11707 " <SourceProxy class=\"vtkResampleToImage\"\n" 11708 " label=\"Resample To Image\"\n" 11709 " name=\"ResampleToImage\">\n" 11710 " <Documentation long_help=\"Sample attributes using a 3D image as probing mesh.\"\n" 11711 " short_help=\"Sample attributes using a 3D image.\"/>\n" 11713 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 11714 " <ProxyGroupDomain name=\"groups\">\n" 11715 " <Group name=\"sources\" />\n" 11716 " <Group name=\"filters\" />\n" 11717 " </ProxyGroupDomain>\n" 11718 " <DataTypeDomain name=\"input_type\">\n" 11719 " <DataType value=\"vtkDataSet\" />\n" 11720 " </DataTypeDomain>\n" 11721 " <Documentation>This property specifies the dataset whose data will\n" 11722 " be probed</Documentation>\n" 11723 " </InputProperty>\n" 11724 " <IntVectorProperty command=\"SetUseInputBounds\"\n" 11725 " default_values=\"1\"\n" 11726 " name=\"UseInputBounds\"\n" 11727 " number_of_elements=\"1\"\n" 11728 " panel_visibility=\"default\">\n" 11729 " <Documentation>\n" 11730 " Use input bounds or custom ones?\n" 11731 " </Documentation>\n" 11732 " <BooleanDomain name=\"bool\" />\n" 11737 " </IntVectorProperty>\n" 11738 " <IntVectorProperty command=\"SetSamplingDimensions\"\n" 11739 " default_values=\"100 100 100\"\n" 11740 " name=\"SamplingDimensions\"\n" 11741 " number_of_elements=\"3\"\n" 11742 " panel_visibility=\"default\">\n" 11743 " <IntRangeDomain name=\"range\" min=\"1 1 1\"/>\n" 11744 " <Documentation>\n" 11745 " How many linear samples we want along each axis\n" 11746 " </Documentation>\n" 11747 " </IntVectorProperty>\n" 11748 " <DoubleVectorProperty command=\"SetSamplingBounds\"\n" 11749 " default_values=\"0 1 0 1 0 1\"\n" 11750 " name=\"SamplingBounds\"\n" 11751 " number_of_elements=\"6\"\n" 11752 " panel_visibility=\"default\">\n" 11753 " <BoundsDomain name=\"bounds\">\n" 11754 " <RequiredProperties>\n" 11755 " <Property function=\"Input\"\n" 11756 " name=\"Input\" />\n" 11757 " </RequiredProperties>\n" 11758 " </BoundsDomain>\n" 11759 " <Documentation>\n" 11760 " Custom probing bounds\n" 11761 " </Documentation>\n" 11763 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 11764 " mode=\"visibility\"\n" 11765 " property=\"UseInputBounds\"\n" 11766 " value=\"0\" />\n" 11768 " </DoubleVectorProperty>\n" 11769 " <!-- End vtkResampleToImage -->\n" 11770 " </SourceProxy>\n" 11772 " <!-- ==================================================================== -->\n" 11773 " <SourceProxy class=\"vtkResampleWithDataSet\"\n" 11774 " label=\"Resample With Dataset\"\n" 11775 " name=\"ResampleWithDataset\">\n" 11776 " <Documentation short_help=\"Sample data attributes at the points of a dataset.\">\n" 11777 " This filter takes two inputs - **Source Data Arrays**, and samples the\n" 11778 " point and cell values of this input onto the point locations of the\n" 11779 " **Destination Geometry** input. The output has the same structure as the\n" 11780 " **Destination Geometry** input, but its point data has the resampled values from\n" 11781 " the **Source Data Arrays**.\"\n" 11782 " </Documentation>\n" 11783 " <InputProperty command=\"SetSourceConnection\" name=\"SourceDataArrays\">\n" 11784 " <ProxyGroupDomain name=\"groups\">\n" 11785 " <Group name=\"sources\" />\n" 11786 " <Group name=\"filters\" />\n" 11787 " </ProxyGroupDomain>\n" 11788 " <DataTypeDomain name=\"input_type\">\n" 11789 " <DataType value=\"vtkDataSet\" />\n" 11790 " <DataType value=\"vtkCompositeDataSet\" />\n" 11791 " </DataTypeDomain>\n" 11792 " <Documentation>This property specifies the dataset from which to obtain\n" 11793 " probe values. The data attributes come from this dataset.</Documentation>\n" 11794 " </InputProperty>\n" 11795 " <InputProperty command=\"SetInputConnection\" name=\"DestinationMesh\">\n" 11796 " <ProxyGroupDomain name=\"groups\">\n" 11797 " <Group name=\"sources\" />\n" 11798 " <Group name=\"filters\" />\n" 11799 " </ProxyGroupDomain>\n" 11800 " <DataTypeDomain name=\"input_type\">\n" 11801 " <DataType value=\"vtkDataSet\" />\n" 11802 " <DataType value=\"vtkCompositeDataSet\" />\n" 11803 " </DataTypeDomain>\n" 11804 " <Documentation>This property specifies the dataset whose geometry will\n" 11805 " be used in determining positions to probe. The mesh comes from this\n" 11806 " dataset.</Documentation>\n" 11807 " </InputProperty>\n" 11809 " <IntVectorProperty command=\"SetCategoricalData\"\n" 11810 " default_values=\"0\"\n" 11811 " name=\"CategoricalData\"\n" 11812 " number_of_elements=\"1\"\n" 11813 " panel_visibility=\"advanced\">\n" 11814 " <BooleanDomain name=\"bool\" />\n" 11815 " <Documentation>Control whether the source point data is to be\n" 11816 " treated as categorical. If the data is categorical, then the\n" 11817 " resultant data will be determined by a nearest neighbor\n" 11818 " interpolation scheme rather than by linear interpolation.</Documentation>\n" 11819 " </IntVectorProperty>\n" 11820 " <IntVectorProperty command=\"SetPassCellArrays\"\n" 11821 " default_values=\"0\"\n" 11822 " name=\"PassCellArrays\"\n" 11823 " number_of_elements=\"1\"\n" 11824 " panel_visibility=\"advanced\">\n" 11825 " <Documentation>\n" 11826 " When set the input's cell data arrays are shallow copied to the output.\n" 11827 " </Documentation>\n" 11828 " <BooleanDomain name=\"bool\" />\n" 11829 " </IntVectorProperty>\n" 11830 " <IntVectorProperty command=\"SetPassPointArrays\"\n" 11831 " default_values=\"0\"\n" 11832 " name=\"PassPointArrays\"\n" 11833 " number_of_elements=\"1\"\n" 11834 " panel_visibility=\"advanced\">\n" 11835 " <Documentation>\n" 11836 " When set the input's point data arrays are shallow copied to the output.\n" 11837 " </Documentation>\n" 11838 " <BooleanDomain name=\"bool\" />\n" 11839 " </IntVectorProperty>\n" 11841 " <IntVectorProperty command=\"SetPassFieldArrays\"\n" 11842 " default_values=\"1\"\n" 11843 " name=\"PassFieldArrays\"\n" 11844 " number_of_elements=\"1\"\n" 11845 " panel_visibility=\"advanced\">\n" 11846 " <Documentation>\n" 11847 " Set whether to pass the field-data arrays from the Input i.e. the input\n" 11848 " providing the geometry to the output. On by default.\n" 11849 " </Documentation>\n" 11850 " <BooleanDomain name=\"bool\" />\n" 11851 " </IntVectorProperty>\n" 11853 " <IntVectorProperty command=\"SetComputeTolerance\"\n" 11854 " default_values=\"1\"\n" 11855 " name=\"ComputeTolerance\"\n" 11856 " number_of_elements=\"1\"\n" 11857 " panel_visibility=\"advanced\">\n" 11858 " <Documentation>\n" 11859 " Set whether to compute the tolerance or to use a user provided\n" 11860 " value. On by default.\n" 11861 " </Documentation>\n" 11862 " <BooleanDomain name=\"bool\" />\n" 11863 " </IntVectorProperty>\n" 11864 " <DoubleVectorProperty command=\"SetTolerance\"\n" 11865 " default_values=\"2.2204460492503131e-16\"\n" 11866 " name=\"Tolerance\"\n" 11867 " number_of_elements=\"1\"\n" 11868 " panel_visibility=\"advanced\">\n" 11869 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n" 11870 " name=\"range\" />\n" 11872 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 11873 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n" 11874 " </PropertyWidgetDecorator>\n" 11876 " <Documentation>Set the tolerance to use for\n" 11877 " vtkDataSet::FindCell</Documentation>\n" 11878 " </DoubleVectorProperty>\n" 11880 " <IntVectorProperty command=\"SetMarkBlankPointsAndCells\"\n" 11881 " default_values=\"0\"\n" 11882 " name=\"MarkBlankPointsAndCells\"\n" 11883 " number_of_elements=\"1\"\n" 11884 " panel_visibility=\"advanced\">\n" 11885 " <Documentation>\n" 11886 " When set, points that did not get valid values during resampling, and\n" 11887 " cells containing such points, are marked as blank.\n" 11888 " </Documentation>\n" 11889 " <BooleanDomain name=\"bool\" />\n" 11890 " </IntVectorProperty>\n" 11891 " <!-- cell locator begin -->\n" 11892 " <ProxyProperty command=\"SetCellLocatorPrototype\"\n" 11893 " label=\"Cell Locator\"\n" 11894 " name=\"CellLocator\"\n" 11895 " panel_visibility=\"advanced\">\n" 11896 " <ProxyGroupDomain name=\"groups\">\n" 11897 " <Group name=\"cell_locators\" />\n" 11898 " </ProxyGroupDomain>\n" 11899 " <ProxyListDomain name=\"proxy_list\">\n" 11900 " <Proxy group=\"cell_locators\"\n" 11901 " name=\"StaticCellLocator\" />\n" 11902 " <Proxy group=\"cell_locators\"\n" 11903 " name=\"CellTreeLocator\" />\n" 11904 " <Proxy group=\"cell_locators\"\n" 11905 " name=\"CellLocator\" />\n" 11906 " </ProxyListDomain>\n" 11907 " <Documentation>The cell locator to use for finding cells for probing.\n" 11908 " </Documentation>\n" 11909 " </ProxyProperty>\n" 11910 " <!-- cell locator end -->\n" 11912 " <!-- End vtkResampleToImage -->\n" 11913 " </SourceProxy>\n" 11915 " <!-- ==================================================================== -->\n" 11916 " <SourceProxy class=\"vtkSmoothPolyDataFilter\"\n" 11917 " label=\"Smooth\"\n" 11918 " name=\"SmoothPolyDataFilter\">\n" 11919 " <Documentation long_help=\"This filter smooths a polygonal surface by iteratively moving points toward their neighbors.\"\n" 11920 " short_help=\"Smooth a polygonal surface without adding more points.\">\n" 11921 " The Smooth filter operates on a polygonal data set by\n" 11922 " iteratively adjusting the position of the points using\n" 11923 " Laplacian smoothing. (Because this filter only adjusts\n" 11924 " point positions, the output data set is also polygonal.)\n" 11925 " This results in better-shaped cells and more evenly\n" 11926 " distributed points. The Convergence slider limits the\n" 11927 " maximum motion of any point. It is expressed as a fraction\n" 11928 " of the length of the diagonal of the bounding box of the\n" 11929 " data set. If the maximum point motion during a smoothing\n" 11930 " iteration is less than the Convergence value, the\n" 11931 " smoothing operation terminates.</Documentation>\n" 11932 " <InputProperty command=\"SetInputConnection\"\n" 11933 " name=\"Input\">\n" 11934 " <ProxyGroupDomain name=\"groups\">\n" 11935 " <Group name=\"sources\" />\n" 11936 " <Group name=\"filters\" />\n" 11937 " </ProxyGroupDomain>\n" 11938 " <DataTypeDomain name=\"input_type\">\n" 11939 " <DataType value=\"vtkPolyData\" />\n" 11940 " </DataTypeDomain>\n" 11941 " <Documentation>This property specifies the input to the Smooth\n" 11942 " filter.</Documentation>\n" 11943 " </InputProperty>\n" 11944 " <IntVectorProperty animateable=\"1\"\n" 11945 " command=\"SetNumberOfIterations\"\n" 11946 " default_values=\"20\"\n" 11947 " label=\"Number of Iterations\"\n" 11948 " name=\"NumberOfIterations\"\n" 11949 " number_of_elements=\"1\">\n" 11950 " <IntRangeDomain min=\"0\"\n" 11951 " name=\"range\" />\n" 11952 " <Documentation>This property sets the maximum number of smoothing\n" 11953 " iterations to perform. More iterations produce better\n" 11954 " smoothing.</Documentation>\n" 11955 " </IntVectorProperty>\n" 11956 " <DoubleVectorProperty command=\"SetConvergence\"\n" 11957 " default_values=\"0.0\"\n" 11958 " name=\"Convergence\"\n" 11959 " number_of_elements=\"1\">\n" 11960 " <DoubleRangeDomain max=\"1\"\n" 11962 " name=\"range\" />\n" 11963 " <Documentation>The value of this property limits the maximum motion of\n" 11964 " any point. It is expressed as a fraction of the length of the diagonal\n" 11965 " of the bounding box of the input dataset. If the maximum point motion\n" 11966 " during a smoothing iteration is less than the value of this property,\n" 11967 " the smoothing operation terminates.</Documentation>\n" 11968 " </DoubleVectorProperty>\n" 11969 " <!-- End SmoothPolyDataFilter -->\n" 11970 " </SourceProxy>\n" 11972 " <!-- ==================================================================== -->\n" 11973 " <SourceProxy class=\"vtkStripper\"\n" 11974 " label=\"Triangle Strips\"\n" 11975 " name=\"Stripper\">\n" 11976 " <Documentation long_help=\"This filter uses a greedy algorithm to convert triangles into triangle strips\"\n" 11977 " short_help=\"Convert triangles into triangle strips.\">The\n" 11978 " Triangle Strips filter converts triangles into triangle\n" 11979 " strips and lines into polylines. This filter operates on\n" 11980 " polygonal data sets and produces polygonal\n" 11981 " output.</Documentation>\n" 11982 " <InputProperty command=\"SetInputConnection\"\n" 11983 " name=\"Input\">\n" 11984 " <ProxyGroupDomain name=\"groups\">\n" 11985 " <Group name=\"sources\" />\n" 11986 " <Group name=\"filters\" />\n" 11987 " </ProxyGroupDomain>\n" 11988 " <DataTypeDomain name=\"input_type\">\n" 11989 " <DataType value=\"vtkPolyData\" />\n" 11990 " </DataTypeDomain>\n" 11991 " <Documentation>This property specifies the input to the Triangle Strips\n" 11992 " filter.</Documentation>\n" 11993 " </InputProperty>\n" 11994 " <IntVectorProperty command=\"SetMaximumLength\"\n" 11995 " default_values=\"1000\"\n" 11996 " name=\"MaximumLength\"\n" 11997 " number_of_elements=\"1\">\n" 11998 " <IntRangeDomain max=\"100000\"\n" 12000 " name=\"range\" />\n" 12001 " <Documentation>This property specifies the maximum number of\n" 12002 " triangles/lines to include in a triangle strip or\n" 12003 " polyline.</Documentation>\n" 12004 " </IntVectorProperty>\n" 12005 " <!-- End Stripper -->\n" 12006 " </SourceProxy>\n" 12008 " <!-- ==================================================================== -->\n" 12009 " <SourceProxy class=\"vtkStructuredGridOutlineFilter\"\n" 12010 " label=\"Outline Curvilinear DataSet\"\n" 12011 " name=\"StructuredGridOutlineFilter\">\n" 12012 " <Documentation long_help=\"This filter generates an outline representation of the input.\"\n" 12013 " short_help=\"Generates an outline.\">The Outline filter\n" 12014 " generates an outline of the outside edges of the input\n" 12015 " dataset, rather than the dataset's bounding box. This\n" 12016 " filter operates on structured grid datasets and produces\n" 12017 " polygonal output.</Documentation>\n" 12018 " <InputProperty command=\"SetInputConnection\"\n" 12019 " name=\"Input\">\n" 12020 " <ProxyGroupDomain name=\"groups\">\n" 12021 " <Group name=\"sources\" />\n" 12022 " <Group name=\"filters\" />\n" 12023 " </ProxyGroupDomain>\n" 12024 " <DataTypeDomain name=\"input_type\">\n" 12025 " <DataType value=\"vtkStructuredGrid\" />\n" 12026 " </DataTypeDomain>\n" 12027 " <Documentation>This property specifies the input to the outline\n" 12028 " (curvilinear) filter.</Documentation>\n" 12029 " </InputProperty>\n" 12030 " <!-- End StructuredGridOutlineFilter -->\n" 12031 " </SourceProxy>\n" 12033 " <!-- ==================================================================== -->\n" 12034 " <SourceProxy name=\"TensorGlyph\" class=\"vtkTensorGlyph\" label=\"Tensor Glyph\">\n" 12036 " <Documentation\n" 12037 " long_help=\"This filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at\n" 12038 " each point of the input data set. The glyphs are oriented and scaled according\n" 12039 " to eigenvalues and eigenvectors of tensor point data of the input data set.\n" 12040 " This filter supports symmetric tensors. Symmetric tensor are expected to have\n" 12041 " the following order: XX, YY, ZZ, XY, YZ, XZ\"\n" 12042 " short_help=\"This filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at each\n" 12043 " point of the input data set. The glyphs are oriented and scaled according to eigenvalues\n" 12048 " and eigenvectors of tensor point data of the input data set.\n" 12049 " This filter supports symmetric tensors. Symmetric tensor components are expected to have\n" 12050 " the following order: XX, YY, ZZ, XY, YZ, XZ\">\n" 12052 " The Tensor Glyph filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at every point in\n" 12053 " the input data set. The glyphs are oriented and scaled according to eigenvalues and eigenvectors of tensor\n" 12054 " point data of the input data set. The Tensor Glyph filter operates on any type of data set. Its output is\n" 12055 " polygonal. This filter supports symmetric tensors. Symmetric tensor components are expected to have the\n" 12056 " following order: XX, YY, ZZ, XY, YZ, XZ\"\n" 12057 " </Documentation>\n" 12059 " <InputProperty name=\"Input\"\n" 12060 " command=\"SetInputConnection\">\n" 12061 " <ProxyGroupDomain name=\"groups\">\n" 12062 " <Group name=\"sources\" />\n" 12063 " <Group name=\"filters\" />\n" 12064 " </ProxyGroupDomain>\n" 12065 " <DataTypeDomain name=\"input_type\">\n" 12066 " <DataType value=\"vtkDataSet\" />\n" 12067 " </DataTypeDomain>\n" 12068 " <InputArrayDomain name=\"input_array1\" attribute_type=\"point\" number_of_components=\"6,9\" />\n" 12069 " <InputArrayDomain name=\"input_array2\" attribute_type=\"point\" number_of_components=\"1\" optional=\"1\" />\n" 12070 " <Documentation>\n" 12071 " This property specifies the input to the Glyph filter.\n" 12072 " </Documentation>\n" 12073 " </InputProperty>\n" 12075 " <StringVectorProperty name=\"SelectInputTensors\"\n" 12076 " command=\"SetInputArrayToProcess\"\n" 12077 " number_of_elements=\"5\"\n" 12078 " element_types=\"0 0 0 0 2\"\n" 12079 " label=\"Tensors\" >\n" 12080 " <ArrayListDomain name=\"array_list\" attribute_type=\"Tensors\"\n" 12081 " input_domain_name=\"input_array1\">\n" 12082 " <RequiredProperties>\n" 12083 " <Property name=\"Input\" function=\"Input\" />\n" 12084 " </RequiredProperties>\n" 12085 " </ArrayListDomain>\n" 12086 " <Documentation>\n" 12087 " This property indicates the name of the tensor array on which to operate. The indicated array's\n" 12088 " eigenvalues and eigenvectors are used for scaling and orienting the glyphs.\n" 12089 " </Documentation>\n" 12090 " </StringVectorProperty>\n" 12092 " <InputProperty name=\"Source\"\n" 12093 " command=\"SetSourceConnection\"\n" 12094 " label=\"Glyph Type\">\n" 12095 " <ProxyGroupDomain name=\"groups\">\n" 12096 " <Group name=\"sources\" />\n" 12097 " <Group name=\"glyph_sources\" />\n" 12098 " </ProxyGroupDomain>\n" 12099 " <DataTypeDomain name=\"input_type\">\n" 12100 " <DataType value=\"vtkPolyData\" />\n" 12101 " </DataTypeDomain>\n" 12102 " <ProxyListDomain name=\"proxy_list\">\n" 12103 " <Proxy group=\"sources\" name=\"SphereSource\" />\n" 12104 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n" 12105 " <Proxy group=\"sources\" name=\"CubeSource\" />\n" 12106 " <Proxy group=\"sources\" name=\"SuperquadricSource\" />\n" 12107 " </ProxyListDomain>\n" 12108 " <Documentation>\n" 12109 " This property determines which type of glyph will be placed at the points in the input dataset.\n" 12110 " </Documentation>\n" 12111 " </InputProperty>\n" 12113 " <IntVectorProperty\n" 12114 " name=\"ExtractEigenvalues\"\n" 12115 " command=\"SetExtractEigenvalues\"\n" 12116 " number_of_elements=\"1\"\n" 12117 " default_values=\"1\"\n" 12119 " <BooleanDomain name=\"bool\" />\n" 12120 " <Documentation>\n" 12121 " Toggle whether to extract eigenvalues from tensor. If false, eigenvalues/eigenvectors are not extracted and\n" 12122 " the columns of the tensor are taken as the eigenvectors (the norm of column, always positive, is the eigenvalue).\n" 12123 " If true, the glyph is scaled and oriented according to eigenvalues and eigenvectors; additionally, eigenvalues\n" 12124 " are provided as new data array.\n" 12125 " </Documentation>\n" 12126 " </IntVectorProperty>\n" 12128 " <IntVectorProperty\n" 12129 " name=\"ColorGlyphs\"\n" 12130 " command=\"SetColorGlyphs\"\n" 12131 " number_of_elements=\"1\"\n" 12132 " default_values=\"1\"\n" 12134 " <BooleanDomain name=\"bool\" />\n" 12135 " <Documentation>\n" 12136 " This property determines whether or not to color the glyphs.\n" 12137 " </Documentation>\n" 12138 " </IntVectorProperty>\n" 12140 " <StringVectorProperty name=\"SelectInputScalars\"\n" 12141 " command=\"SetInputArrayToProcess\"\n" 12142 " number_of_elements=\"5\"\n" 12143 " element_types=\"0 0 0 0 2\"\n" 12144 " default_values=\"1\"\n" 12145 " label=\"Scalars\" >\n" 12146 " <!-- default_values=1 is important to set here and not in Tensors\n" 12147 " previously. Omitting the setting here would mess up changed\n" 12148 " tensor input being recognized as tensor input and not as\n" 12149 " scalar input and vice versa. -->\n" 12150 " <ArrayListDomain name=\"array_list\" attribute_type=\"Scalars\"\n" 12151 " input_domain_name=\"input_array2\">\n" 12152 " <RequiredProperties>\n" 12153 " <Property name=\"Input\" function=\"Input\" />\n" 12154 " </RequiredProperties>\n" 12155 " </ArrayListDomain>\n" 12156 " <Documentation>\n" 12157 " This property indicates the name of the scalar array to use for coloring\n" 12158 " </Documentation>\n" 12159 " </StringVectorProperty>\n" 12161 " <IntVectorProperty\n" 12162 " name=\"ColorMode\"\n" 12163 " command=\"SetColorMode\"\n" 12164 " number_of_elements=\"1\"\n" 12165 " default_values=\"0\"\n" 12166 " label=\"Color by\" >\n" 12167 " <EnumerationDomain name=\"enum\">\n" 12168 " <Entry value=\"0\" text=\"input scalars\" />\n" 12169 " <Entry value=\"1\" text=\"eigenvalues\" />\n" 12170 " </EnumerationDomain>\n" 12171 " <Documentation>\n" 12172 " This property determines whether input scalars or computed eigenvalues at the point should be used\n" 12173 " to color the glyphs. If ThreeGlyphs is set and the eigenvalues are chosen for coloring then each glyph\n" 12174 " is colored by the corresponding eigenvalue and if not set the color corresponding to the largest\n" 12175 " eigenvalue is chosen.\n" 12176 " </Documentation>\n" 12177 " </IntVectorProperty>\n" 12179 " <!-- Disabled as vtkTensorGlyph.cxx does not respect this parameter currently. -->\n" 12181 " <IntVectorProperty\n" 12182 " name=\"Scaling\"\n" 12183 " command=\"SetScaling\"\n" 12184 " number_of_elements=\"1\"\n" 12185 " default_values=\"1\"\n" 12187 " <BooleanDomain name=\"bool\" />\n" 12188 " <Documentation>\n" 12189 " This property determines whether or not to scale glyphs with eigenvalues.\n" 12190 " </Documentation>\n" 12191 " </IntVectorProperty>\n" 12194 " <DoubleVectorProperty name=\"ScaleFactor\"\n" 12195 " command=\"SetScaleFactor\"\n" 12196 " number_of_elements=\"1\"\n" 12197 " default_values=\"1\" >\n" 12198 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n" 12199 " <RequiredProperties>\n" 12200 " <Property function=\"Input\" name=\"Input\" />\n" 12201 " <Property function=\"ArraySelection\" name=\"SelectInputTensors\" />\n" 12202 " </RequiredProperties>\n" 12203 " </BoundsDomain>\n" 12204 " <Documentation>\n" 12205 " This property specifies the scale factor to scale every glyph by.\n" 12206 " </Documentation>\n" 12207 " </DoubleVectorProperty>\n" 12209 " <IntVectorProperty name=\"LimitScalingByEigenvalues\"\n" 12210 " command=\"SetClampScaling\"\n" 12211 " number_of_elements=\"1\"\n" 12212 " default_values=\"0\" >\n" 12213 " <BooleanDomain name=\"bool\" />\n" 12214 " <Documentation>\n" 12215 " This property determines whether scaling of glyphs by ScaleFactor times eigenvalue should be limited.\n" 12216 " This is useful to prevent uncontrolled scaling near singularities.\n" 12217 " </Documentation>\n" 12218 " </IntVectorProperty>\n" 12220 " <DoubleVectorProperty name=\"MaxScaleFactor\"\n" 12221 " command=\"SetMaxScaleFactor\"\n" 12222 " number_of_elements=\"1\"\n" 12223 " default_values=\"10\" >\n" 12224 " <Documentation>\n" 12225 " If scaling by eigenvalues should be limited, this value sets an upper limit for scale factor times\n" 12227 " </Documentation>\n" 12228 " </DoubleVectorProperty>\n" 12230 " <IntVectorProperty name=\"Symmetric\"\n" 12231 " command=\"SetSymmetric\"\n" 12232 " number_of_elements=\"1\"\n" 12233 " default_values=\"0\" >\n" 12234 " <BooleanDomain name=\"bool\" />\n" 12235 " <Documentation>\n" 12236 " This property determines whether or not to draw a mirror of each glyph.\n" 12237 " </Documentation>\n" 12238 " </IntVectorProperty>\n" 12240 " <IntVectorProperty name=\"ThreeGlyphs\"\n" 12241 " command=\"SetThreeGlyphs\"\n" 12242 " number_of_elements=\"1\"\n" 12243 " default_values=\"0\" >\n" 12244 " <BooleanDomain name=\"bool\" />\n" 12245 " <Documentation>\n" 12246 " Toggle whether to produce three glyphs, each of which oriented along an eigenvector and scaled according\n" 12247 " to the corresponding eigenvector.\n" 12248 " </Documentation>\n" 12249 " </IntVectorProperty>\n" 12250 " </SourceProxy>\n" 12252 " <!-- ==================================================================== -->\n" 12253 " <SourceProxy class=\"vtkTriangleFilter\"\n" 12254 " label=\"Triangulate\"\n" 12255 " name=\"TriangleFilter\">\n" 12256 " <Documentation long_help=\"This filter converts polygons and triangle strips to basic triangles.\"\n" 12257 " short_help=\"Convert polygonal data to triangles.\">The\n" 12258 " Triangulate filter decomposes polygonal data into only\n" 12259 " triangles, points, and lines. It separates triangle strips\n" 12260 " and polylines into individual triangles and lines,\n" 12261 " respectively. The output is polygonal data. Some filters\n" 12262 " that take polygonal data as input require that the data be\n" 12263 " composed of triangles rather than other polygons, so\n" 12264 " passing your data through this filter first is useful in\n" 12265 " such situations. You should use this filter in these cases\n" 12266 " rather than the Tetrahedralize filter because they produce\n" 12267 " different output dataset types. The filters referenced\n" 12268 " require polygonal input, and the Tetrahedralize filter\n" 12269 " produces unstructured grid output.</Documentation>\n" 12270 " <InputProperty command=\"SetInputConnection\"\n" 12271 " name=\"Input\">\n" 12272 " <ProxyGroupDomain name=\"groups\">\n" 12273 " <Group name=\"sources\" />\n" 12274 " <Group name=\"filters\" />\n" 12275 " </ProxyGroupDomain>\n" 12276 " <DataTypeDomain name=\"input_type\">\n" 12277 " <DataType value=\"vtkPolyData\" />\n" 12278 " </DataTypeDomain>\n" 12279 " <Documentation>This property specifies the input to the Triangulate\n" 12280 " filter.</Documentation>\n" 12281 " </InputProperty>\n" 12282 " <!-- End TriangleFilter -->\n" 12283 " </SourceProxy>\n" 12285 " <!-- ==================================================================== -->\n" 12286 " <SourceProxy class=\"vtkTubeFilter\"\n" 12287 " label=\"Tube\"\n" 12288 " name=\"TubeFilter\">\n" 12289 " <Documentation long_help=\"Convert lines into tubes. Normals are used to avoid cracks between tube segments.\"\n" 12290 " short_help=\"Convert lines into tubes.\">The Tube filter\n" 12291 " creates tubes around the lines in the input polygonal\n" 12292 " dataset. The output is also polygonal.</Documentation>\n" 12293 " <InputProperty command=\"SetInputConnection\"\n" 12294 " name=\"Input\">\n" 12295 " <ProxyGroupDomain name=\"groups\">\n" 12296 " <Group name=\"sources\" />\n" 12297 " <Group name=\"filters\" />\n" 12298 " </ProxyGroupDomain>\n" 12299 " <DataTypeDomain name=\"input_type\">\n" 12300 " <DataType value=\"vtkPolyData\" />\n" 12301 " </DataTypeDomain>\n" 12302 " <InputArrayDomain attribute_type=\"point\"\n" 12303 " name=\"input_array1\"\n" 12304 " number_of_components=\"1\"\n" 12305 " optional=\"1\" />\n" 12306 " <InputArrayDomain attribute_type=\"point\"\n" 12307 " name=\"input_array2\"\n" 12308 " number_of_components=\"3\"\n" 12309 " optional=\"1\" />\n" 12310 " <Documentation>This property specifies the input to the Tube\n" 12311 " filter.</Documentation>\n" 12312 " </InputProperty>\n" 12313 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 12314 " element_types=\"0 0 0 0 2\"\n" 12315 " label=\"Scalars\"\n" 12316 " name=\"SelectInputScalars\"\n" 12317 " number_of_elements=\"5\">\n" 12318 " <ArrayListDomain attribute_type=\"Scalars\"\n" 12319 " input_domain_name=\"input_array1\"\n" 12320 " name=\"array_list\">\n" 12321 " <RequiredProperties>\n" 12322 " <Property function=\"Input\"\n" 12323 " name=\"Input\" />\n" 12324 " </RequiredProperties>\n" 12325 " </ArrayListDomain>\n" 12326 " <Documentation>This property indicates the name of the scalar array on\n" 12327 " which to operate. The indicated array may be used for scaling the\n" 12328 " tubes. (See the VaryRadius property.)</Documentation>\n" 12329 " </StringVectorProperty>\n" 12330 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 12331 " default_values=\"1\"\n" 12332 " element_types=\"0 0 0 0 2\"\n" 12333 " label=\"Vectors\"\n" 12334 " name=\"SelectInputVectors\"\n" 12335 " number_of_elements=\"5\">\n" 12336 " <!-- default value=1 so normals go to the right place -->\n" 12337 " <ArrayListDomain attribute_type=\"Vectors\"\n" 12338 " input_domain_name=\"input_array2\"\n" 12339 " name=\"array_list\">\n" 12340 " <RequiredProperties>\n" 12341 " <Property function=\"Input\"\n" 12342 " name=\"Input\" />\n" 12343 " </RequiredProperties>\n" 12344 " </ArrayListDomain>\n" 12345 " <Documentation>This property indicates the name of the vector array on\n" 12346 " which to operate. The indicated array may be used for scaling and/or\n" 12347 " orienting the tubes. (See the VaryRadius property.)</Documentation>\n" 12348 " </StringVectorProperty>\n" 12349 " <IntVectorProperty animateable=\"1\"\n" 12350 " command=\"SetNumberOfSides\"\n" 12351 " default_values=\"6\"\n" 12352 " label=\"Number of Sides\"\n" 12353 " name=\"NumberOfSides\"\n" 12354 " number_of_elements=\"1\">\n" 12355 " <IntRangeDomain min=\"3\"\n" 12356 " name=\"range\" />\n" 12357 " <Documentation>The value of this property indicates the number of faces\n" 12358 " around the circumference of the tube.</Documentation>\n" 12359 " </IntVectorProperty>\n" 12360 " <IntVectorProperty command=\"SetCapping\"\n" 12361 " default_values=\"1\"\n" 12362 " name=\"Capping\"\n" 12363 " number_of_elements=\"1\">\n" 12364 " <BooleanDomain name=\"bool\" />\n" 12365 " <Documentation>If this property is set to 1, endcaps will be drawn on\n" 12366 " the tube. Otherwise the ends of the tube will be open.</Documentation>\n" 12367 " </IntVectorProperty>\n" 12368 " <DoubleVectorProperty command=\"SetRadius\"\n" 12369 " default_values=\"1.0\"\n" 12370 " name=\"Radius\"\n" 12371 " number_of_elements=\"1\">\n" 12372 " <BoundsDomain mode=\"scaled_extent\"\n" 12373 " name=\"bounds\"\n" 12378 " scale_factor=\"0.01\">\n" 12379 " <RequiredProperties>\n" 12380 " <Property function=\"Input\"\n" 12381 " name=\"Input\" />\n" 12382 " </RequiredProperties>\n" 12383 " </BoundsDomain>\n" 12384 " <Documentation>The value of this property sets the radius of the tube.\n" 12385 " If the radius is varying (VaryRadius property), then this value is the\n" 12386 " minimum radius.</Documentation>\n" 12387 " </DoubleVectorProperty>\n" 12388 " <IntVectorProperty command=\"SetVaryRadius\"\n" 12389 " default_values=\"0\"\n" 12390 " name=\"VaryRadius\"\n" 12391 " number_of_elements=\"1\">\n" 12392 " <EnumerationDomain name=\"enum\">\n" 12393 " <Entry text=\"Off\"\n" 12394 " value=\"0\" />\n" 12395 " <Entry text=\"By Scalar\"\n" 12396 " value=\"1\" />\n" 12397 " <Entry text=\"By Vector\"\n" 12398 " value=\"2\" />\n" 12399 " <Entry text=\"By Absolute Scalar\"\n" 12400 " value=\"3\" />\n" 12401 " <Entry text=\"By Vector Norm\"\n" 12402 " value=\"4\" />\n" 12403 " </EnumerationDomain>\n" 12404 " <Documentation>The property determines whether/how to vary the radius\n" 12405 " of the tube. If varying by scalar, the tube radius linearly varies w.r.t\n" 12406 " point-based scalar values in the dataset. If the radius varies by vector, a mass flux preserving\n" 12407 " variation is used. If it varies by absolute scalar, the radius is equal to the scalar field\n" 12408 " (which thus must be positive!). If it varies by vector norm,\n" 12409 " the vector magnitude is used in varying the radius.</Documentation>\n" 12410 " </IntVectorProperty>\n" 12411 " <DoubleVectorProperty command=\"SetRadiusFactor\"\n" 12412 " default_values=\"10\"\n" 12413 " name=\"RadiusFactor\"\n" 12414 " number_of_elements=\"1\">\n" 12415 " <DoubleRangeDomain name=\"range\" />\n" 12416 " <Documentation>If varying the radius (VaryRadius property), the\n" 12417 " property sets the maximum tube radius in terms of a multiple of the\n" 12418 " minimum radius. If not varying the radius, this value has no\n" 12419 " effect.</Documentation>\n" 12420 " </DoubleVectorProperty>\n" 12421 " <IntVectorProperty command=\"SetUseDefaultNormal\"\n" 12422 " default_values=\"0\"\n" 12423 " name=\"UseDefaultNormal\"\n" 12424 " number_of_elements=\"1\">\n" 12425 " <BooleanDomain name=\"bool\" />\n" 12426 " <Documentation>If this property is set to 0, and the input contains no\n" 12427 " vector array, then default ribbon normals will be generated\n" 12428 " (DefaultNormal property); if a vector array has been set\n" 12429 " (SelectInputVectors property), the ribbon normals will be set from the\n" 12430 " specified array. If this property is set to 1, the default normal\n" 12431 " (DefaultNormal property) will be used, regardless of whether the\n" 12432 " SelectInputVectors property has been set.</Documentation>\n" 12433 " </IntVectorProperty>\n" 12434 " <DoubleVectorProperty command=\"SetDefaultNormal\"\n" 12435 " default_values=\"0 0 1\"\n" 12436 " name=\"DefaultNormal\"\n" 12437 " number_of_elements=\"3\">\n" 12438 " <DoubleRangeDomain name=\"range\" />\n" 12439 " <Documentation>The value of this property specifies the normal to use\n" 12440 " when the UseDefaultNormal property is set to 1 or the input contains no\n" 12441 " vector array (SelectInputVectors property).</Documentation>\n" 12442 " </DoubleVectorProperty>\n" 12443 " <!-- End TubeFilter -->\n" 12444 " </SourceProxy>\n" 12447 "</ServerManagerConfiguration>\n" 12470 char* res =
new char[ len + 1];
12480 assert(offset == len);
12488 "<ServerManagerConfiguration>\n" 12489 " <ProxyGroup name=\"sources\">\n" 12490 " <!-- ==================================================================== -->\n" 12491 " <SourceProxy class=\"vtkDataObjectGenerator\"\n" 12492 " label=\"Data Object Generator\"\n" 12493 " name=\"DataObjectGenerator\">\n" 12494 " <Documentation long_help=\"Parses a string to produce composite data objects consisting of simple templated datasets.\"\n" 12495 " short_help=\"Produces simple (composite or atomic) data sets for testing.\">\n" 12496 " vtkDataObjectGenerator parses a string and produces dataobjects from the\n" 12497 " dataobject template names it sees in the string. For example, if the\n" 12498 " string contains "ID1" the generator will create a vtkImageData.\n" 12499 " "UF1", "RG1", "SG1", "PD1", and\n" 12500 " "UG1" will produce vtkUniformGrid, vtkRectilinearGrid,\n" 12501 " vtkStructuredGrid, vtkPolyData and vtkUnstructuredGrid respectively.\n" 12502 " "PD2" will produce an alternate vtkPolyData. You can compose\n" 12503 " composite datasets from the atomic ones listed above - "MB{}"\n" 12504 " or "HB[]". "MB{ ID1 PD1 MB{} }" for example will\n" 12505 " create a vtkMultiBlockDataSet consisting of three blocks: image data,\n" 12506 " poly data, multiblock (empty). Hierarchical Box data sets additionally\n" 12507 " require the notion of groups, declared within "()" braces, to\n" 12508 " specify AMR depth. "HB[ (UF1)(UF1)(UF1) ]" will create a\n" 12509 " vtkHierarchicalBoxDataSet representing an octree that is three levels\n" 12510 " deep, in which the first cell in each level is\n" 12511 " refined.</Documentation>\n" 12512 " <StringVectorProperty command=\"SetProgram\"\n" 12513 " default_values=\"ID1\"\n" 12514 " name=\"Program\"\n" 12515 " number_of_elements=\"1\">\n" 12517 " <Widget type=\"multi_line\" />\n" 12519 " <Documentation>This property contains the string that is parsed to\n" 12520 " determine the structured of the output data object to\n" 12521 " produce.</Documentation>\n" 12522 " </StringVectorProperty>\n" 12523 " <!-- End DataObjectGenerator -->\n" 12524 " </SourceProxy>\n" 12527 "</ServerManagerConfiguration>\n" 12536 char* res =
new char[ len + 1];
12539 assert(offset == len);
12547 "<ServerManagerConfiguration>\n" 12548 " <ProxyGroup name=\"filters\">\n" 12549 " <!-- ==================================================================== -->\n" 12550 " <SourceProxy class=\"vtkExtractBlock\"\n" 12551 " label=\"Extract Block\"\n" 12552 " name=\"ExtractBlock\">\n" 12553 " <Documentation long_help=\"This filter extracts a range of blocks from a multiblock dataset.\"\n" 12554 " short_help=\"Extract block.\">This filter extracts a range\n" 12555 " of groups from a multiblock dataset</Documentation>\n" 12556 " <InputProperty command=\"SetInputConnection\"\n" 12557 " name=\"Input\">\n" 12558 " <ProxyGroupDomain name=\"groups\">\n" 12559 " <Group name=\"sources\" />\n" 12560 " <Group name=\"filters\" />\n" 12561 " </ProxyGroupDomain>\n" 12562 " <DataTypeDomain name=\"input_type\">\n" 12563 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 12564 " </DataTypeDomain>\n" 12565 " <Documentation>This property specifies the input to the Extract Group\n" 12566 " filter.</Documentation>\n" 12567 " </InputProperty>\n" 12568 " <IntVectorProperty clean_command=\"RemoveAllIndices\"\n" 12569 " command=\"AddIndex\"\n" 12570 " name=\"BlockIndices\"\n" 12571 " number_of_elements_per_command=\"1\"\n" 12572 " panel_visibility=\"default\"\n" 12573 " repeat_command=\"1\">\n" 12574 " <CompositeTreeDomain mode=\"all\"\n" 12575 " name=\"tree\">\n" 12576 " <RequiredProperties>\n" 12577 " <Property function=\"Input\"\n" 12578 " name=\"Input\" />\n" 12579 " </RequiredProperties>\n" 12580 " </CompositeTreeDomain>\n" 12582 " <WidgetHeight number_of_rows=\"20\" />\n" 12584 " <Documentation>This property lists the ids of the blocks to extract\n" 12585 " from the input multiblock dataset.</Documentation>\n" 12586 " </IntVectorProperty>\n" 12587 " <IntVectorProperty command=\"SetPruneOutput\"\n" 12588 " default_values=\"1\"\n" 12589 " name=\"PruneOutput\"\n" 12590 " number_of_elements=\"1\">\n" 12591 " <BooleanDomain name=\"bool\" />\n" 12592 " <Documentation>When set, the output multiblock dataset will be pruned\n" 12593 " to remove empty nodes. On by default.</Documentation>\n" 12594 " </IntVectorProperty>\n" 12595 " <IntVectorProperty command=\"SetMaintainStructure\"\n" 12596 " default_values=\"0\"\n" 12597 " name=\"MaintainStructure\"\n" 12598 " number_of_elements=\"1\">\n" 12599 " <BooleanDomain name=\"bool\" />\n" 12600 " <Documentation>This is used only when PruneOutput is ON. By default,\n" 12601 " when pruning the output i.e. remove empty blocks, if node has only 1\n" 12602 " non-null child block, then that node is removed. To preserve these\n" 12603 " parent nodes, set this flag to true.</Documentation>\n" 12604 " </IntVectorProperty>\n" 12605 " <!-- End ExtractBlock -->\n" 12606 " </SourceProxy>\n" 12608 " <!-- ==================================================================== -->\n" 12609 " <SourceProxy class=\"vtkExtractDataSets\"\n" 12610 " label=\"Extract AMR Blocks\"\n" 12611 " name=\"ExtractHierarchicalDataSets\">\n" 12612 " <Documentation long_help=\"This filter extracts a list of datasets from hierarchical datasets.\"\n" 12613 " short_help=\"Extract datasets.\">This filter extracts a list\n" 12614 " of datasets from hierarchical datasets.</Documentation>\n" 12615 " <InputProperty command=\"SetInputConnection\"\n" 12616 " name=\"Input\">\n" 12617 " <ProxyGroupDomain name=\"groups\">\n" 12618 " <Group name=\"sources\" />\n" 12619 " <Group name=\"filters\" />\n" 12620 " </ProxyGroupDomain>\n" 12621 " <DataTypeDomain name=\"input_type\">\n" 12622 " <DataType value=\"vtkUniformGridAMR\" />\n" 12623 " </DataTypeDomain>\n" 12624 " <Documentation>This property specifies the input to the Extract\n" 12625 " Datasets filter.</Documentation>\n" 12626 " </InputProperty>\n" 12627 " <IntVectorProperty clean_command=\"ClearDataSetList\"\n" 12628 " command=\"AddDataSet\"\n" 12629 " name=\"SelectedDataSets\"\n" 12630 " number_of_elements_per_command=\"2\"\n" 12631 " repeat_command=\"1\">\n" 12632 " <CompositeTreeDomain mode=\"amr\"\n" 12633 " name=\"tree\">\n" 12634 " <RequiredProperties>\n" 12635 " <Property function=\"Input\"\n" 12636 " name=\"Input\" />\n" 12637 " </RequiredProperties>\n" 12638 " </CompositeTreeDomain>\n" 12639 " <Documentation>This property provides a list of datasets to\n" 12640 " extract.</Documentation>\n" 12641 " </IntVectorProperty>\n" 12642 " <!-- End ExtractDataSets -->\n" 12643 " </SourceProxy>\n" 12645 " <!-- ==================================================================== -->\n" 12646 " <SourceProxy class=\"vtkExtractEdges\"\n" 12647 " label=\"Extract Edges\"\n" 12648 " name=\"ExtractEdges\">\n" 12649 " <Documentation long_help=\"Extract edges of 2D and 3D cells as lines.\"\n" 12650 " short_help=\"Covert data to wireframe.\">The Extract Edges\n" 12651 " filter produces a wireframe version of the input dataset\n" 12652 " by extracting all the edges of the dataset's cells as\n" 12653 " lines. This filter operates on any type of data set and\n" 12654 " produces polygonal output.</Documentation>\n" 12655 " <InputProperty command=\"SetInputConnection\"\n" 12656 " name=\"Input\">\n" 12657 " <ProxyGroupDomain name=\"groups\">\n" 12658 " <Group name=\"sources\" />\n" 12659 " <Group name=\"filters\" />\n" 12660 " </ProxyGroupDomain>\n" 12661 " <DataTypeDomain name=\"input_type\">\n" 12662 " <DataType value=\"vtkDataSet\" />\n" 12663 " </DataTypeDomain>\n" 12664 " <Documentation>This property specifies the input to the Extract Edges\n" 12665 " filter.</Documentation>\n" 12666 " </InputProperty>\n" 12667 " <!-- End ExtractEdges -->\n" 12668 " </SourceProxy>\n" 12670 " <!-- ==================================================================== -->\n" 12671 " <SourceProxy class=\"vtkExtractGeometry\"\n" 12672 " label=\"Extract Cells By Region\"\n" 12673 " name=\"ExtractGeometry\">\n" 12674 " <Documentation long_help=\"This filter extracts cells that are inside/outside a region or at a region boundary.\"\n" 12675 " short_help=\"Extract cells that are inside/outside a region or at a region boundary.\">\n" 12676 " This filter extracts from its input dataset all cells that are either\n" 12677 " completely inside or outside of a specified region (implicit function).\n" 12678 " On output, the filter generates an unstructured grid. To use this filter\n" 12679 " you must specify a region (implicit function). You must also specify\n" 12680 " whether to extract cells lying inside or outside of the region. An\n" 12681 " option exists to extract cells that are neither inside or outside (i.e.,\n" 12682 " boundary).</Documentation>\n" 12683 " <InputProperty command=\"SetInputConnection\"\n" 12684 " name=\"Input\">\n" 12685 " <ProxyGroupDomain name=\"groups\">\n" 12686 " <Group name=\"sources\" />\n" 12687 " <Group name=\"filters\" />\n" 12688 " </ProxyGroupDomain>\n" 12689 " <DataTypeDomain name=\"input_type\">\n" 12690 " <DataType value=\"vtkDataSet\" />\n" 12691 " </DataTypeDomain>\n" 12692 " <Documentation>This property specifies the input to the Slice\n" 12693 " filter.</Documentation>\n" 12694 " </InputProperty>\n" 12695 " <ProxyProperty command=\"SetImplicitFunction\"\n" 12696 " label=\"Intersect With\"\n" 12697 " name=\"ImplicitFunction\">\n" 12698 " <ProxyGroupDomain name=\"groups\">\n" 12699 " <Group name=\"implicit_functions\" />\n" 12700 " </ProxyGroupDomain>\n" 12701 " <ProxyListDomain name=\"proxy_list\">\n" 12702 " <Proxy group=\"implicit_functions\"\n" 12703 " name=\"Plane\" />\n" 12704 " <Proxy group=\"implicit_functions\"\n" 12705 " name=\"Box\" />\n" 12706 " <Proxy group=\"implicit_functions\"\n" 12707 " name=\"Sphere\" />\n" 12708 " </ProxyListDomain>\n" 12709 " <Documentation>This property sets the region used to extract\n" 12710 " cells.</Documentation>\n" 12711 " </ProxyProperty>\n" 12712 " <DoubleVectorProperty information_only=\"1\"\n" 12713 " name=\"InputBounds\">\n" 12714 " <BoundsDomain name=\"bounds\">\n" 12715 " <RequiredProperties>\n" 12716 " <Property function=\"Input\"\n" 12717 " name=\"Input\" />\n" 12718 " </RequiredProperties>\n" 12719 " </BoundsDomain>\n" 12720 " </DoubleVectorProperty>\n" 12721 " <IntVectorProperty command=\"SetExtractInside\"\n" 12722 " default_values=\"1\"\n" 12723 " label=\"Extraction Side\"\n" 12724 " name=\"ExtractInside\"\n" 12725 " number_of_elements=\"1\">\n" 12726 " <EnumerationDomain name=\"enum\">\n" 12727 " <Entry text=\"outside\"\n" 12728 " value=\"0\" />\n" 12729 " <Entry text=\"inside\"\n" 12730 " value=\"1\" />\n" 12731 " </EnumerationDomain>\n" 12732 " <Documentation>This parameter controls whether to extract cells that\n" 12733 " are inside or outside the region.</Documentation>\n" 12734 " </IntVectorProperty>\n" 12735 " <IntVectorProperty command=\"SetExtractOnlyBoundaryCells\"\n" 12736 " default_values=\"0\"\n" 12737 " name=\"Extract only intersected\"\n" 12738 " number_of_elements=\"1\">\n" 12739 " <BooleanDomain name=\"bool\" />\n" 12740 " <Documentation>This parameter controls whether to extract only cells\n" 12741 " that are on the boundary of the region. If this parameter is set, the\n" 12742 " Extraction Side parameter is ignored. If Extract Intersected is off,\n" 12743 " this parameter has no effect.</Documentation>\n" 12744 " </IntVectorProperty>\n" 12745 " <IntVectorProperty command=\"SetExtractBoundaryCells\"\n" 12746 " default_values=\"0\"\n" 12747 " name=\"Extract intersected\"\n" 12748 " number_of_elements=\"1\">\n" 12749 " <BooleanDomain name=\"bool\" />\n" 12750 " <Documentation>This parameter controls whether to extract cells that\n" 12751 " are on the boundary of the region.</Documentation>\n" 12752 " </IntVectorProperty>\n" 12753 " <!-- End ExtractGeometry -->\n" 12754 " </SourceProxy>\n" 12756 " <!-- ==================================================================== -->\n" 12757 " <SourceProxy class=\"vtkExtractLevel\"\n" 12758 " label=\"Extract Level\"\n" 12759 " name=\"ExtractHierarchicalLevel\">\n" 12760 " <Documentation long_help=\"This filter extracts a range of groups from a hierarchical dataset.\"\n" 12761 " short_help=\"Extract level.\">This filter extracts a range\n" 12762 " of levels from a hierarchical dataset</Documentation>\n" 12763 " <InputProperty command=\"SetInputConnection\"\n" 12764 " name=\"Input\">\n" 12765 " <ProxyGroupDomain name=\"groups\">\n" 12766 " <Group name=\"sources\" />\n" 12767 " <Group name=\"filters\" />\n" 12768 " </ProxyGroupDomain>\n" 12769 " <DataTypeDomain name=\"input_type\">\n" 12770 " <DataType value=\"vtkUniformGridAMR\" />\n" 12771 " </DataTypeDomain>\n" 12772 " <Documentation>This property specifies the input to the Extract Group\n" 12773 " filter.</Documentation>\n" 12774 " </InputProperty>\n" 12775 " <IntVectorProperty clean_command=\"RemoveAllLevels\"\n" 12776 " command=\"AddLevel\"\n" 12777 " name=\"Levels\"\n" 12778 " number_of_elements_per_command=\"1\"\n" 12779 " panel_visibility=\"default\"\n" 12780 " repeat_command=\"1\">\n" 12781 " <CompositeTreeDomain mode=\"amr\"\n" 12782 " name=\"tree\">\n" 12783 " <RequiredProperties>\n" 12784 " <Property function=\"Input\"\n" 12785 " name=\"Input\" />\n" 12786 " </RequiredProperties>\n" 12787 " </CompositeTreeDomain>\n" 12788 " <Documentation>This property lists the levels to extract from the input\n" 12789 " hierarchical dataset.</Documentation>\n" 12790 " </IntVectorProperty>\n" 12791 " <!-- End ExtractHierarchicalLevel -->\n" 12792 " </SourceProxy>\n" 12794 " <!-- ==================================================================== -->\n" 12795 " <SourceProxy class=\"vtkExtractTimeSteps\"\n" 12796 " name=\"ExtractTimeSteps\"\n" 12797 " label=\"Extract Time Steps\">\n" 12798 " <Documentation short_help=\"Extract time steps from data.\">\n" 12799 " This filter extracts specified time steps from its input.\n" 12800 " </Documentation>\n" 12802 " <InputProperty command=\"SetInputConnection\"\n" 12803 " name=\"Input\">\n" 12804 " <ProxyGroupDomain name=\"groups\">\n" 12805 " <Group name=\"sources\" />\n" 12806 " <Group name=\"filters\" />\n" 12807 " </ProxyGroupDomain>\n" 12808 " <DataTypeDomain name=\"input_type\">\n" 12809 " <DataType value=\"vtkDataObject\" />\n" 12810 " </DataTypeDomain>\n" 12811 " </InputProperty>\n" 12813 " <IntVectorProperty command=\"SetUseRange\"\n" 12814 " name=\"SelectionMode\"\n" 12815 " number_of_elements=\"1\"\n" 12816 " default_values=\"0\">\n" 12817 " <EnumerationDomain name=\"enum\">\n" 12818 " <Entry text=\"Select Time Steps\"\n" 12819 " value=\"0\" />\n" 12820 " <Entry text=\"Select Time Range\"\n" 12821 " value=\"1\" />\n" 12822 " </EnumerationDomain>\n" 12823 " <Documentation>\n" 12824 " Extract time steps supports two ways to select the time steps to be extracted:\n" 12826 " - **Select Time Steps**: Specify time steps to be extracted by their index\n" 12828 " - **Select Time Range**: Specify the start and end time steps of a range by their index and optionally specify\n" 12829 " a stride to optionally take every nth timestep in the range.\n" 12830 " </Documentation>\n" 12831 " </IntVectorProperty>\n" 12832 " <IntVectorProperty animateable=\"1\"\n" 12833 " command=\"AddTimeStepIndex\"\n" 12834 " clean_command=\"ClearTimeStepIndices\"\n" 12835 " label=\"Time Step Indices\"\n" 12836 " name=\"TimeStepIndices\"\n" 12837 " number_of_elements=\"0\"\n" 12838 " number_of_elements_per_command=\"1\"\n" 12839 " repeat_command=\"1\">\n" 12840 " <TimeStepIndexDomain name=\"timestep_index_range\" default_mode=\"min\">\n" 12841 " <RequiredProperties>\n" 12842 " <Property function=\"Input\" name=\"Input\"/>\n" 12843 " </RequiredProperties>\n" 12844 " </TimeStepIndexDomain>\n" 12845 " <Documentation>\n" 12846 " This property specifies the indices of the time steps to extract.\n" 12847 " </Documentation>\n" 12849 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"0\">\n" 12850 " </PropertyWidgetDecorator>\n" 12852 " </IntVectorProperty>\n" 12853 " <DoubleVectorProperty information_only=\"1\"\n" 12854 " name=\"TimestepValues\">\n" 12855 " <TimeStepsInformationHelper />\n" 12856 " </DoubleVectorProperty>\n" 12858 " <IntVectorProperty command=\"SetRange\"\n" 12859 " name=\"TimeStepRange\"\n" 12860 " number_of_elements=\"2\"\n" 12861 " default_values=\"0 1\">\n" 12862 " <TimeStepIndexDomain name=\"timestep_index_range\" default_mode=\"min\">\n" 12863 " <RequiredProperties>\n" 12864 " <Property function=\"Input\" name=\"Input\"/>\n" 12869 " </RequiredProperties>\n" 12870 " </TimeStepIndexDomain>\n" 12872 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"1\">\n" 12873 " </PropertyWidgetDecorator>\n" 12875 " <Documentation>\n" 12876 " Select the beginning and end indices of the range of timesteps to extract.\n" 12877 " </Documentation>\n" 12878 " </IntVectorProperty>\n" 12880 " <IntVectorProperty command=\"SetTimeStepInterval\"\n" 12881 " name=\"TimeStepInterval\"\n" 12882 " number_of_elements=\"1\"\n" 12883 " default_values=\"1\">\n" 12884 " <IntRangeDomain name=\"range\" min=\"1\"/>\n" 12886 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"1\">\n" 12887 " </PropertyWidgetDecorator>\n" 12889 " <Documentation>\n" 12890 " Select the stride to use when extracting the range of time steps (the n in every nth timestep).\n" 12891 " </Documentation>\n" 12892 " </IntVectorProperty>\n" 12894 " <PropertyGroup label=\"Time Step Indices\">\n" 12895 " <Property name=\"TimeStepIndices\" />\n" 12896 " </PropertyGroup>\n" 12898 " <IntVectorProperty command=\"SetTimeEstimationMode\"\n" 12899 " name=\"ApproximationMode\"\n" 12900 " number_of_elements=\"1\"\n" 12901 " default_values=\"2\"\n" 12902 " panel_visibility=\"advanced\">\n" 12903 " <EnumerationDomain name=\"enum\">\n" 12904 " <Entry text=\"Previous Time Step\"\n" 12905 " value=\"0\" />\n" 12906 " <Entry text=\"Next Time Step\"\n" 12907 " value=\"1\" />\n" 12908 " <Entry text=\"Nearest Time Step\"\n" 12909 " value=\"2\" />\n" 12910 " </EnumerationDomain>\n" 12911 " <Documentation>\n" 12912 " If the scene's time does not match the time in any of the timesteps selected (likely because something\n" 12913 " else in the scene has time steps at different times) this setting controls which timestep should\n" 12914 " be returned by the filter. The options are the previous time step, the nearest time step and the next\n" 12916 " </Documentation>\n" 12917 " </IntVectorProperty>\n" 12918 " <!-- End ExtractTimeSteps -->\n" 12919 " </SourceProxy>\n" 12921 "</ServerManagerConfiguration>\n" 12932 char* res =
new char[ len + 1];
12936 assert(offset == len);
12944 "<ServerManagerConfiguration>\n" 12945 " <ProxyGroup name=\"cell_locators\">\n" 12946 " <Proxy class=\"vtkModifiedBSPTree\"\n" 12947 " name=\"ModifiedBSPTree\"\n" 12948 " label=\"BSP Tree Cell Locator\"/>\n" 12950 " <ProxyGroup name=\"filters\">\n" 12951 " <!-- ==================================================================== -->\n" 12952 " <SourceProxy class=\"vtkEvenlySpacedStreamlines2D\"\n" 12953 " label=\"Evenly Spaced Streamlines 2D\"\n" 12954 " name=\"EvenlySpacedStreamlines2D\">\n" 12955 " <Documentation long_help=\"Produce evenly spaced streamlines in a 2D vector field.\"\n" 12956 " short_help=\"Produce evenly spaced streamlines in a 2D vector field.\">\n" 12957 " This filter generates evenly spaced streamlines in a 2D\n" 12958 " vector field from a start position. Production of\n" 12959 " streamlines terminates if a streamline crosses the\n" 12960 " exterior boundary of the input dataset\n" 12961 " (ReasonForTermination=1), an initialization issue (ReasonForTermination=2),\n" 12962 " computing an unexpected value (ReasonForTermination=3),\n" 12963 " reached the Maximum Streamline Length input value\n" 12964 " (ReasonForTermination=4), reached the Maximum Steps\n" 12965 " input value (ReasonForTermination=5), velocity was\n" 12966 " lower than the Terminal Speed input value\n" 12967 " (ReasonForTermination=6), a streamline formed a loop\n" 12968 " (ReasonForTermination=7), and the streamline was too close to\n" 12969 " other streamlines (ReasonForTermination=8). This filter\n" 12970 " operates on a 2D dataset aligned with plane XY with\n" 12971 " point-centered vectors aligned with plane XY.\n" 12972 " The output is polygonal data containing polylines.\n" 12973 " </Documentation>\n" 12974 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 12975 " command=\"AddInputConnection\"\n" 12976 " name=\"Input\">\n" 12977 " <ProxyGroupDomain name=\"groups\">\n" 12978 " <Group name=\"sources\" />\n" 12979 " <Group name=\"filters\" />\n" 12980 " </ProxyGroupDomain>\n" 12981 " <DataTypeDomain composite_data_supported=\"1\"\n" 12982 " name=\"input_type\">\n" 12983 " <DataType value=\"vtkDataSet\" />\n" 12984 " </DataTypeDomain>\n" 12985 " <InputArrayDomain name=\"input_array\"\n" 12986 " number_of_components=\"3\" />\n" 12987 " <Documentation>This property specifies the input to the filter.</Documentation>\n" 12988 " </InputProperty>\n" 12989 " <StringVectorProperty animateable=\"0\"\n" 12990 " command=\"SetInputArrayToProcess\"\n" 12991 " element_types=\"0 0 0 0 2\"\n" 12992 " label=\"Vectors\"\n" 12993 " name=\"SelectInputVectors\"\n" 12994 " number_of_elements=\"5\">\n" 12995 " <ArrayListDomain attribute_type=\"Vectors\"\n" 12996 " name=\"array_list\">\n" 12997 " <RequiredProperties>\n" 12998 " <Property function=\"Input\"\n" 12999 " name=\"Input\" />\n" 13000 " </RequiredProperties>\n" 13001 " </ArrayListDomain>\n" 13002 " <Documentation>This property contains the name of the vector array from\n" 13003 " which to generate streamlines.</Documentation>\n" 13004 " </StringVectorProperty>\n" 13005 " <IntVectorProperty command=\"SetInterpolatorType\"\n" 13006 " default_values=\"0\"\n" 13007 " name=\"InterpolatorType\"\n" 13008 " number_of_elements=\"1\"\n" 13009 " panel_visibility=\"advanced\" >\n" 13010 " <EnumerationDomain name=\"enum\">\n" 13011 " <Entry text=\"Interpolator with Point Locator\"\n" 13012 " value=\"0\" />\n" 13013 " <Entry text=\"Interpolator with Cell Locator\"\n" 13014 " value=\"1\" />\n" 13015 " </EnumerationDomain>\n" 13016 " <Documentation>This property determines which interpolator to use for\n" 13017 " evaluating the velocity vector field. The first is faster though the\n" 13018 " second is more robust in locating cells during streamline\n" 13019 " integration.</Documentation>\n" 13020 " </IntVectorProperty>\n" 13021 " <IntVectorProperty command=\"SetIntegratorType\"\n" 13022 " default_values=\"1\"\n" 13023 " name=\"IntegratorType\"\n" 13024 " number_of_elements=\"1\">\n" 13025 " <EnumerationDomain name=\"enum\">\n" 13026 " <Entry text=\"Runge-Kutta 2\"\n" 13027 " value=\"0\" />\n" 13028 " <Entry text=\"Runge-Kutta 4\"\n" 13029 " value=\"1\" />\n" 13030 " </EnumerationDomain>\n" 13031 " <Documentation>This property determines which integrator (with\n" 13032 " increasing accuracy) to use for creating streamlines.</Documentation>\n" 13033 " </IntVectorProperty>\n" 13034 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n" 13035 " default_values=\"2\"\n" 13036 " label=\"Integration Step Unit\"\n" 13037 " name=\"IntegrationStepUnit\"\n" 13038 " number_of_elements=\"1\"\n" 13039 " panel_visibility=\"advanced\">\n" 13040 " <EnumerationDomain name=\"enum\">\n" 13041 " <Entry text=\"Length\"\n" 13042 " value=\"1\" />\n" 13043 " <Entry text=\"Cell Length\"\n" 13044 " value=\"2\" />\n" 13045 " </EnumerationDomain>\n" 13046 " <Documentation>This property specifies the unit for\n" 13047 " Initial integration step size. The Length unit refers\n" 13048 " to the arc length that a particle travels/advects within a single step.\n" 13049 " The Cell Length unit represents the step size as a number of\n" 13050 " cells.</Documentation>\n" 13051 " </IntVectorProperty>\n" 13052 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n" 13053 " default_values=\"0.2\"\n" 13054 " label=\"Initial Step Length\"\n" 13055 " name=\"InitialIntegrationStep\"\n" 13056 " number_of_elements=\"1\"\n" 13057 " panel_visibility=\"advanced\" >\n" 13058 " <DoubleRangeDomain name=\"range\" />\n" 13059 " <Documentation>This property specifies the initial integration step\n" 13060 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n" 13061 " it is fixed (always equal to this initial value) throughout the\n" 13062 " integration.</Documentation>\n" 13063 " </DoubleVectorProperty>\n" 13064 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n" 13065 " default_values=\"2000\"\n" 13066 " label=\"Maximum Steps\"\n" 13067 " name=\"MaximumNumberOfSteps\"\n" 13068 " number_of_elements=\"1\"\n" 13069 " panel_visibility=\"advanced\">\n" 13070 " <IntRangeDomain name=\"range\" />\n" 13071 " <Documentation>This property specifies the maximum number of steps,\n" 13072 " beyond which streamline integration is terminated.</Documentation>\n" 13073 " </IntVectorProperty>\n" 13074 " <DoubleVectorProperty command=\"SetSeparatingDistance\"\n" 13075 " default_values=\"2\"\n" 13076 " label=\"Separating Distance\"\n" 13077 " name=\"SeparatingDistance\"\n" 13078 " number_of_elements=\"1\"\n" 13079 " panel_visibility=\"default\" >\n" 13080 " <DoubleRangeDomain name=\"range\" />\n" 13081 " <Documentation>Specify the separating distance between\n" 13082 " streamlines expressed in IntegrationStepUnit.</Documentation>\n" 13083 " </DoubleVectorProperty>\n" 13084 " <DoubleVectorProperty command=\"SetSeparatingDistanceRatio\"\n" 13085 " default_values=\"0.4\"\n" 13086 " label=\"Separating Distance Ratio\"\n" 13087 " name=\"SeparatingDistanceRatio\"\n" 13088 " number_of_elements=\"1\"\n" 13089 " panel_visibility=\"default\" >\n" 13090 " <DoubleRangeDomain name=\"range\" />\n" 13091 " <Documentation>Specifies SeparatingDistanceRatio. If streamlines\n" 13092 " get closer than SeparatingDistance * SeparatingDistanceRatio to\n" 13093 " other streamlines integration stops.</Documentation>\n" 13094 " </DoubleVectorProperty>\n" 13095 " <DoubleVectorProperty command=\"SetClosedLoopMaximumDistance\"\n" 13096 " default_values=\"0.2\"\n" 13097 " label=\"Closed Loop Maximum Distance\"\n" 13098 " name=\"ClosedLoopMaximumDistance\"\n" 13099 " number_of_elements=\"1\"\n" 13100 " panel_visibility=\"default\" >\n" 13101 " <DoubleRangeDomain name=\"range\" />\n" 13102 " <Documentation>Loops are considered closed if the have two points at\n" 13103 " distance less than this. This is expressed in IntegrationStepUnit.</Documentation>\n" 13104 " </DoubleVectorProperty>\n" 13105 " <DoubleVectorProperty command=\"SetStartPosition\"\n" 13106 " default_values=\"0 0 0 \"\n" 13107 " label=\"Start Position\"\n" 13108 " name=\"StartPosition\"\n" 13109 " number_of_elements=\"3\"\n" 13110 " panel_visibility=\"default\" >\n" 13111 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 13112 " <RequiredProperties>\n" 13113 " <Property function=\"Input\" name=\"Input\" />\n" 13114 " </RequiredProperties>\n" 13115 " </BoundsDomain>\n" 13116 " <Documentation>Specify the starting point (seed) of the first streamline\n" 13117 " in the global coordinate system.</Documentation>\n" 13118 " </DoubleVectorProperty>\n" 13119 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n" 13120 " default_values=\"0.000000000001\"\n" 13121 " label=\"Terminal Speed\"\n" 13122 " name=\"TerminalSpeed\"\n" 13123 " number_of_elements=\"1\"\n" 13124 " panel_visibility=\"advanced\" >\n" 13125 " <DoubleRangeDomain name=\"range\" />\n" 13126 " <Documentation>This property specifies the terminal speed, below which\n" 13127 " particle advection/integration is terminated.</Documentation>\n" 13128 " </DoubleVectorProperty>\n" 13129 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 13130 " default_values=\"1\"\n" 13131 " name=\"ComputeVorticity\"\n" 13132 " number_of_elements=\"1\"\n" 13133 " panel_visibility=\"advanced\" >\n" 13134 " <BooleanDomain name=\"bool\" />\n" 13135 " <Documentation>Specify whether or not to compute\n" 13136 " vorticity.</Documentation>\n" 13137 " </IntVectorProperty>\n" 13139 " <PropertyGroup label=\"Streamline Parameters\">\n" 13140 " <Property name=\"StartPosition\" />\n" 13141 " <Property name=\"SeparatingDistance\" />\n" 13142 " <Property name=\"SeparatingDistanceRatio\" />\n" 13143 " <Property name=\"ClosedLoopMaximumDistance\" />\n" 13144 " <Property name=\"IntegratorType\" />\n" 13145 " <Property name=\"IntegrationStepUnit\" />\n" 13146 " <Property name=\"InitialIntegrationStep\" />\n" 13147 " <Property name=\"MaximumNumberOfSteps\" />\n" 13148 " <Property name=\"TerminalSpeed\" />\n" 13149 " </PropertyGroup>\n" 13152 " <Visibility replace_input=\"2\" />\n" 13154 " <!-- End EvenlySpacedStreamlines2D -->\n" 13155 " </SourceProxy>\n" 13157 " <!-- ==================================================================== -->\n" 13158 " <SourceProxy class=\"vtkParticlePathFilter\"\n" 13159 " name=\"ParticlePath\">\n" 13160 " <Documentation long_help=\"Trace Particle Paths through time in a vector field.\"\n" 13161 " short_help=\"Trace Particle Paths through time in a vector field.\">\n" 13162 " The Particle Trace filter generates pathlines in a vector\n" 13163 " field from a collection of seed points. The vector field\n" 13164 " used is selected from the Vectors menu, so the input data\n" 13165 " set is required to have point-centered vectors. The Seed\n" 13166 " portion of the interface allows you to select whether the\n" 13167 " seed points for this integration lie in a point cloud or\n" 13168 " along a line. Depending on which is selected, the\n" 13169 " appropriate 3D widget (point or line widget) is displayed\n" 13170 " along with traditional user interface controls for\n" 13171 " positioning the point cloud or line within the data set.\n" 13172 " Instructions for using the 3D widgets and the\n" 13173 " corresponding manual controls can be found in section 7.4.\n" 13174 " This filter operates on any type of data set, provided it\n" 13175 " has point-centered vectors. The output is polygonal data\n" 13176 " containing polylines. This filter is available on the\n" 13177 " Toolbar.</Documentation>\n" 13178 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 13179 " command=\"AddInputConnection\"\n" 13180 " multiple_input=\"1\"\n" 13181 " name=\"Input\">\n" 13182 " <ProxyGroupDomain name=\"groups\">\n" 13183 " <Group name=\"sources\" />\n" 13184 " <Group name=\"filters\" />\n" 13185 " </ProxyGroupDomain>\n" 13186 " <DataTypeDomain composite_data_supported=\"1\"\n" 13187 " name=\"input_type\">\n" 13188 " <DataType value=\"vtkDataObject\" />\n" 13189 " </DataTypeDomain>\n" 13190 " <InputArrayDomain attribute_type=\"point\"\n" 13191 " name=\"input_array\"\n" 13192 " number_of_components=\"3\" />\n" 13193 " <Documentation>Specify which is the Input of the StreamTracer\n" 13194 " filter.</Documentation>\n" 13195 " </InputProperty>\n" 13196 " <InputProperty clean_command=\"RemoveAllSources\"\n" 13197 " command=\"AddSourceConnection\"\n" 13198 " label=\"Seed Source\"\n" 13199 " multiple_input=\"1\"\n" 13200 " name=\"Source\">\n" 13201 " <ProxyGroupDomain name=\"groups\">\n" 13202 " <Group name=\"sources\" />\n" 13203 " <Group name=\"filters\" />\n" 13204 " </ProxyGroupDomain>\n" 13205 " <DataTypeDomain name=\"input_type\">\n" 13206 " <DataType value=\"vtkDataSet\" />\n" 13207 " </DataTypeDomain>\n" 13208 " <Documentation>Specify the seed dataset. Typically from where the\n" 13209 " vector field integration should begin. Usually a point/radius or a line\n" 13210 " with a given resolution.</Documentation>\n" 13211 " </InputProperty>\n" 13212 " <DoubleVectorProperty command=\"SetTerminationTime\"\n" 13213 " default_values=\"0.0\"\n" 13214 " name=\"TerminationTime\"\n" 13215 " number_of_elements=\"1\"\n" 13216 " panel_visibility=\"default\">\n" 13217 " <DoubleRangeDomain name=\"range\" />\n" 13218 " <Documentation>Setting TerminationTime to a positive value will cause\n" 13219 " particles to terminate when the time is reached. The units of time\n" 13220 " should be consistent with the primary time variable.</Documentation>\n" 13221 " </DoubleVectorProperty>\n" 13222 " <DoubleVectorProperty information_only=\"1\"\n" 13223 " name=\"TimestepValues\">\n" 13224 " <TimeStepsInformationHelper />\n" 13225 " </DoubleVectorProperty>\n" 13226 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n" 13227 " default_values=\"0\"\n" 13228 " name=\"ForceReinjectionEveryNSteps\"\n" 13233 " number_of_elements=\"1\">\n" 13234 " <IntRangeDomain name=\"range\" />\n" 13235 " <Documentation>When animating particles, it is nice to inject new ones\n" 13236 " every Nth step to produce a continuous flow. Setting\n" 13237 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n" 13238 " source to reinject particles every Nth step even if it is otherwise\n" 13239 " unchanged. Note that if the particle source is also animated, this flag\n" 13240 " will be redundant as the particles will be reinjected whenever the\n" 13241 " source changes anyway</Documentation>\n" 13242 " </IntVectorProperty>\n" 13243 " <IntVectorProperty command=\"SetStaticSeeds\"\n" 13244 " default_values=\"0\"\n" 13245 " name=\"StaticSeeds\"\n" 13246 " number_of_elements=\"1\">\n" 13247 " <BooleanDomain name=\"bool\" />\n" 13248 " <Documentation>If the input seeds are not changing, then this\n" 13249 " can be set to 1 to avoid having to do a repeated grid search\n" 13250 " that would return the exact same result.\n" 13251 " </Documentation>\n" 13252 " </IntVectorProperty>\n" 13253 " <IntVectorProperty command=\"SetStaticMesh\"\n" 13254 " default_values=\"0\"\n" 13255 " name=\"StaticMesh\"\n" 13256 " number_of_elements=\"1\">\n" 13257 " <BooleanDomain name=\"bool\" />\n" 13258 " <Documentation>If the input grid is not changing, then this\n" 13259 " can be set to 1 to avoid having to create cell locators for\n" 13261 " </Documentation>\n" 13262 " </IntVectorProperty>\n" 13263 " <StringVectorProperty animateable=\"0\"\n" 13264 " command=\"SetInputArrayToProcess\"\n" 13265 " element_types=\"0 0 0 0 2\"\n" 13266 " name=\"SelectInputVectors\"\n" 13267 " number_of_elements=\"5\"\n" 13268 " panel_visibility=\"default\">\n" 13269 " <ArrayListDomain attribute_type=\"Vectors\"\n" 13270 " name=\"array_list\">\n" 13271 " <RequiredProperties>\n" 13272 " <Property function=\"Input\"\n" 13273 " name=\"Input\" />\n" 13274 " </RequiredProperties>\n" 13275 " </ArrayListDomain>\n" 13276 " <Documentation>Specify which vector array should be used for the\n" 13277 " integration through that filter.</Documentation>\n" 13278 " </StringVectorProperty>\n" 13279 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 13280 " default_values=\"1\"\n" 13281 " name=\"ComputeVorticity\"\n" 13282 " number_of_elements=\"1\">\n" 13283 " <BooleanDomain name=\"bool\" />\n" 13284 " <Documentation>Compute vorticity and angular rotation of particles as\n" 13285 " they progress</Documentation>\n" 13286 " </IntVectorProperty>\n" 13287 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n" 13288 " default_values=\"0.000000000001\"\n" 13289 " label=\"Terminal Speed\"\n" 13290 " name=\"TerminalSpeed\"\n" 13291 " number_of_elements=\"1\"\n" 13292 " panel_visibility=\"advanced\" >\n" 13293 " <DoubleRangeDomain name=\"range\" />\n" 13294 " <Documentation>This property specifies the terminal speed, below which\n" 13295 " particle advection/integration is terminated.</Documentation>\n" 13296 " </DoubleVectorProperty>\n" 13297 " </SourceProxy>\n" 13299 " <!-- ==================================================================== -->\n" 13300 " <SourceProxy class=\"vtkParticleTracer\"\n" 13301 " name=\"ParticleTracer\">\n" 13302 " <Documentation long_help=\"Trace Particles through time in a vector field.\"\n" 13303 " short_help=\"Trace Particles through time in a vector field.\">\n" 13304 " The Particle Trace filter generates pathlines in a vector\n" 13305 " field from a collection of seed points. The vector field\n" 13306 " used is selected from the Vectors menu, so the input data\n" 13307 " set is required to have point-centered vectors. The Seed\n" 13308 " portion of the interface allows you to select whether the\n" 13309 " seed points for this integration lie in a point cloud or\n" 13310 " along a line. Depending on which is selected, the\n" 13311 " appropriate 3D widget (point or line widget) is displayed\n" 13312 " along with traditional user interface controls for\n" 13313 " positioning the point cloud or line within the data set.\n" 13314 " Instructions for using the 3D widgets and the\n" 13315 " corresponding manual controls can be found in section 7.4.\n" 13316 " This filter operates on any type of data set, provided it\n" 13317 " has point-centered vectors. The output is polygonal data\n" 13318 " containing polylines. This filter is available on the\n" 13319 " Toolbar.</Documentation>\n" 13320 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 13321 " command=\"AddInputConnection\"\n" 13322 " multiple_input=\"1\"\n" 13323 " name=\"Input\">\n" 13324 " <ProxyGroupDomain name=\"groups\">\n" 13325 " <Group name=\"sources\" />\n" 13326 " <Group name=\"filters\" />\n" 13327 " </ProxyGroupDomain>\n" 13328 " <DataTypeDomain composite_data_supported=\"1\"\n" 13329 " name=\"input_type\">\n" 13330 " <DataType value=\"vtkDataObject\" />\n" 13331 " </DataTypeDomain>\n" 13332 " <InputArrayDomain attribute_type=\"point\"\n" 13333 " name=\"input_array\"\n" 13334 " number_of_components=\"3\" />\n" 13335 " <Documentation>Specify which is the Input of the StreamTracer\n" 13336 " filter.</Documentation>\n" 13337 " </InputProperty>\n" 13338 " <InputProperty clean_command=\"RemoveAllSources\"\n" 13339 " command=\"AddSourceConnection\"\n" 13340 " label=\"Seed Source\"\n" 13341 " multiple_input=\"1\"\n" 13342 " name=\"Source\">\n" 13343 " <ProxyGroupDomain name=\"groups\">\n" 13344 " <Group name=\"sources\" />\n" 13345 " <Group name=\"filters\" />\n" 13346 " </ProxyGroupDomain>\n" 13347 " <DataTypeDomain name=\"input_type\">\n" 13348 " <DataType value=\"vtkDataSet\" />\n" 13349 " </DataTypeDomain>\n" 13350 " <Documentation>Specify the seed dataset. Typically from where the\n" 13351 " vector field integration should begin. Usually a point/radius or a line\n" 13352 " with a given resolution.</Documentation>\n" 13353 " </InputProperty>\n" 13354 " <IntVectorProperty command=\"SetStaticSeeds\"\n" 13355 " default_values=\"0\"\n" 13356 " name=\"StaticSeeds\"\n" 13357 " number_of_elements=\"1\">\n" 13358 " <BooleanDomain name=\"bool\" />\n" 13359 " <Documentation>If the input seeds are not changing, then this\n" 13360 " can be set to 1 to avoid having to do a repeated grid search\n" 13361 " that would return the exact same result.\n" 13362 " </Documentation>\n" 13363 " </IntVectorProperty>\n" 13364 " <IntVectorProperty command=\"SetStaticMesh\"\n" 13365 " default_values=\"0\"\n" 13366 " name=\"StaticMesh\"\n" 13367 " number_of_elements=\"1\">\n" 13368 " <BooleanDomain name=\"bool\" />\n" 13369 " <Documentation>If the input grid is not changing, then this\n" 13370 " can be set to 1 to avoid having to create cell locators for\n" 13372 " </Documentation>\n" 13373 " </IntVectorProperty>\n" 13375 " <DoubleVectorProperty\n" 13376 " name=\"TimeStepResolution\"\n" 13377 " command=\"SetTimeStepResolution\"\n" 13378 " number_of_elements=\"1\"\n" 13379 " default_values=\"1.0\" >\n" 13380 " <DoubleRangeDomain name=\"range\"/>\n" 13381 " </DoubleVectorProperty>\n" 13383 " <DoubleVectorProperty information_only=\"1\"\n" 13384 " name=\"TimestepValues\">\n" 13385 " <TimeStepsInformationHelper />\n" 13386 " </DoubleVectorProperty>\n" 13387 " <!-- <IntVectorProperty -->\n" 13388 " <!-- name=\"StaticSeeds\" -->\n" 13389 " <!-- command=\"SetStaticSeeds\" -->\n" 13390 " <!-- number_of_elements=\"1\" -->\n" 13391 " <!-- default_values=\"1\" > -->\n" 13392 " <!-- <BooleanDomain name=\"bool\"/> -->\n" 13393 " <!-- <Documentation> -->\n" 13394 " <!-- Force the use of static seed optimizations -->\n" 13395 " <!-- </Documentation> -->\n" 13396 " <!-- </IntVectorProperty> -->\n" 13397 " <!-- <IntVectorProperty -->\n" 13398 " <!-- name=\"StaticMesh\" -->\n" 13399 " <!-- command=\"SetStaticMesh\" -->\n" 13400 " <!-- number_of_elements=\"1\" -->\n" 13401 " <!-- default_values=\"0\" > -->\n" 13402 " <!-- <BooleanDomain name=\"bool\"/> -->\n" 13403 " <!-- <Documentation> -->\n" 13404 " <!-- Force the use of static mesh optimizations -->\n" 13405 " <!-- </Documentation> -->\n" 13406 " <!-- </IntVectorProperty> -->\n" 13407 " <!-- <DoubleVectorProperty -->\n" 13408 " <!-- name=\"InitialIntegrationStep\" -->\n" 13409 " <!-- command=\"SetInitialIntegrationStep\" -->\n" 13410 " <!-- number_of_elements=\"1\" -->\n" 13411 " <!-- default_values=\"0.25\" > -->\n" 13412 " <!-- <DoubleRangeDomain name=\"range\"/> -->\n" 13413 " <!-- <Documentation> -->\n" 13414 " <!-- Specify the Initial step size used for line integration, expressed in: -->\n" 13415 " <!-- LENGTH_UNIT = 1 -->\n" 13416 " <!-- CELL_LENGTH_UNIT = 2 -->\n" 13417 " <!-- (either the starting size for an adaptive integrator, e.g., RK45, -->\n" 13418 " <!-- or the constant / fixed size for non-adaptive ones, i.e., RK2 and RK4) -->\n" 13419 " <!-- </Documentation> -->\n" 13420 " <!-- </DoubleVectorProperty> -->\n" 13421 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n" 13422 " default_values=\"0\"\n" 13423 " name=\"ForceReinjectionEveryNSteps\"\n" 13424 " number_of_elements=\"1\">\n" 13425 " <IntRangeDomain name=\"range\" />\n" 13426 " <Documentation>When animating particles, it is nice to inject new ones\n" 13427 " every Nth step to produce a continuous flow. Setting\n" 13428 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n" 13429 " source to reinject particles every Nth step even if it is otherwise\n" 13430 " unchanged. Note that if the particle source is also animated, this flag\n" 13431 " will be redundant as the particles will be reinjected whenever the\n" 13432 " source changes anyway</Documentation>\n" 13433 " </IntVectorProperty>\n" 13434 " <StringVectorProperty animateable=\"0\"\n" 13435 " command=\"SetInputArrayToProcess\"\n" 13436 " element_types=\"0 0 0 0 2\"\n" 13437 " name=\"SelectInputVectors\"\n" 13438 " number_of_elements=\"5\"\n" 13439 " panel_visibility=\"default\">\n" 13440 " <ArrayListDomain attribute_type=\"Vectors\"\n" 13441 " name=\"array_list\">\n" 13442 " <RequiredProperties>\n" 13443 " <Property function=\"Input\"\n" 13444 " name=\"Input\" />\n" 13445 " </RequiredProperties>\n" 13446 " </ArrayListDomain>\n" 13447 " <Documentation>Specify which vector array should be used for the\n" 13448 " integration through that filter.</Documentation>\n" 13449 " </StringVectorProperty>\n" 13450 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 13451 " default_values=\"1\"\n" 13452 " name=\"ComputeVorticity\"\n" 13453 " number_of_elements=\"1\">\n" 13454 " <BooleanDomain name=\"bool\" />\n" 13455 " <Documentation>Compute vorticity and angular rotation of particles as\n" 13456 " they progress</Documentation>\n" 13457 " </IntVectorProperty>\n" 13458 " <!-- End ParticleTracer -->\n" 13459 " </SourceProxy>\n" 13461 " <!-- ==================================================================== -->\n" 13462 " <SourceProxy class=\"vtkStreaklineFilter\"\n" 13463 " name=\"StreakLine\">\n" 13464 " <Documentation long_help=\"Trace Streak lines through time in a vector field.\"\n" 13465 " short_help=\"Trace Streak lines through time in a vector field.\">\n" 13466 " The Particle Trace filter generates pathlines in a vector\n" 13467 " field from a collection of seed points. The vector field\n" 13468 " used is selected from the Vectors menu, so the input data\n" 13469 " set is required to have point-centered vectors. The Seed\n" 13470 " portion of the interface allows you to select whether the\n" 13471 " seed points for this integration lie in a point cloud or\n" 13472 " along a line. Depending on which is selected, the\n" 13473 " appropriate 3D widget (point or line widget) is displayed\n" 13474 " along with traditional user interface controls for\n" 13475 " positioning the point cloud or line within the data set.\n" 13476 " Instructions for using the 3D widgets and the\n" 13477 " corresponding manual controls can be found in section 7.4.\n" 13478 " This filter operates on any type of data set, provided it\n" 13479 " has point-centered vectors. The output is polygonal data\n" 13480 " containing polylines. This filter is available on the\n" 13481 " Toolbar.</Documentation>\n" 13482 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 13483 " command=\"AddInputConnection\"\n" 13484 " multiple_input=\"1\"\n" 13485 " name=\"Input\">\n" 13486 " <ProxyGroupDomain name=\"groups\">\n" 13487 " <Group name=\"sources\" />\n" 13488 " <Group name=\"filters\" />\n" 13489 " </ProxyGroupDomain>\n" 13490 " <DataTypeDomain composite_data_supported=\"1\"\n" 13491 " name=\"input_type\">\n" 13492 " <DataType value=\"vtkDataObject\" />\n" 13493 " </DataTypeDomain>\n" 13494 " <InputArrayDomain attribute_type=\"point\"\n" 13495 " name=\"input_array\"\n" 13496 " number_of_components=\"3\" />\n" 13497 " <Documentation>Specify which is the Input of the StreamTracer\n" 13498 " filter.</Documentation>\n" 13499 " </InputProperty>\n" 13500 " <IntVectorProperty command=\"SetStaticSeeds\"\n" 13501 " default_values=\"0\"\n" 13502 " name=\"StaticSeeds\"\n" 13503 " number_of_elements=\"1\">\n" 13504 " <BooleanDomain name=\"bool\" />\n" 13505 " <Documentation>If the input seeds are not changing, then this\n" 13506 " can be set to 1 to avoid having to do a repeated grid search\n" 13507 " that would return the exact same result.\n" 13508 " </Documentation>\n" 13509 " </IntVectorProperty>\n" 13510 " <IntVectorProperty command=\"SetStaticMesh\"\n" 13511 " default_values=\"0\"\n" 13512 " name=\"StaticMesh\"\n" 13513 " number_of_elements=\"1\">\n" 13514 " <BooleanDomain name=\"bool\" />\n" 13515 " <Documentation>If the input grid is not changing, then this\n" 13516 " can be set to 1 to avoid having to create cell locators for\n" 13518 " </Documentation>\n" 13519 " </IntVectorProperty>\n" 13520 " <InputProperty clean_command=\"RemoveAllSources\"\n" 13521 " command=\"AddSourceConnection\"\n" 13522 " label=\"Seed Source\"\n" 13523 " multiple_input=\"1\"\n" 13524 " name=\"Source\">\n" 13525 " <ProxyGroupDomain name=\"groups\">\n" 13526 " <Group name=\"sources\" />\n" 13527 " <Group name=\"filters\" />\n" 13532 " </ProxyGroupDomain>\n" 13533 " <DataTypeDomain name=\"input_type\">\n" 13534 " <DataType value=\"vtkDataSet\" />\n" 13535 " </DataTypeDomain>\n" 13536 " <Documentation>Specify the seed dataset. Typically from where the\n" 13537 " vector field integration should begin. Usually a point/radius or a line\n" 13538 " with a given resolution.</Documentation>\n" 13539 " </InputProperty>\n" 13540 " <DoubleVectorProperty command=\"SetTerminationTime\"\n" 13541 " default_values=\"0.0\"\n" 13542 " name=\"TerminationTime\"\n" 13543 " number_of_elements=\"1\"\n" 13544 " panel_visibility=\"default\">\n" 13545 " <DoubleRangeDomain name=\"range\" />\n" 13546 " <Documentation>Setting TerminationTime to a positive value will cause\n" 13547 " particles to terminate when the time is reached. The units of time\n" 13548 " should be consistent with the primary time variable.</Documentation>\n" 13549 " </DoubleVectorProperty>\n" 13550 " <DoubleVectorProperty information_only=\"1\"\n" 13551 " name=\"TimestepValues\">\n" 13552 " <TimeStepsInformationHelper />\n" 13553 " </DoubleVectorProperty>\n" 13554 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n" 13555 " default_values=\"1\"\n" 13556 " name=\"ForceReinjectionEveryNSteps\"\n" 13557 " number_of_elements=\"1\">\n" 13558 " <IntRangeDomain name=\"range\" />\n" 13559 " <Documentation>When animating particles, it is nice to inject new ones\n" 13560 " every Nth step to produce a continuous flow. Setting\n" 13561 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n" 13562 " source to reinject particles every Nth step even if it is otherwise\n" 13563 " unchanged. Note that if the particle source is also animated, this flag\n" 13564 " will be redundant as the particles will be reinjected whenever the\n" 13565 " source changes anyway</Documentation>\n" 13566 " </IntVectorProperty>\n" 13567 " <StringVectorProperty animateable=\"0\"\n" 13568 " command=\"SetInputArrayToProcess\"\n" 13569 " element_types=\"0 0 0 0 2\"\n" 13570 " name=\"SelectInputVectors\"\n" 13571 " number_of_elements=\"5\"\n" 13572 " panel_visibility=\"default\">\n" 13573 " <ArrayListDomain attribute_type=\"Vectors\"\n" 13574 " name=\"array_list\">\n" 13575 " <RequiredProperties>\n" 13576 " <Property function=\"Input\"\n" 13577 " name=\"Input\" />\n" 13578 " </RequiredProperties>\n" 13579 " </ArrayListDomain>\n" 13580 " <Documentation>Specify which vector array should be used for the\n" 13581 " integration through that filter.</Documentation>\n" 13582 " </StringVectorProperty>\n" 13583 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 13584 " default_values=\"1\"\n" 13585 " name=\"ComputeVorticity\"\n" 13586 " number_of_elements=\"1\">\n" 13587 " <BooleanDomain name=\"bool\" />\n" 13588 " <Documentation>Compute vorticity and angular rotation of particles as\n" 13589 " they progress</Documentation>\n" 13590 " </IntVectorProperty>\n" 13591 " <IntVectorProperty command=\"SetDisableResetCache\"\n" 13592 " default_values=\"0\"\n" 13593 " name=\"DisableResetCache\"\n" 13594 " number_of_elements=\"1\"\n" 13595 " panel_visibility=\"never\">\n" 13596 " <BooleanDomain name=\"bool\" />\n" 13597 " <Documentation>Prevents cache from getting reset so that new computation\n" 13598 " always start from previous results.</Documentation>\n" 13599 " </IntVectorProperty>\n" 13600 " </SourceProxy>\n" 13602 " <!-- ==================================================================== -->\n" 13603 " <SourceProxy class=\"vtkStreamTracer\"\n" 13604 " label=\"Stream Tracer\"\n" 13605 " name=\"StreamTracer\">\n" 13606 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n" 13607 " short_help=\"Integrate streamlines in a vector field.\">The\n" 13608 " Stream Tracer filter generates streamlines in a vector\n" 13609 " field from a collection of seed points. Production of\n" 13610 " streamlines terminates if a streamline crosses the\n" 13611 " exterior boundary of the input dataset\n" 13612 " (ReasonForTermination=1). Other reasons for termination\n" 13613 " include an initialization issue (ReasonForTermination=2),\n" 13614 " computing an unexpected value (ReasonForTermination=3),\n" 13615 " reached the Maximum Streamline Length input value\n" 13616 " (ReasonForTermination=4), reached the Maximum Steps\n" 13617 " input value (ReasonForTermination=5), and velocity was\n" 13618 " lower than the Terminal Speed input value\n" 13619 " (ReasonForTermination=6). This filter operates on any\n" 13620 " type of dataset, provided it has point-centered vectors.\n" 13621 " The output is polygonal data containing polylines.\n" 13622 " </Documentation>\n" 13623 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 13624 " command=\"AddInputConnection\"\n" 13625 " name=\"Input\">\n" 13626 " <ProxyGroupDomain name=\"groups\">\n" 13627 " <Group name=\"sources\" />\n" 13628 " <Group name=\"filters\" />\n" 13629 " </ProxyGroupDomain>\n" 13630 " <DataTypeDomain composite_data_supported=\"1\"\n" 13631 " name=\"input_type\">\n" 13632 " <DataType value=\"vtkDataSet\" />\n" 13633 " </DataTypeDomain>\n" 13634 " <InputArrayDomain name=\"input_array\"\n" 13635 " number_of_components=\"3\" />\n" 13636 " <Documentation>This property specifies the input to the Stream Tracer\n" 13637 " filter.</Documentation>\n" 13638 " </InputProperty>\n" 13639 " <StringVectorProperty animateable=\"0\"\n" 13640 " command=\"SetInputArrayToProcess\"\n" 13641 " element_types=\"0 0 0 0 2\"\n" 13642 " label=\"Vectors\"\n" 13643 " name=\"SelectInputVectors\"\n" 13644 " number_of_elements=\"5\">\n" 13645 " <ArrayListDomain attribute_type=\"Vectors\"\n" 13646 " name=\"array_list\">\n" 13647 " <RequiredProperties>\n" 13648 " <Property function=\"Input\"\n" 13649 " name=\"Input\" />\n" 13650 " </RequiredProperties>\n" 13651 " </ArrayListDomain>\n" 13652 " <Documentation>This property contains the name of the vector array from\n" 13653 " which to generate streamlines.</Documentation>\n" 13654 " </StringVectorProperty>\n" 13655 " <IntVectorProperty command=\"SetInterpolatorType\"\n" 13656 " default_values=\"0\"\n" 13657 " name=\"InterpolatorType\"\n" 13658 " number_of_elements=\"1\"\n" 13659 " panel_visibility=\"advanced\" >\n" 13660 " <EnumerationDomain name=\"enum\">\n" 13661 " <Entry text=\"Interpolator with Point Locator\"\n" 13662 " value=\"0\" />\n" 13663 " <Entry text=\"Interpolator with Cell Locator\"\n" 13664 " value=\"1\" />\n" 13665 " </EnumerationDomain>\n" 13666 " <Documentation>This property determines which interpolator to use for\n" 13667 " evaluating the velocity vector field. The first is faster though the\n" 13668 " second is more robust in locating cells during streamline\n" 13669 " integration.</Documentation>\n" 13670 " </IntVectorProperty>\n" 13671 " <IntVectorProperty command=\"SetSurfaceStreamlines\"\n" 13672 " default_values=\"0\"\n" 13673 " name=\"Surface Streamlines\"\n" 13674 " number_of_elements=\"1\"\n" 13675 " panel_visibility=\"advanced\" >\n" 13676 " <BooleanDomain name=\"bool\" />\n" 13677 " <Documentation>Specify whether or not to compute surface\n" 13678 " streamlines.</Documentation>\n" 13679 " </IntVectorProperty>\n" 13680 " <IntVectorProperty command=\"SetIntegrationDirection\"\n" 13681 " default_values=\"2\"\n" 13682 " name=\"IntegrationDirection\"\n" 13683 " number_of_elements=\"1\">\n" 13684 " <EnumerationDomain name=\"enum\">\n" 13685 " <Entry text=\"FORWARD\"\n" 13686 " value=\"0\" />\n" 13687 " <Entry text=\"BACKWARD\"\n" 13688 " value=\"1\" />\n" 13689 " <Entry text=\"BOTH\"\n" 13690 " value=\"2\" />\n" 13691 " </EnumerationDomain>\n" 13692 " <Documentation>This property determines in which direction(s) a\n" 13693 " streamline is generated.</Documentation>\n" 13694 " </IntVectorProperty>\n" 13695 " <IntVectorProperty command=\"SetIntegratorType\"\n" 13696 " default_values=\"2\"\n" 13697 " name=\"IntegratorType\"\n" 13698 " number_of_elements=\"1\">\n" 13699 " <EnumerationDomain name=\"enum\">\n" 13700 " <Entry text=\"Runge-Kutta 2\"\n" 13701 " value=\"0\" />\n" 13702 " <Entry text=\"Runge-Kutta 4\"\n" 13703 " value=\"1\" />\n" 13704 " <Entry text=\"Runge-Kutta 4-5\"\n" 13705 " value=\"2\" />\n" 13706 " </EnumerationDomain>\n" 13707 " <Documentation>This property determines which integrator (with\n" 13708 " increasing accuracy) to use for creating streamlines.</Documentation>\n" 13709 " </IntVectorProperty>\n" 13710 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n" 13711 " default_values=\"2\"\n" 13712 " label=\"Integration Step Unit\"\n" 13713 " name=\"IntegrationStepUnit\"\n" 13714 " number_of_elements=\"1\"\n" 13715 " panel_visibility=\"advanced\">\n" 13716 " <EnumerationDomain name=\"enum\">\n" 13717 " <Entry text=\"Length\"\n" 13718 " value=\"1\" />\n" 13719 " <Entry text=\"Cell Length\"\n" 13720 " value=\"2\" />\n" 13721 " </EnumerationDomain>\n" 13722 " <Documentation>This property specifies the unit for\n" 13723 " Minimum/Initial/Maximum integration step size. The Length unit refers\n" 13724 " to the arc length that a particle travels/advects within a single step.\n" 13725 " The Cell Length unit represents the step size as a number of\n" 13726 " cells.</Documentation>\n" 13727 " </IntVectorProperty>\n" 13728 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n" 13729 " default_values=\"0.2\"\n" 13730 " label=\"Initial Step Length\"\n" 13731 " name=\"InitialIntegrationStep\"\n" 13732 " number_of_elements=\"1\"\n" 13733 " panel_visibility=\"advanced\" >\n" 13734 " <DoubleRangeDomain name=\"range\" />\n" 13735 " <Documentation>This property specifies the initial integration step\n" 13736 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n" 13737 " it is fixed (always equal to this initial value) throughout the\n" 13738 " integration. For an adaptive integrator (Runge-Kutta 4-5), the actual\n" 13739 " step size varies such that the numerical error is less than a specified\n" 13740 " threshold.</Documentation>\n" 13741 " </DoubleVectorProperty>\n" 13742 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n" 13743 " default_values=\"0.01\"\n" 13744 " label=\"Minimum Step Length\"\n" 13745 " name=\"MinimumIntegrationStep\"\n" 13746 " number_of_elements=\"1\"\n" 13747 " panel_visibility=\"advanced\" >\n" 13748 " <DoubleRangeDomain name=\"range\" />\n" 13749 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n" 13750 " specifies the minimum integration step size.</Documentation>\n" 13751 " </DoubleVectorProperty>\n" 13752 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n" 13753 " default_values=\"0.5\"\n" 13754 " label=\"Maximum Step Length\"\n" 13755 " name=\"MaximumIntegrationStep\"\n" 13756 " number_of_elements=\"1\"\n" 13757 " panel_visibility=\"advanced\">\n" 13758 " <DoubleRangeDomain name=\"range\" />\n" 13759 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n" 13760 " specifies the maximum integration step size.</Documentation>\n" 13761 " </DoubleVectorProperty>\n" 13762 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n" 13763 " default_values=\"2000\"\n" 13764 " label=\"Maximum Steps\"\n" 13765 " name=\"MaximumNumberOfSteps\"\n" 13766 " number_of_elements=\"1\"\n" 13767 " panel_visibility=\"advanced\">\n" 13768 " <IntRangeDomain name=\"range\" />\n" 13769 " <Documentation>This property specifies the maximum number of steps,\n" 13770 " beyond which streamline integration is terminated.</Documentation>\n" 13771 " </IntVectorProperty>\n" 13772 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n" 13773 " default_values=\"1.0\"\n" 13774 " label=\"Maximum Streamline Length\"\n" 13775 " name=\"MaximumPropagation\"\n" 13776 " number_of_elements=\"1\">\n" 13777 " <BoundsDomain default_mode=\"max\"\n" 13778 " mode=\"scaled_extent\"\n" 13779 " name=\"bounds\"\n" 13780 " scale_factor=\"1.0\">\n" 13781 " <RequiredProperties>\n" 13782 " <Property function=\"Input\"\n" 13783 " name=\"Input\" />\n" 13784 " </RequiredProperties>\n" 13785 " </BoundsDomain>\n" 13786 " <Documentation>This property specifies the maximum streamline length\n" 13787 " (i.e., physical arc length), beyond which line integration is\n" 13788 " terminated.</Documentation>\n" 13789 " </DoubleVectorProperty>\n" 13790 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n" 13791 " default_values=\"0.000000000001\"\n" 13792 " label=\"Terminal Speed\"\n" 13793 " name=\"TerminalSpeed\"\n" 13794 " number_of_elements=\"1\"\n" 13795 " panel_visibility=\"advanced\" >\n" 13796 " <DoubleRangeDomain name=\"range\" />\n" 13797 " <Documentation>This property specifies the terminal speed, below which\n" 13798 " particle advection/integration is terminated.</Documentation>\n" 13799 " </DoubleVectorProperty>\n" 13800 " <DoubleVectorProperty command=\"SetMaximumError\"\n" 13801 " default_values=\"0.000001\"\n" 13802 " name=\"MaximumError\"\n" 13803 " number_of_elements=\"1\"\n" 13804 " panel_visibility=\"advanced\" >\n" 13805 " <DoubleRangeDomain name=\"range\" />\n" 13806 " <Documentation>This property specifies the maximum error (for\n" 13807 " Runge-Kutta 4-5) tolerated throughout streamline integration. The\n" 13808 " Runge-Kutta 4-5 integrator tries to adjust the step size such that the\n" 13809 " estimated error is less than this threshold.</Documentation>\n" 13810 " </DoubleVectorProperty>\n" 13811 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 13812 " default_values=\"1\"\n" 13813 " name=\"ComputeVorticity\"\n" 13814 " number_of_elements=\"1\"\n" 13815 " panel_visibility=\"advanced\" >\n" 13816 " <BooleanDomain name=\"bool\" />\n" 13817 " <Documentation>Specify whether or not to compute\n" 13818 " vorticity.</Documentation>\n" 13819 " </IntVectorProperty>\n" 13821 " <InputProperty command=\"SetSourceConnection\"\n" 13826 " label=\"Seed Type\"\n" 13827 " name=\"Source\"\n" 13828 " panel_visibility=\"default\">\n" 13829 " <ProxyGroupDomain name=\"groups\">\n" 13830 " <Group name=\"sources\" />\n" 13831 " </ProxyGroupDomain>\n" 13832 " <ProxyListDomain name=\"proxy_list\">\n" 13833 " <Group name=\"seed_sources\"/>\n" 13834 " </ProxyListDomain>\n" 13835 " <Documentation>The value of this property determines how the seeds for\n" 13836 " the streamlines will be generated.</Documentation>\n" 13837 " </InputProperty>\n" 13839 " <PropertyGroup label=\"Seeds\">\n" 13840 " <Property name=\"Source\" />\n" 13841 " </PropertyGroup>\n" 13843 " <PropertyGroup label=\"Integration Parameters\">\n" 13844 " <Property name=\"IntegrationDirection\" />\n" 13845 " <Property name=\"IntegratorType\" />\n" 13846 " <Property name=\"IntegrationStepUnit\" />\n" 13847 " <Property name=\"InitialIntegrationStep\" />\n" 13848 " <Property name=\"MinimumIntegrationStep\" />\n" 13849 " <Property name=\"MaximumIntegrationStep\" />\n" 13850 " <Property name=\"MaximumError\" />\n" 13851 " </PropertyGroup>\n" 13853 " <PropertyGroup label=\"Streamline Parameters\" >\n" 13854 " <Property name=\"MaximumNumberOfSteps\" />\n" 13855 " <Property name=\"MaximumPropagation\" />\n" 13856 " <Property name=\"TerminalSpeed\" />\n" 13857 " </PropertyGroup>\n" 13860 " <Visibility replace_input=\"2\" />\n" 13862 " <!-- End StreamTracer -->\n" 13863 " </SourceProxy>\n" 13865 " <!-- ==================================================================== -->\n" 13866 " <SourceProxy class=\"vtkStreamTracer\"\n" 13867 " label=\"Stream Tracer With Custom Source\"\n" 13868 " name=\"ArbitrarySourceStreamTracer\">\n" 13869 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n" 13870 " short_help=\"Integrate streamlines in a vector field.\">The\n" 13871 " Stream Tracer With Custom Source filter generates streamlines\n" 13872 " in a vector field from a collection of seed points. Production\n" 13873 " of streamlines terminates if a streamline crosses the\n" 13874 " exterior boundary of the input dataset\n" 13875 " (ReasonForTermination=1). Other reasons for termination\n" 13876 " include an initialization issue (ReasonForTermination=2),\n" 13877 " computing an unexpected value (ReasonForTermination=3),\n" 13878 " reached the Maximum Streamline Length input value\n" 13879 " (ReasonForTermination=4), reached the Maximum Steps\n" 13880 " input value (ReasonForTermination=5), and velocity was\n" 13881 " lower than the Terminal Speed input value\n" 13882 " (ReasonForTermination=6). This filter operates on any\n" 13883 " type of dataset, provided it has point-centered vectors.\n" 13884 " The output is polygonal data containing polylines.\n" 13885 " This filter takes a Source input\n" 13886 " that provides the seed points.</Documentation>\n" 13887 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 13888 " command=\"AddInputConnection\"\n" 13889 " name=\"Input\">\n" 13890 " <ProxyGroupDomain name=\"groups\">\n" 13891 " <Group name=\"sources\" />\n" 13892 " <Group name=\"filters\" />\n" 13893 " </ProxyGroupDomain>\n" 13894 " <DataTypeDomain composite_data_supported=\"1\"\n" 13895 " name=\"input_type\">\n" 13896 " <DataType value=\"vtkDataSet\" />\n" 13897 " </DataTypeDomain>\n" 13898 " <InputArrayDomain attribute_type=\"point\"\n" 13899 " name=\"input_array\"\n" 13900 " number_of_components=\"3\" />\n" 13901 " <Documentation>This property specifies the input to the Stream Tracer\n" 13902 " filter.</Documentation>\n" 13903 " </InputProperty>\n" 13904 " <StringVectorProperty animateable=\"0\"\n" 13905 " command=\"SetInputArrayToProcess\"\n" 13906 " element_types=\"0 0 0 0 2\"\n" 13907 " label=\"Vectors\"\n" 13908 " name=\"SelectInputVectors\"\n" 13909 " number_of_elements=\"5\">\n" 13910 " <ArrayListDomain attribute_type=\"Vectors\"\n" 13911 " name=\"array_list\">\n" 13912 " <RequiredProperties>\n" 13913 " <Property function=\"Input\"\n" 13914 " name=\"Input\" />\n" 13915 " </RequiredProperties>\n" 13916 " </ArrayListDomain>\n" 13917 " <Documentation>This property contains the name of the vector array from\n" 13918 " which to generate streamlines.</Documentation>\n" 13919 " </StringVectorProperty>\n" 13920 " <IntVectorProperty command=\"SetInterpolatorType\"\n" 13921 " default_values=\"0\"\n" 13922 " name=\"InterpolatorType\"\n" 13923 " number_of_elements=\"1\"\n" 13924 " panel_visibility=\"advanced\" >\n" 13925 " <EnumerationDomain name=\"enum\">\n" 13926 " <Entry text=\"Interpolator with Point Locator\"\n" 13927 " value=\"0\" />\n" 13928 " <Entry text=\"Interpolator with Cell Locator\"\n" 13929 " value=\"1\" />\n" 13930 " </EnumerationDomain>\n" 13931 " <Documentation>This property determines which interpolator to use for\n" 13932 " evaluating the velocity vector field. The first is faster though the\n" 13933 " second is more robust in locating cells during streamline\n" 13934 " integration.</Documentation>\n" 13935 " </IntVectorProperty>\n" 13936 " <IntVectorProperty command=\"SetSurfaceStreamlines\"\n" 13937 " default_values=\"0\"\n" 13938 " name=\"Surface Streamlines\"\n" 13939 " number_of_elements=\"1\"\n" 13940 " panel_visibility=\"advanced\" >\n" 13941 " <BooleanDomain name=\"bool\" />\n" 13942 " <Documentation>Specify whether or not to compute surface\n" 13943 " streamlines.</Documentation>\n" 13944 " </IntVectorProperty>\n" 13945 " <IntVectorProperty command=\"SetIntegrationDirection\"\n" 13946 " default_values=\"2\"\n" 13947 " name=\"IntegrationDirection\"\n" 13948 " number_of_elements=\"1\">\n" 13949 " <EnumerationDomain name=\"enum\">\n" 13950 " <Entry text=\"FORWARD\"\n" 13951 " value=\"0\" />\n" 13952 " <Entry text=\"BACKWARD\"\n" 13953 " value=\"1\" />\n" 13954 " <Entry text=\"BOTH\"\n" 13955 " value=\"2\" />\n" 13956 " </EnumerationDomain>\n" 13957 " <Documentation>This property determines in which direction(s) a\n" 13958 " streamline is generated.</Documentation>\n" 13959 " </IntVectorProperty>\n" 13960 " <IntVectorProperty command=\"SetIntegratorType\"\n" 13961 " default_values=\"2\"\n" 13962 " name=\"IntegratorType\"\n" 13963 " number_of_elements=\"1\">\n" 13964 " <EnumerationDomain name=\"enum\">\n" 13965 " <Entry text=\"Runge-Kutta 2\"\n" 13966 " value=\"0\" />\n" 13967 " <Entry text=\"Runge-Kutta 4\"\n" 13968 " value=\"1\" />\n" 13969 " <Entry text=\"Runge-Kutta 4-5\"\n" 13970 " value=\"2\" />\n" 13971 " </EnumerationDomain>\n" 13972 " <Documentation>This property determines which integrator (with\n" 13973 " increasing accuracy) to use for creating streamlines.</Documentation>\n" 13974 " </IntVectorProperty>\n" 13975 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n" 13976 " default_values=\"2\"\n" 13977 " label=\"Integration Step Unit\"\n" 13978 " name=\"IntegrationStepUnit\"\n" 13979 " number_of_elements=\"1\"\n" 13980 " panel_visibility=\"advanced\">\n" 13981 " <EnumerationDomain name=\"enum\">\n" 13982 " <Entry text=\"Length\"\n" 13983 " value=\"1\" />\n" 13984 " <Entry text=\"Cell Length\"\n" 13985 " value=\"2\" />\n" 13986 " </EnumerationDomain>\n" 13987 " <Documentation>This property specifies the unit for\n" 13988 " Minimum/Initial/Maximum integration step size. The Length unit refers\n" 13989 " to the arc length that a particle travels/advects within a single step.\n" 13990 " The Cell Length unit represents the step size as a number of\n" 13991 " cells.</Documentation>\n" 13992 " </IntVectorProperty>\n" 13993 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n" 13994 " default_values=\"0.2\"\n" 13995 " label=\"Initial Step Length\"\n" 13996 " name=\"InitialIntegrationStep\"\n" 13997 " number_of_elements=\"1\"\n" 13998 " panel_visibility=\"advanced\">\n" 13999 " <DoubleRangeDomain name=\"range\" />\n" 14000 " <Documentation>This property specifies the initial integration step\n" 14001 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n" 14002 " it is fixed (always equal to this initial value) throughout the\n" 14003 " integration. For an adaptive integrator (Runge-Kutta 4-5), the actual\n" 14004 " step size varies such that the numerical error is less than a specified\n" 14005 " threshold.</Documentation>\n" 14006 " </DoubleVectorProperty>\n" 14007 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n" 14008 " default_values=\"0.01\"\n" 14009 " label=\"Minimum Step Length\"\n" 14010 " name=\"MinimumIntegrationStep\"\n" 14011 " number_of_elements=\"1\"\n" 14012 " panel_visibility=\"advanced\">\n" 14013 " <DoubleRangeDomain name=\"range\" />\n" 14014 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n" 14015 " specifies the minimum integration step size.</Documentation>\n" 14016 " </DoubleVectorProperty>\n" 14017 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n" 14018 " default_values=\"0.5\"\n" 14019 " label=\"Maximum Step Length\"\n" 14020 " name=\"MaximumIntegrationStep\"\n" 14021 " number_of_elements=\"1\"\n" 14022 " panel_visibility=\"advanced\">\n" 14023 " <DoubleRangeDomain name=\"range\" />\n" 14024 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n" 14025 " specifies the maximum integration step size.</Documentation>\n" 14026 " </DoubleVectorProperty>\n" 14027 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n" 14028 " default_values=\"2000\"\n" 14029 " label=\"Maximum Steps\"\n" 14030 " name=\"MaximumNumberOfSteps\"\n" 14031 " number_of_elements=\"1\"\n" 14032 " panel_visibility=\"advanced\">\n" 14033 " <IntRangeDomain name=\"range\" />\n" 14034 " <Documentation>This property specifies the maximum number of steps,\n" 14035 " beyond which streamline integration is terminated.</Documentation>\n" 14036 " </IntVectorProperty>\n" 14037 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n" 14038 " default_values=\"1.0\"\n" 14039 " label=\"Maximum Streamline Length\"\n" 14040 " name=\"MaximumPropagation\"\n" 14041 " number_of_elements=\"1\"\n" 14042 " panel_visibility=\"advanced\">\n" 14043 " <BoundsDomain mode=\"scaled_extent\"\n" 14044 " name=\"bounds\"\n" 14045 " scale_factor=\"1.0\">\n" 14046 " <RequiredProperties>\n" 14047 " <Property function=\"Input\"\n" 14048 " name=\"Input\" />\n" 14049 " </RequiredProperties>\n" 14050 " </BoundsDomain>\n" 14051 " <Documentation>This property specifies the maximum streamline length\n" 14052 " (i.e., physical arc length), beyond which line integration is\n" 14053 " terminated.</Documentation>\n" 14054 " </DoubleVectorProperty>\n" 14055 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n" 14056 " default_values=\"0.000000000001\"\n" 14057 " label=\"Terminal Speed\"\n" 14058 " name=\"TerminalSpeed\"\n" 14059 " number_of_elements=\"1\"\n" 14060 " panel_visibility=\"advanced\">\n" 14061 " <DoubleRangeDomain name=\"range\" />\n" 14062 " <Documentation>This property specifies the terminal speed, below which\n" 14063 " particle advection/integration is terminated.</Documentation>\n" 14064 " </DoubleVectorProperty>\n" 14065 " <DoubleVectorProperty command=\"SetMaximumError\"\n" 14066 " default_values=\"0.000001\"\n" 14067 " name=\"MaximumError\"\n" 14068 " number_of_elements=\"1\"\n" 14069 " panel_visibility=\"advanced\">\n" 14070 " <DoubleRangeDomain name=\"range\" />\n" 14071 " <Documentation>This property specifies the maximum error (for\n" 14072 " Runge-Kutta 4-5) tolerated throughout streamline integration. The\n" 14073 " Runge-Kutta 4-5 integrator tries to adjust the step size such that the\n" 14074 " estimated error is less than this threshold.</Documentation>\n" 14075 " </DoubleVectorProperty>\n" 14076 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 14077 " default_values=\"1\"\n" 14078 " name=\"ComputeVorticity\"\n" 14079 " number_of_elements=\"1\"\n" 14080 " panel_visibility=\"advanced\">\n" 14081 " <BooleanDomain name=\"bool\" />\n" 14082 " <Documentation>Specify whether or not to compute\n" 14083 " vorticity.</Documentation>\n" 14084 " </IntVectorProperty>\n" 14085 " <InputProperty command=\"SetSourceConnection\"\n" 14086 " label=\"Seed Source\"\n" 14087 " name=\"Source\">\n" 14088 " <ProxyGroupDomain name=\"groups\">\n" 14089 " <Group name=\"sources\" />\n" 14090 " </ProxyGroupDomain>\n" 14091 " <Documentation>This property specifies the input used to obtain the\n" 14092 " seed points.</Documentation>\n" 14093 " </InputProperty>\n" 14095 " <Visibility replace_input=\"2\" />\n" 14097 " <!-- End StreamTracer -->\n" 14098 " </SourceProxy>\n" 14100 " <!-- ==================================================================== -->\n" 14101 " <SourceProxy name=\"VortexCores\"\n" 14102 " class=\"vtkVortexCore\"\n" 14103 " label=\"Vortex Cores\">\n" 14104 " <Documentation long_help=\"Compute vortex cores\"\n" 14105 " short_help=\"Compute vortex cores of a vector field\">\n" 14106 " Compute vortex core lines using the parallel vectors method. By default, the \"Higher-Order\"\n" 14107 " approach of computing the parallel vector lines between the flow field's velocity and jerk\n" 14108 " is disabled in favor of computing the parallel vector lines between the velocity and\n" 14109 " acceleration. To further discriminate against spurious vortex cores, at each potential point\n" 14110 " value the Q-criterion, delta-criterion, lambda_ci, and lambda_2-criterion are checked. The Q-criterion\n" 14111 " and delta-criterion are used to prefilter cells prior to the execution of the parallel lines\n" 14112 " algorithm, and all criteria values are stored as point values on the output polylines.\n" 14113 " </Documentation>\n" 14115 " <InputProperty command=\"SetInputConnection\"\n" 14116 " name=\"Input\">\n" 14117 " <ProxyGroupDomain name=\"groups\">\n" 14118 " <Group name=\"sources\" />\n" 14119 " <Group name=\"filters\" />\n" 14120 " </ProxyGroupDomain>\n" 14121 " <DataTypeDomain name=\"input_type\">\n" 14122 " <DataType value=\"vtkDataSet\" />\n" 14123 " </DataTypeDomain>\n" 14124 " <InputArrayDomain name=\"input_array1\"\n" 14125 " number_of_components=\"3\"\n" 14130 " optional=\"0\" />\n" 14131 " <Documentation>The input.</Documentation>\n" 14132 " </InputProperty>\n" 14134 " <StringVectorProperty name=\"SelectInputArray\"\n" 14135 " command=\"SetInputArrayToProcess\"\n" 14136 " number_of_elements=\"5\"\n" 14137 " element_types=\"0 0 0 0 2\"\n" 14138 " label=\"Vector Field\" >\n" 14139 " <ArrayListDomain name=\"array_list\" attribute_type=\"Vectors\"\n" 14140 " input_domain_name=\"input_array1\">\n" 14141 " <RequiredProperties>\n" 14142 " <Property name=\"Input\" function=\"Input\" />\n" 14143 " </RequiredProperties>\n" 14144 " </ArrayListDomain>\n" 14145 " <Documentation>\n" 14146 " This property indicates the name of the vector array from which to compute vortex cores.\n" 14147 " </Documentation>\n" 14148 " </StringVectorProperty>\n" 14150 " <IntVectorProperty command=\"SetHigherOrderMethod\"\n" 14151 " name=\"UseHigherOrderMethod\"\n" 14152 " default_values=\"0\"\n" 14153 " number_of_elements=\"1\">\n" 14154 " <BooleanDomain name=\"bool\" />\n" 14155 " <Documentation>\n" 14156 " Use the flow field's jerk instead of acceleration as the second vector field during the\n" 14157 " parallel vector operation. Disabled by default.\n" 14158 " </Documentation>\n" 14159 " </IntVectorProperty>\n" 14161 " </SourceProxy>\n" 14162 " <!-- End VortexCores -->\n" 14164 "</ServerManagerConfiguration>\n" 14181 char* res =
new char[ len + 1];
14188 assert(offset == len);
14196 "<ServerManagerConfiguration>\n" 14197 " <ProxyGroup name=\"internal_filters\">\n" 14198 " <!-- ==================================================================== -->\n" 14199 " <SourceProxy class=\"vtkPassThrough\"\n" 14200 " name=\"PipelineConnection\"\n" 14201 " label=\"Pipeline Connection\">\n" 14202 " <Documentation>\n" 14203 " This proxy provides UI for selecting an existing pipeline connection.\n" 14204 " </Documentation>\n" 14205 " <InputProperty command=\"SetInputConnection\"\n" 14206 " name=\"Input\"\n" 14207 " panel_widget=\"input_selector\"\n" 14208 " null_on_empty=\"1\"\n" 14209 " panel_visibility=\"always\">\n" 14210 " <ProxyGroupDomain name=\"groups\">\n" 14211 " <Group name=\"sources\" />\n" 14212 " <Group name=\"filters\" />\n" 14213 " </ProxyGroupDomain>\n" 14214 " <DataTypeDomain name=\"input_type\">\n" 14215 " <DataType value=\"vtkDataSet\" />\n" 14216 " </DataTypeDomain>\n" 14217 " </InputProperty>\n" 14218 " <IntVectorProperty command=\"SetAllowNullInput\"\n" 14219 " name=\"AllowNullInput\"\n" 14220 " default_values=\"1\"\n" 14221 " number_of_elements=\"1\"\n" 14222 " panel_visibility=\"never\">\n" 14223 " <BooleanDomain name=\"bool\" />\n" 14224 " <Documentation>\n" 14225 " Allow the filter to execute successful, producing an empty polydata,\n" 14226 " when the input is not specified.\n" 14227 " </Documentation>\n" 14228 " </IntVectorProperty>\n" 14229 " <!-- End PipelineConnection -->\n" 14230 " </SourceProxy>\n" 14231 " <!-- End of internal_filters -->\n" 14234 " <ProxyGroup name=\"filters\">\n" 14235 " <!-- ==================================================================== -->\n" 14236 " <SourceProxy class=\"vtkAppendLocationAttributes\"\n" 14237 " label=\"Append Location Attributes\"\n" 14238 " name=\"AppendLocationAttributes\">\n" 14239 " <Documentation long_help=\"Adds points and/or cell centers as point and/or cell data arrays.\"\n" 14240 " short_help=\"Optionally add point and cell centers as point and cell data arrays.\">\n" 14241 " This filter optionally adds point locations and cell centers to point and cell\n" 14242 " data, respectively. Point locations are added in an array named `PointLocations`.\n" 14243 " Cell centers are added in an array named `CellCenters`.</Documentation>\n" 14244 " <InputProperty command=\"SetInputConnection\"\n" 14245 " name=\"Input\">\n" 14246 " <ProxyGroupDomain name=\"groups\">\n" 14247 " <Group name=\"sources\" />\n" 14248 " <Group name=\"filters\" />\n" 14249 " </ProxyGroupDomain>\n" 14250 " <DataTypeDomain name=\"input_type\">\n" 14251 " <DataType value=\"vtkDataSet\" />\n" 14252 " </DataTypeDomain>\n" 14253 " <Documentation>This property specifies the input to the Append Location Attributes\n" 14254 " filter.</Documentation>\n" 14255 " </InputProperty>\n" 14256 " <IntVectorProperty command=\"SetAppendPointLocations\"\n" 14257 " default_values=\"1\"\n" 14258 " number_of_elements=\"1\"\n" 14259 " name=\"AppendPointLocations\"\n" 14260 " panel_visibility=\"default\">\n" 14261 " <BooleanDomain name=\"bool\" />\n" 14262 " <Documentation>Adds a point data array named `PointLocations` that is a copy of the point\n" 14263 " locations in the input.</Documentation>\n" 14264 " </IntVectorProperty>\n" 14265 " <IntVectorProperty command=\"SetAppendCellCenters\"\n" 14266 " default_values=\"1\"\n" 14267 " number_of_elements=\"1\"\n" 14268 " name=\"AppendCellCenters\"\n" 14269 " panel_visibility=\"default\">\n" 14270 " <BooleanDomain name=\"bool\" />\n" 14271 " <Documentation>Adds a cell data array named `CellCenters` that is stores the centers\n" 14272 " of cells in the input.</Documentation>\n" 14273 " </IntVectorProperty>\n" 14274 " <!-- End AppendLocationAttributes -->\n" 14275 " </SourceProxy>\n" 14277 " <!-- ==================================================================== -->\n" 14278 " <SourceProxy class=\"vtkBlockIdScalars\"\n" 14279 " label=\"Block Scalars\"\n" 14280 " name=\"BlockIdScalars\">\n" 14281 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a multiblock dataset.\"\n" 14282 " short_help=\"Generate point scalars from level.\">The Level\n" 14283 " Scalars filter uses colors to show levels of a multiblock\n" 14284 " dataset.</Documentation>\n" 14285 " <InputProperty command=\"SetInputConnection\"\n" 14286 " name=\"Input\">\n" 14287 " <ProxyGroupDomain name=\"groups\">\n" 14288 " <Group name=\"sources\" />\n" 14289 " <Group name=\"filters\" />\n" 14290 " </ProxyGroupDomain>\n" 14291 " <DataTypeDomain name=\"input_type\">\n" 14292 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 14293 " </DataTypeDomain>\n" 14294 " <Documentation>This property specifies the input to the Level Scalars\n" 14295 " filter.</Documentation>\n" 14296 " </InputProperty>\n" 14297 " <!-- End GroupIdScalars -->\n" 14298 " </SourceProxy>\n" 14300 " <!-- ==================================================================== -->\n" 14301 " <SourceProxy class=\"vtkBrownianPoints\"\n" 14302 " label=\"Random Vectors\"\n" 14303 " name=\"BrownianPoints\">\n" 14304 " <Documentation long_help=\"This filter creates a new 3-component point data array and sets it as the default vector array. It uses a random number generator to create values.\"\n" 14305 " short_help=\"Create a new random vector array.\">The Random\n" 14306 " Vectors filter generates a point-centered array of random\n" 14307 " vectors. It uses a random number generator to determine\n" 14308 " the components of the vectors. This filter operates on any\n" 14309 " type of data set, and the output data set will be of the\n" 14310 " same type as the input.</Documentation>\n" 14311 " <InputProperty command=\"SetInputConnection\"\n" 14312 " name=\"Input\">\n" 14313 " <ProxyGroupDomain name=\"groups\">\n" 14314 " <Group name=\"sources\" />\n" 14315 " <Group name=\"filters\" />\n" 14316 " </ProxyGroupDomain>\n" 14317 " <DataTypeDomain name=\"input_type\">\n" 14318 " <DataType value=\"vtkDataSet\" />\n" 14319 " </DataTypeDomain>\n" 14320 " <Documentation>This property specifies the input to the Random Vectors\n" 14321 " filter.</Documentation>\n" 14322 " </InputProperty>\n" 14323 " <DoubleVectorProperty command=\"SetMinimumSpeed\"\n" 14324 " default_values=\"0\"\n" 14325 " name=\"MinimumSpeed\"\n" 14326 " number_of_elements=\"1\">\n" 14327 " <DoubleRangeDomain min=\"0\"\n" 14328 " name=\"range\" />\n" 14329 " <Documentation>This property specifies the minimum length of the random\n" 14330 " point vectors generated.</Documentation>\n" 14331 " </DoubleVectorProperty>\n" 14332 " <DoubleVectorProperty command=\"SetMaximumSpeed\"\n" 14333 " default_values=\"1\"\n" 14334 " name=\"MaximumSpeed\"\n" 14335 " number_of_elements=\"1\">\n" 14336 " <DoubleRangeDomain min=\"0\"\n" 14337 " name=\"range\" />\n" 14338 " <Documentation>This property specifies the maximum length of the random\n" 14339 " point vectors generated.</Documentation>\n" 14340 " </DoubleVectorProperty>\n" 14341 " <!-- End BrownianPoints -->\n" 14342 " </SourceProxy>\n" 14344 " <!-- ==================================================================== -->\n" 14345 " <SourceProxy class=\"vtkCellCenters\"\n" 14346 " label=\"Cell Centers\"\n" 14347 " name=\"CellCenters\">\n" 14348 " <Documentation long_help=\"Create a point (no geometry) at the center of each input cell.\"\n" 14349 " short_help=\"Convert cells to vertices.\">The Cell Centers\n" 14350 " filter places a point at the center of each cell in the\n" 14351 " input data set. The center computed is the parametric\n" 14352 " center of the cell, not necessarily the geometric or\n" 14353 " bounding box center. The cell attributes of the input will\n" 14354 " be associated with these newly created points of the\n" 14355 " output. You have the option of creating a vertex cell per\n" 14356 " point in the output. This is useful because vertex cells\n" 14357 " are rendered, but points are not. The points themselves\n" 14358 " could be used for placing glyphs (using the Glyph filter).\n" 14359 " The Cell Centers filter takes any type of data set as\n" 14360 " input and produces a polygonal data set as\n" 14361 " output.</Documentation>\n" 14362 " <InputProperty command=\"SetInputConnection\"\n" 14363 " name=\"Input\">\n" 14364 " <ProxyGroupDomain name=\"groups\">\n" 14365 " <Group name=\"sources\" />\n" 14366 " <Group name=\"filters\" />\n" 14367 " </ProxyGroupDomain>\n" 14368 " <DataTypeDomain name=\"input_type\">\n" 14369 " <DataType value=\"vtkDataSet\" />\n" 14370 " </DataTypeDomain>\n" 14371 " <Documentation>This property specifies the input to the Cell Centers\n" 14372 " filter.</Documentation>\n" 14373 " </InputProperty>\n" 14374 " <IntVectorProperty command=\"SetVertexCells\"\n" 14375 " default_values=\"0\"\n" 14376 " name=\"VertexCells\"\n" 14377 " number_of_elements=\"1\">\n" 14378 " <BooleanDomain name=\"bool\" />\n" 14379 " <Documentation>If set to 1, a vertex cell will be generated per point\n" 14380 " in the output. Otherwise only points will be generated.</Documentation>\n" 14381 " </IntVectorProperty>\n" 14382 " <!-- End CellCenters -->\n" 14383 " </SourceProxy>\n" 14385 " <!-- ==================================================================== -->\n" 14386 " <SourceProxy class=\"vtkCellDerivatives\"\n" 14387 " label=\"Compute Derivatives\"\n" 14388 " name=\"CellDerivatives\">\n" 14389 " <Documentation long_help=\"This filter computes derivatives of scalars and vectors.\"\n" 14390 " short_help=\"Computes derivatives of scalars/vectors.\">\n" 14391 " CellDerivatives is a filter that computes derivatives of\n" 14392 " scalars and vectors at the center of cells. You can choose\n" 14393 " to generate different output including the scalar gradient\n" 14394 " (a vector), computed tensor vorticity (a vector), gradient\n" 14395 " of input vectors (a tensor), and strain matrix of the\n" 14396 " input vectors (a tensor); or you may choose to pass data\n" 14397 " through to the output.</Documentation>\n" 14398 " <InputProperty command=\"SetInputConnection\"\n" 14399 " name=\"Input\">\n" 14400 " <ProxyGroupDomain name=\"groups\">\n" 14401 " <Group name=\"sources\" />\n" 14402 " <Group name=\"filters\" />\n" 14403 " </ProxyGroupDomain>\n" 14404 " <DataTypeDomain name=\"input_type\">\n" 14405 " <DataType value=\"vtkDataSet\" />\n" 14406 " </DataTypeDomain>\n" 14407 " <InputArrayDomain attribute_type=\"point\"\n" 14408 " name=\"input_array1\"\n" 14409 " number_of_components=\"1\"\n" 14410 " optional=\"1\" />\n" 14411 " <InputArrayDomain attribute_type=\"point\"\n" 14412 " name=\"input_array2\"\n" 14413 " number_of_components=\"3\"\n" 14414 " optional=\"1\" />\n" 14415 " <Documentation>This property specifies the input to the\n" 14416 " filter.</Documentation>\n" 14417 " </InputProperty>\n" 14418 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 14419 " element_types=\"0 0 0 0 2\"\n" 14420 " label=\"Scalars\"\n" 14421 " name=\"SelectInputScalars\"\n" 14422 " number_of_elements=\"5\">\n" 14423 " <ArrayListDomain attribute_type=\"Scalars\"\n" 14424 " input_domain_name=\"input_array1\"\n" 14425 " name=\"array_list\">\n" 14426 " <RequiredProperties>\n" 14427 " <Property function=\"Input\"\n" 14428 " name=\"Input\" />\n" 14429 " </RequiredProperties>\n" 14430 " </ArrayListDomain>\n" 14431 " <Documentation>This property indicates the name of the scalar array to\n" 14432 " differentiate.</Documentation>\n" 14433 " </StringVectorProperty>\n" 14434 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 14435 " default_values=\"1\"\n" 14436 " element_types=\"0 0 0 0 2\"\n" 14437 " label=\"Vectors\"\n" 14438 " name=\"SelectInputVectors\"\n" 14439 " number_of_elements=\"5\">\n" 14440 " <ArrayListDomain attribute_type=\"Vectors\"\n" 14441 " input_domain_name=\"input_array2\"\n" 14442 " name=\"array_list\">\n" 14443 " <RequiredProperties>\n" 14444 " <Property function=\"Input\"\n" 14445 " name=\"Input\" />\n" 14446 " </RequiredProperties>\n" 14447 " </ArrayListDomain>\n" 14448 " <Documentation>This property indicates the name of the vector array to\n" 14449 " differentiate.</Documentation>\n" 14450 " </StringVectorProperty>\n" 14451 " <IntVectorProperty command=\"SetVectorMode\"\n" 14452 " default_values=\"1\"\n" 14453 " name=\"OutputVectorType\"\n" 14454 " number_of_elements=\"1\">\n" 14455 " <EnumerationDomain name=\"enum\">\n" 14456 " <Entry text=\"Nothing\"\n" 14457 " value=\"0\" />\n" 14458 " <Entry text=\"Scalar Gradient\"\n" 14459 " value=\"1\" />\n" 14460 " <Entry text=\"Vorticity\"\n" 14461 " value=\"2\" />\n" 14462 " </EnumerationDomain>\n" 14463 " <Documentation>This property Controls how the filter works to generate\n" 14464 " vector cell data. You can choose to compute the gradient of the input\n" 14465 " scalars, or extract the vorticity of the computed vector gradient\n" 14466 " tensor. By default, the filter will take the gradient of the input\n" 14467 " scalar data.</Documentation>\n" 14468 " </IntVectorProperty>\n" 14469 " <IntVectorProperty command=\"SetTensorMode\"\n" 14470 " default_values=\"1\"\n" 14471 " name=\"OutputTensorType\"\n" 14472 " number_of_elements=\"1\">\n" 14473 " <EnumerationDomain name=\"enum\">\n" 14474 " <Entry text=\"Nothing\"\n" 14475 " value=\"0\" />\n" 14476 " <Entry text=\"Vector Gradient\"\n" 14477 " value=\"1\" />\n" 14478 " <Entry text=\"Strain\"\n" 14479 " value=\"2\" />\n" 14480 " </EnumerationDomain>\n" 14481 " <Documentation>This property controls how the filter works to generate\n" 14482 " tensor cell data. You can choose to compute the gradient of the input\n" 14483 " vectors, or compute the strain tensor of the vector gradient tensor. By\n" 14484 " default, the filter will take the gradient of the vector data to\n" 14485 " construct a tensor.</Documentation>\n" 14486 " </IntVectorProperty>\n" 14487 " <!-- End CellDerivatives -->\n" 14488 " </SourceProxy>\n" 14490 " <!-- ==================================================================== -->\n" 14491 " <SourceProxy class=\"vtkCellValidator\"\n" 14492 " label=\"Validate Cells\"\n" 14493 " name=\"ValidateCells\">\n" 14494 " <Documentation long_help=\"vtkCellValidator accepts as input a dataset and adds integral cell data\n" 14495 " to it corresponding to the validity of each cell. The validity field\n" 14500 " encodes a bitfield for identifying problems that prevent a cell from standard\n" 14501 " use, including:\n" 14503 " WrongNumberOfPoints: filters assume that a cell has access to the\n" 14504 " appropriate number of points that comprise it. This\n" 14505 " assumption is often tacit, resulting in unexpected\n" 14506 " behavior when the condition is not met. This check\n" 14507 " simply confirms that the cell has the minimum number\n" 14508 " of points needed to describe it.\n" 14510 " IntersectingEdges: cells that incorrectly describe the order of their\n" 14511 " points often manifest with intersecting edges or\n" 14512 " intersecting faces. Given a tolerance, this check\n" 14513 " ensures that two edges from a two-dimensional cell\n" 14514 " are separated by at least the tolerance (discounting\n" 14515 " end-to-end connections).\n" 14517 " IntersectingFaces: cells that incorrectly describe the order of their\n" 14518 " points often manifest with intersecting edges or\n" 14519 " intersecting faces. Given a tolerance, this check\n" 14520 " ensures that two faces from a three-dimensional cell\n" 14521 " do not intersect.\n" 14523 " NoncontiguousEdges: another symptom of incorrect point ordering within a\n" 14524 " cell is the presence of noncontiguous edges where\n" 14525 " contiguous edges are otherwise expected. Given a\n" 14526 " tolerance, this check ensures that edges around the\n" 14527 " perimeter of a two-dimensional cell are contiguous.\n" 14529 " Nonconvex: many algorithms implicitly require that all input three-\n" 14530 " dimensional cells be convex. This check uses the generic\n" 14531 " convexity checkers implemented in vtkPolygon and vtkPolyhedron\n" 14532 " to test this requirement.\n" 14534 " FacesAreOrientedIncorrectly: All three-dimensional cells have an implicit\n" 14535 " expectation for the orientation of their\n" 14536 " faces. While the convention is unfortunately\n" 14537 " inconsistent across cell types, it is usually\n" 14538 " required that cell faces point outward. This\n" 14539 " check tests that the faces of a cell point in\n" 14540 " the direction required by the cell type,\n" 14541 " taking into account the cell types with\n" 14542 " nonstandard orientation requirements.\n" 14544 " short_help=\"Compute cell validities.\"></Documentation>\n" 14545 " <InputProperty command=\"SetInputConnection\"\n" 14546 " name=\"Input\">\n" 14547 " <ProxyGroupDomain name=\"groups\">\n" 14548 " <Group name=\"sources\" />\n" 14549 " <Group name=\"filters\" />\n" 14550 " </ProxyGroupDomain>\n" 14551 " <DataTypeDomain name=\"input_type\">\n" 14552 " <DataType value=\"vtkDataSet\" />\n" 14553 " </DataTypeDomain>\n" 14554 " <Documentation>This property specifies the input to the Cell Validation filter.</Documentation>\n" 14555 " </InputProperty>\n" 14556 " <!-- End ValidateCells -->\n" 14557 " </SourceProxy>\n" 14559 " <!-- ==================================================================== -->\n" 14560 " <SourceProxy class=\"vtkCountFaces\"\n" 14561 " label=\"Count Cell Faces\"\n" 14562 " name=\"CountCellFaces\">\n" 14563 " <Documentation long_help=\"Counts the number of faces on each cell and appends a new cell data array.\"\n" 14564 " short_help=\"Adds a new cell data array containing the number of faces per cell.\">\n" 14565 " Adds a new cell data array containing the number of faces per cell.\n" 14566 " </Documentation>\n" 14567 " <InputProperty command=\"SetInputConnection\"\n" 14568 " name=\"Input\">\n" 14569 " <ProxyGroupDomain name=\"groups\">\n" 14570 " <Group name=\"sources\" />\n" 14571 " <Group name=\"filters\" />\n" 14572 " </ProxyGroupDomain>\n" 14573 " <DataTypeDomain name=\"input_type\">\n" 14574 " <DataType value=\"vtkDataSet\" />\n" 14575 " </DataTypeDomain>\n" 14576 " <Documentation>The input.</Documentation>\n" 14577 " </InputProperty>\n" 14578 " <StringVectorProperty animateable=\"0\"\n" 14579 " command=\"SetOutputArrayName\"\n" 14580 " name=\"OutputArrayName\"\n" 14581 " label=\"Faces Array Name\"\n" 14582 " default_values=\"Face Count\"\n" 14583 " number_of_elements=\"1\"\n" 14584 " panel_visibility=\"always\">\n" 14585 " <Documentation>\n" 14586 " This is the name of the array in the output containing the face counts.\n" 14587 " </Documentation>\n" 14588 " </StringVectorProperty>\n" 14589 " <!-- End of CountFaces -->\n" 14590 " </SourceProxy>\n" 14592 " <!-- ==================================================================== -->\n" 14593 " <SourceProxy class=\"vtkCountVertices\"\n" 14594 " label=\"Count Cell Vertices\"\n" 14595 " name=\"CountCellVertices\">\n" 14596 " <Documentation long_help=\"Counts the number of vertices on each cell and appends a new cell data array.\"\n" 14597 " short_help=\"Adds a new cell data array containing the number of vertices per cell.\">\n" 14598 " Adds a new cell data array containing the number of vertices per cell.\n" 14599 " </Documentation>\n" 14600 " <InputProperty command=\"SetInputConnection\"\n" 14601 " name=\"Input\">\n" 14602 " <ProxyGroupDomain name=\"groups\">\n" 14603 " <Group name=\"sources\" />\n" 14604 " <Group name=\"filters\" />\n" 14605 " </ProxyGroupDomain>\n" 14606 " <DataTypeDomain name=\"input_type\">\n" 14607 " <DataType value=\"vtkDataSet\" />\n" 14608 " </DataTypeDomain>\n" 14609 " <Documentation>The input.</Documentation>\n" 14610 " </InputProperty>\n" 14611 " <StringVectorProperty animateable=\"0\"\n" 14612 " command=\"SetOutputArrayName\"\n" 14613 " name=\"OutputArrayName\"\n" 14614 " label=\"Vertices Array Name\"\n" 14615 " default_values=\"Vertex Count\"\n" 14616 " number_of_elements=\"1\"\n" 14617 " panel_visibility=\"always\">\n" 14618 " <Documentation>\n" 14619 " This is the name of the array in the output containing the vertex counts.\n" 14620 " </Documentation>\n" 14621 " </StringVectorProperty>\n" 14622 " <!-- End of CountVertices -->\n" 14623 " </SourceProxy>\n" 14625 " <!-- ==================================================================== -->\n" 14626 " <SourceProxy class=\"vtkCurvatures\"\n" 14627 " label=\"Curvature\"\n" 14628 " name=\"Curvatures\">\n" 14629 " <Documentation long_help=\"This filter will compute the Gaussian or mean curvature of the mesh at each point.\"\n" 14630 " short_help=\"Compute the curvature at each point.\">The\n" 14631 " Curvature filter computes the curvature at each point in a\n" 14632 " polygonal data set. This filter supports both Gaussian and\n" 14633 " mean curvatures. ; the type can be selected from the\n" 14634 " Curvature type menu button.</Documentation>\n" 14635 " <InputProperty command=\"SetInputConnection\"\n" 14636 " name=\"Input\">\n" 14637 " <ProxyGroupDomain name=\"groups\">\n" 14638 " <Group name=\"sources\" />\n" 14639 " <Group name=\"filters\" />\n" 14640 " </ProxyGroupDomain>\n" 14641 " <DataTypeDomain name=\"input_type\">\n" 14642 " <DataType value=\"vtkPolyData\" />\n" 14643 " </DataTypeDomain>\n" 14644 " <Documentation>This property specifies the input to the Curvature\n" 14645 " filter.</Documentation>\n" 14646 " </InputProperty>\n" 14647 " <IntVectorProperty command=\"SetInvertMeanCurvature\"\n" 14648 " default_values=\"0\"\n" 14649 " name=\"InvertMeanCurvature\"\n" 14650 " number_of_elements=\"1\">\n" 14651 " <BooleanDomain name=\"bool\" />\n" 14652 " <Documentation>If this property is set to 1, the mean curvature\n" 14653 " calculation will be inverted. This is useful for meshes with\n" 14654 " inward-pointing normals.</Documentation>\n" 14655 " </IntVectorProperty>\n" 14656 " <IntVectorProperty command=\"SetCurvatureType\"\n" 14657 " default_values=\"0\"\n" 14658 " name=\"CurvatureType\"\n" 14659 " number_of_elements=\"1\">\n" 14660 " <EnumerationDomain name=\"enum\">\n" 14661 " <Entry text=\"Gaussian\"\n" 14662 " value=\"0\" />\n" 14663 " <Entry text=\"Mean\"\n" 14664 " value=\"1\" />\n" 14665 " </EnumerationDomain>\n" 14666 " <Documentation>This property specifies which type of curvature to\n" 14667 " compute.</Documentation>\n" 14668 " </IntVectorProperty>\n" 14669 " <!-- End Curvatures -->\n" 14670 " </SourceProxy>\n" 14672 " <!-- ==================================================================== -->\n" 14673 " <SourceProxy class=\"vtkDataSetTriangleFilter\"\n" 14674 " label=\"Tetrahedralize\"\n" 14675 " name=\"DataSetTriangleFilter\">\n" 14676 " <Documentation long_help=\"This filter converts 3-d cells to tetrahedrons and polygons to triangles. The output is always of type unstructured grid.\"\n" 14677 " short_help=\"Convert to tetrahedrons and triangles.\">The\n" 14678 " Tetrahedralize filter converts the 3D cells of any type of\n" 14679 " dataset to tetrahedrons and the 2D ones to triangles. This\n" 14680 " filter always produces unstructured grid\n" 14681 " output.</Documentation>\n" 14682 " <InputProperty command=\"SetInputConnection\"\n" 14683 " name=\"Input\">\n" 14684 " <ProxyGroupDomain name=\"groups\">\n" 14685 " <Group name=\"sources\" />\n" 14686 " <Group name=\"filters\" />\n" 14687 " </ProxyGroupDomain>\n" 14688 " <DataTypeDomain name=\"input_type\">\n" 14689 " <DataType value=\"vtkDataSet\" />\n" 14690 " </DataTypeDomain>\n" 14691 " <Documentation>This property specifies the input to the Tetrahedralize\n" 14692 " filter.</Documentation>\n" 14693 " </InputProperty>\n" 14694 " <!-- End DataSetTriangleFilter -->\n" 14695 " </SourceProxy>\n" 14697 " <!-- ==================================================================== -->\n" 14698 " <SourceProxy class=\"vtkDateToNumeric\" name=\"DateToNumeric\">\n" 14699 " <Documentation long_help=\"Convert string dates to numeric values.\"\n" 14700 " short_help=\"Convert dates to numeric values.\">\n" 14701 " The DateToNumeric filter looks at string arrays in\n" 14702 " the input data object and if they contain dates that can be\n" 14703 " converted numbers then they are converted to doubles and\n" 14704 " added as additional arrays of the same type (point/cell/field).\n" 14705 " The format string used to parse dates can be specified by the user.\n" 14706 " </Documentation>\n" 14707 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 14708 " <ProxyGroupDomain name=\"groups\">\n" 14709 " <Group name=\"sources\" />\n" 14710 " <Group name=\"filters\" />\n" 14711 " </ProxyGroupDomain>\n" 14712 " <DataTypeDomain name=\"input_type\">\n" 14713 " <DataType value=\"vtkDataObject\" />\n" 14714 " </DataTypeDomain>\n" 14715 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n" 14716 " <InputArrayDomain name=\"cell_arrays\" attribute_type=\"cell\" optional=\"1\" />\n" 14717 " <InputArrayDomain name=\"field_arrays\" attribute_type=\"field\" optional=\"1\" />\n" 14718 " <InputArrayDomain name=\"vertex_arrays\" attribute_type=\"vertex\" optional=\"1\" />\n" 14719 " <InputArrayDomain name=\"edge_arrays\" attribute_type=\"edge\" optional=\"1\" />\n" 14720 " <InputArrayDomain name=\"row_arrays\" attribute_type=\"row\" optional=\"1\" />\n" 14721 " </InputProperty>\n" 14723 " <StringVectorProperty animateable=\"0\"\n" 14724 " command=\"SetDateFormat\"\n" 14725 " default_values=\"%Y-%m-%d %H:%M:%S\"\n" 14726 " name=\"DateFormat\"\n" 14727 " number_of_elements=\"1\"\n" 14728 " panel_visibility=\"always\">\n" 14729 " <Documentation>\n" 14730 " This property specifies the first format to try using to parse dates. It\n" 14731 " follows the standards of std::get_time.\n" 14732 " </Documentation>\n" 14733 " </StringVectorProperty>\n" 14734 " </SourceProxy>\n" 14736 " <!-- ==================================================================== -->\n" 14737 " <SourceProxy class=\"vtkGradientFilter\"\n" 14738 " label=\"Gradient Of Unstructured DataSet\"\n" 14739 " name=\"UnstructuredGradient\">\n" 14740 " <Documentation long_help=\"Estimate the gradient for each point or cell in any type of dataset.\"\n" 14741 " short_help=\"Compute gradients for any type of dataset.\">\n" 14742 " The Gradient (Unstructured) filter estimates the gradient\n" 14743 " vector at each point or cell. It operates on any type of\n" 14744 " vtkDataSet, and the output is the same type as the input.\n" 14745 " If the dataset is a vtkImageData, use the Gradient filter\n" 14746 " instead; it will be more efficient for this type of\n" 14747 " dataset.</Documentation>\n" 14748 " <InputProperty command=\"SetInputConnection\"\n" 14749 " name=\"Input\">\n" 14750 " <ProxyGroupDomain name=\"groups\">\n" 14751 " <Group name=\"sources\" />\n" 14752 " <Group name=\"filters\" />\n" 14753 " </ProxyGroupDomain>\n" 14754 " <DataTypeDomain name=\"input_type\">\n" 14755 " <DataType value=\"vtkDataSet\" />\n" 14756 " </DataTypeDomain>\n" 14757 " <InputArrayDomain name=\"input_array\" />\n" 14758 " <Documentation>This property specifies the input to the Gradient\n" 14759 " (Unstructured) filter.</Documentation>\n" 14760 " </InputProperty>\n" 14761 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 14762 " element_types=\"0 0 0 0 2\"\n" 14763 " label=\"Scalar Array\"\n" 14764 " name=\"SelectInputScalars\"\n" 14765 " number_of_elements=\"5\">\n" 14766 " <ArrayListDomain attribute_type=\"Scalars\"\n" 14767 " name=\"array_list\">\n" 14768 " <RequiredProperties>\n" 14769 " <Property function=\"Input\"\n" 14770 " name=\"Input\" />\n" 14771 " </RequiredProperties>\n" 14772 " </ArrayListDomain>\n" 14773 " <Documentation>This property lists the name of the scalar array from\n" 14774 " which to compute the gradient.</Documentation>\n" 14775 " </StringVectorProperty>\n" 14776 " <IntVectorProperty command=\"SetComputeGradient\"\n" 14777 " default_values=\"1\"\n" 14778 " name=\"ComputeGradient\"\n" 14779 " number_of_elements=\"1\"\n" 14780 " panel_visibility=\"advanced\">\n" 14781 " <BooleanDomain name=\"bool\" />\n" 14782 " <Documentation>When this flag is on, the gradient filter will compute\n" 14783 " the gradient of the input array.</Documentation>\n" 14784 " </IntVectorProperty>\n" 14785 " <StringVectorProperty command=\"SetResultArrayName\"\n" 14786 " default_values=\"Gradients\"\n" 14787 " name=\"ResultArrayName\"\n" 14788 " number_of_elements=\"1\">\n" 14789 " <Documentation>This property provides a name for the output array\n" 14790 " containing the gradient vectors.</Documentation>\n" 14795 " </StringVectorProperty>\n" 14796 " <IntVectorProperty command=\"SetFasterApproximation\"\n" 14797 " default_values=\"0\"\n" 14798 " name=\"FasterApproximation\"\n" 14799 " number_of_elements=\"1\"\n" 14800 " panel_visibility=\"advanced\">\n" 14801 " <BooleanDomain name=\"bool\" />\n" 14802 " <Documentation>When this flag is on, the gradient filter will provide a\n" 14803 " less accurate (but close) algorithm that performs fewer derivative\n" 14804 " calculations (and is therefore faster). The error contains some\n" 14805 " smoothing of the output data and some possible errors on the boundary.\n" 14806 " This parameter has no effect when performing the gradient of cell\n" 14807 " data or when the input grid is not a vtkUnstructuredGrid.</Documentation>\n" 14808 " </IntVectorProperty>\n" 14809 " <IntVectorProperty command=\"SetComputeDivergence\"\n" 14810 " default_values=\"0\"\n" 14811 " name=\"ComputeDivergence\"\n" 14812 " number_of_elements=\"1\"\n" 14813 " panel_visibility=\"advanced\">\n" 14814 " <BooleanDomain name=\"bool\" />\n" 14815 " <Documentation>When this flag is on, the gradient filter will compute\n" 14816 " the divergence of a 3 component array.</Documentation>\n" 14817 " </IntVectorProperty>\n" 14818 " <StringVectorProperty command=\"SetDivergenceArrayName\"\n" 14819 " default_values=\"Divergence\"\n" 14820 " name=\"DivergenceArrayName\"\n" 14821 " number_of_elements=\"1\"\n" 14822 " panel_visibility=\"advanced\">\n" 14823 " <Documentation>This property provides a name for the output array\n" 14824 " containing the divergence vector.</Documentation>\n" 14825 " </StringVectorProperty>\n" 14826 " <IntVectorProperty command=\"SetComputeVorticity\"\n" 14827 " default_values=\"0\"\n" 14828 " name=\"ComputeVorticity\"\n" 14829 " number_of_elements=\"1\"\n" 14830 " panel_visibility=\"advanced\">\n" 14831 " <BooleanDomain name=\"bool\" />\n" 14832 " <Documentation>When this flag is on, the gradient filter will compute\n" 14833 " the vorticity/curl of a 3 component array.</Documentation>\n" 14834 " </IntVectorProperty>\n" 14835 " <StringVectorProperty command=\"SetVorticityArrayName\"\n" 14836 " default_values=\"Vorticity\"\n" 14837 " name=\"VorticityArrayName\"\n" 14838 " number_of_elements=\"1\"\n" 14839 " panel_visibility=\"advanced\">\n" 14840 " <Documentation>This property provides a name for the output array\n" 14841 " containing the vorticity vector.</Documentation>\n" 14842 " </StringVectorProperty>\n" 14843 " <IntVectorProperty command=\"SetComputeQCriterion\"\n" 14844 " default_values=\"0\"\n" 14845 " name=\"ComputeQCriterion\"\n" 14846 " number_of_elements=\"1\"\n" 14847 " panel_visibility=\"advanced\">\n" 14848 " <BooleanDomain name=\"bool\" />\n" 14849 " <Documentation>When this flag is on, the gradient filter will compute\n" 14850 " the Q-criterion of a 3 component array.</Documentation>\n" 14851 " </IntVectorProperty>\n" 14852 " <StringVectorProperty command=\"SetQCriterionArrayName\"\n" 14853 " default_values=\"Q-criterion\"\n" 14854 " name=\"QCriterionArrayName\"\n" 14855 " number_of_elements=\"1\"\n" 14856 " panel_visibility=\"advanced\">\n" 14857 " <Documentation>This property provides a name for the output array\n" 14858 " containing Q criterion.</Documentation>\n" 14859 " </StringVectorProperty>\n" 14860 " <IntVectorProperty command=\"SetContributingCellOption\"\n" 14861 " default_values=\"2\"\n" 14862 " name=\"ContributingCellOption\"\n" 14863 " number_of_elements=\"1\"\n" 14864 " panel_visibility=\"advanced\">\n" 14865 " <EnumerationDomain name=\"enum\">\n" 14866 " <Entry text=\"All\"\n" 14867 " value=\"0\" />\n" 14868 " <Entry text=\"Patch\"\n" 14869 " value=\"1\" />\n" 14870 " <Entry text=\"Dataset Max\"\n" 14871 " value=\"2\" />\n" 14872 " </EnumerationDomain>\n" 14873 " <Documentation>Specify which dimensions of cells should be used\n" 14874 " when computing gradient quantities. Default is to use\n" 14875 " the dataset's maximum cell dimension.</Documentation>\n" 14876 " </IntVectorProperty>\n" 14877 " <IntVectorProperty command=\"SetReplacementValueOption\"\n" 14878 " default_values=\"1\"\n" 14879 " name=\"ReplacementValueOption\"\n" 14880 " number_of_elements=\"1\"\n" 14881 " panel_visibility=\"advanced\">\n" 14882 " <EnumerationDomain name=\"enum\">\n" 14883 " <Entry text=\"Zero\"\n" 14884 " value=\"0\" />\n" 14885 " <Entry text=\"NaN\"\n" 14886 " value=\"1\" />\n" 14887 " <Entry text=\"Data Type Min\"\n" 14888 " value=\"2\" />\n" 14889 " <Entry text=\"Data Type Max\"\n" 14890 " value=\"2\" />\n" 14891 " </EnumerationDomain>\n" 14892 " <Documentation>Specify what value to use for when the gradient quantities at a\n" 14893 " point can't be computed with the selected **ContributingCellOption**.</Documentation>\n" 14894 " </IntVectorProperty>\n" 14895 " <!-- End UnstructuredGradient -->\n" 14896 " </SourceProxy>\n" 14898 " <!-- ==================================================================== -->\n" 14899 " <SourceProxy class=\"vtkImageDataToPointSet\"\n" 14900 " label=\"Image Data to Point Set\"\n" 14901 " name=\"ImageDataToPointSet\">\n" 14902 " <Documentation long_help=\"Converts an Image Data to a Point Set\"\n" 14903 " short_help=\"Converts an Image Data to a Point Set\">The Image\n" 14904 " Data to Point Set filter takes an image data (uniform\n" 14905 " rectilinear grid) object and outputs an equivalent structured\n" 14906 " grid (which as a type of point set). This brings the data to a\n" 14907 " broader category of data storage but only adds a small amount of\n" 14908 " overhead. This filter can be helpful in applying filters that\n" 14909 " expect or manipulate point coordinates.</Documentation>\n" 14910 " <InputProperty command=\"SetInputConnection\"\n" 14911 " name=\"Input\">\n" 14912 " <ProxyGroupDomain name=\"groups\">\n" 14913 " <Group name=\"sources\" />\n" 14914 " <Group name=\"filters\" />\n" 14915 " </ProxyGroupDomain>\n" 14916 " <DataTypeDomain name=\"input_type\">\n" 14917 " <DataType value=\"vtkImageData\" />\n" 14918 " </DataTypeDomain>\n" 14919 " </InputProperty>\n" 14920 " </SourceProxy>\n" 14922 " <!-- ==================================================================== -->\n" 14923 " <SourceProxy class=\"vtkMultiBlockDataGroupFilter\"\n" 14924 " label=\"Group Datasets\"\n" 14925 " name=\"GroupDataSets\">\n" 14926 " <Documentation long_help=\"Group data sets.\"\n" 14927 " short_help=\"Group multiple inputs into one collection.\">\n" 14928 " Groups multiple datasets to create a multiblock\n" 14929 " dataset</Documentation>\n" 14930 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 14931 " command=\"AddInputConnection\"\n" 14932 " multiple_input=\"1\"\n" 14933 " name=\"Input\">\n" 14934 " <ProxyGroupDomain name=\"groups\">\n" 14935 " <Group name=\"sources\" />\n" 14936 " <Group name=\"filters\" />\n" 14937 " </ProxyGroupDomain>\n" 14938 " <DataTypeDomain composite_data_supported=\"1\"\n" 14939 " name=\"input_type\">\n" 14940 " <DataType value=\"vtkDataObject\" />\n" 14941 " <DataType value=\"vtkHyperTreeGrid\" />\n" 14942 " </DataTypeDomain>\n" 14943 " <Documentation>This property indicates the the inputs to the Group\n" 14944 " Datasets filter.</Documentation>\n" 14945 " </InputProperty>\n" 14947 " <Visibility replace_input=\"1\" />\n" 14949 " <!-- End GroupDataSets -->\n" 14950 " </SourceProxy>\n" 14952 " <!-- ==================================================================== -->\n" 14953 " <SourceProxy class=\"vtkMultiBlockFromTimeSeriesFilter\"\n" 14954 " label=\"Group Time Steps\"\n" 14955 " name=\"GroupTimeSteps\">\n" 14956 " <Documentation long_help=\"Group data set over time.\"\n" 14957 " short_help=\"Group all the time steps in the input into one collection with no time.\">\n" 14958 " Groups all the time steps in the input into a collection with no time information.\n" 14959 " Each timestep will become one block of the output.\n" 14960 " </Documentation>\n" 14961 " <InputProperty command=\"SetInputConnection\"\n" 14962 " name=\"Input\">\n" 14963 " <ProxyGroupDomain name=\"groups\">\n" 14964 " <Group name=\"sources\" />\n" 14965 " <Group name=\"filters\" />\n" 14966 " </ProxyGroupDomain>\n" 14967 " <Documentation>This property specifies the input dataset.</Documentation>\n" 14968 " </InputProperty>\n" 14970 " <Visibility replace_input=\"1\" />\n" 14972 " <!-- End GroupDataSets -->\n" 14973 " </SourceProxy>\n" 14975 " <!-- ==================================================================== -->\n" 14976 " <!-- this class is not compiled in VTK; need to check if it is indeed\n" 14977 " relevant at all\n" 14978 " <SourceProxy class=\"vtkNonOverlappingAMRLevelIdScalars\"\n" 14979 " label=\"Level Scalars(Non-Overlapping AMR)\"\n" 14980 " name=\"NonOverlappingLevelIdScalars\">\n" 14981 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a hierarchical dataset.\"\n" 14982 " short_help=\"Generate point scalars from level.\">The Level\n" 14983 " Scalars filter uses colors to show levels of a\n" 14984 " hierarchical dataset.</Documentation>\n" 14985 " <InputProperty command=\"SetInputConnection\"\n" 14986 " name=\"Input\">\n" 14987 " <ProxyGroupDomain name=\"groups\">\n" 14988 " <Group name=\"sources\" />\n" 14989 " <Group name=\"filters\" />\n" 14990 " </ProxyGroupDomain>\n" 14991 " <DataTypeDomain name=\"input_type\">\n" 14992 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 14993 " </DataTypeDomain>\n" 14994 " <Documentation>This property specifies the input to the Level Scalars\n" 14995 " filter.</Documentation>\n" 14996 " </InputProperty>\n" 14997 " </SourceProxy>\n" 15000 " <!-- ==================================================================== -->\n" 15001 " <SourceProxy class=\"vtkOverlappingAMRLevelIdScalars\"\n" 15002 " label=\"Level Scalars(Overlapping AMR)\"\n" 15003 " name=\"OverlappingLevelIdScalars\">\n" 15004 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a hierarchical dataset.\"\n" 15005 " short_help=\"Generate point scalars from level.\">The Level\n" 15006 " Scalars filter uses colors to show levels of a\n" 15007 " hierarchical dataset.</Documentation>\n" 15008 " <InputProperty command=\"SetInputConnection\"\n" 15009 " name=\"Input\">\n" 15010 " <ProxyGroupDomain name=\"groups\">\n" 15011 " <Group name=\"sources\" />\n" 15012 " <Group name=\"filters\" />\n" 15013 " </ProxyGroupDomain>\n" 15014 " <DataTypeDomain name=\"input_type\">\n" 15015 " <DataType value=\"vtkOverlappingAMR\" />\n" 15016 " </DataTypeDomain>\n" 15017 " <Documentation>This property specifies the input to the Level Scalars\n" 15018 " filter.</Documentation>\n" 15019 " </InputProperty>\n" 15020 " <!-- End GroupIdScalars -->\n" 15021 " </SourceProxy>\n" 15023 " <!-- ==================================================================== -->\n" 15024 " <SourceProxy class=\"vtkPassSelectedArrays\" name=\"PassArrays\">\n" 15025 " <Documentation long_help=\"Pass specified point and cell data arrays.\"\n" 15026 " short_help=\"Pass specified point and cell data arrays.\">\n" 15027 " The Pass Arrays filter makes a shallow copy of the output\n" 15028 " data object from the input data object except for passing\n" 15029 " only the arrays specified to the output from the\n" 15031 " </Documentation>\n" 15032 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 15033 " <ProxyGroupDomain name=\"groups\">\n" 15034 " <Group name=\"sources\" />\n" 15035 " <Group name=\"filters\" />\n" 15036 " </ProxyGroupDomain>\n" 15037 " <DataTypeDomain name=\"input_type\">\n" 15038 " <DataType value=\"vtkDataObject\" />\n" 15039 " </DataTypeDomain>\n" 15040 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n" 15041 " <InputArrayDomain name=\"cell_arrays\" attribute_type=\"cell\" optional=\"1\" />\n" 15042 " <InputArrayDomain name=\"field_arrays\" attribute_type=\"field\" optional=\"1\" />\n" 15043 " <InputArrayDomain name=\"vertex_arrays\" attribute_type=\"vertex\" optional=\"1\" />\n" 15044 " <InputArrayDomain name=\"edge_arrays\" attribute_type=\"edge\" optional=\"1\" />\n" 15045 " <InputArrayDomain name=\"row_arrays\" attribute_type=\"row\" optional=\"1\" />\n" 15046 " </InputProperty>\n" 15048 " <StringVectorProperty\n" 15049 " name=\"PointDataArrays\"\n" 15050 " command=\"GetPointDataArraySelection\"\n" 15051 " number_of_elements_per_command=\"1\"\n" 15052 " repeat_command=\"1\"\n" 15053 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15054 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n" 15055 " <RequiredProperties>\n" 15056 " <Property name=\"Input\" function=\"Input\" />\n" 15057 " </RequiredProperties>\n" 15058 " </ArrayListDomain>\n" 15059 " <Documentation>\n" 15060 " Select the point data arrays to pass through\n" 15061 " </Documentation>\n" 15063 " <ArraySelectionWidget icon_type=\"point\"/>\n" 15065 " </StringVectorProperty>\n" 15066 " <StringVectorProperty\n" 15067 " name=\"CellDataArrays\"\n" 15068 " command=\"GetCellDataArraySelection\"\n" 15069 " number_of_elements_per_command=\"1\"\n" 15070 " repeat_command=\"1\"\n" 15071 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15072 " <ArrayListDomain name=\"array_list\" input_domain_name=\"cell_arrays\">\n" 15073 " <RequiredProperties>\n" 15074 " <Property name=\"Input\" function=\"Input\" />\n" 15075 " </RequiredProperties>\n" 15076 " </ArrayListDomain>\n" 15077 " <Documentation>\n" 15078 " Select the cell data arrays to pass through\n" 15079 " </Documentation>\n" 15081 " <ArraySelectionWidget icon_type=\"cell\"/>\n" 15083 " </StringVectorProperty>\n" 15084 " <StringVectorProperty\n" 15085 " name=\"FieldDataArrays\"\n" 15086 " command=\"GetFieldDataArraySelection\"\n" 15087 " number_of_elements_per_command=\"1\"\n" 15088 " repeat_command=\"1\"\n" 15089 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15090 " <ArrayListDomain name=\"array_list\" input_domain_name=\"field_arrays\">\n" 15091 " <RequiredProperties>\n" 15092 " <Property name=\"Input\" function=\"Input\" />\n" 15093 " </RequiredProperties>\n" 15094 " </ArrayListDomain>\n" 15095 " <Documentation>\n" 15096 " Select the field data arrays to pass through\n" 15097 " </Documentation>\n" 15099 " <ArraySelectionWidget icon_type=\"field\"/>\n" 15101 " </StringVectorProperty>\n" 15102 " <StringVectorProperty\n" 15103 " name=\"VertexDataArrays\"\n" 15104 " command=\"GetVertexDataArraySelection\"\n" 15109 " number_of_elements_per_command=\"1\"\n" 15110 " repeat_command=\"1\"\n" 15111 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15112 " <ArrayListDomain name=\"array_list\" input_domain_name=\"vertex_arrays\">\n" 15113 " <RequiredProperties>\n" 15114 " <Property name=\"Input\" function=\"Input\" />\n" 15115 " </RequiredProperties>\n" 15116 " </ArrayListDomain>\n" 15117 " <Documentation>\n" 15118 " Select the vertex data arrays to pass through\n" 15119 " </Documentation>\n" 15121 " <ArraySelectionWidget icon_type=\"vertex\"/>\n" 15123 " </StringVectorProperty>\n" 15124 " <StringVectorProperty\n" 15125 " name=\"EdgeDataArrays\"\n" 15126 " command=\"GetEdgeDataArraySelection\"\n" 15127 " number_of_elements_per_command=\"1\"\n" 15128 " repeat_command=\"1\"\n" 15129 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15130 " <ArrayListDomain name=\"array_list\" input_domain_name=\"edge_arrays\">\n" 15131 " <RequiredProperties>\n" 15132 " <Property name=\"Input\" function=\"Input\" />\n" 15133 " </RequiredProperties>\n" 15134 " </ArrayListDomain>\n" 15135 " <Documentation>\n" 15136 " Select the edge data arrays to pass through\n" 15137 " </Documentation>\n" 15139 " <ArraySelectionWidget icon_type=\"edge\"/>\n" 15141 " </StringVectorProperty>\n" 15142 " <StringVectorProperty\n" 15143 " name=\"RowDataArrays\"\n" 15144 " command=\"GetRowDataArraySelection\"\n" 15145 " number_of_elements_per_command=\"1\"\n" 15146 " repeat_command=\"1\"\n" 15147 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 15148 " <ArrayListDomain name=\"array_list\" input_domain_name=\"row_arrays\">\n" 15149 " <RequiredProperties>\n" 15150 " <Property name=\"Input\" function=\"Input\" />\n" 15151 " </RequiredProperties>\n" 15152 " </ArrayListDomain>\n" 15153 " <Documentation>\n" 15154 " Select the row data arrays to pass through\n" 15155 " </Documentation>\n" 15157 " <ArraySelectionWidget icon_type=\"row\"/>\n" 15159 " </StringVectorProperty>\n" 15160 " </SourceProxy>\n" 15162 " <!-- ==================================================================== -->\n" 15163 " <SourceProxy class=\"vtkPassThrough\" label=\"Pass Through\" name=\"PassThrough\">\n" 15164 " <Documentation>\n" 15165 " A simple pass-through filter that doesn't transform data in any way.\n" 15166 " </Documentation>\n" 15167 " <InputProperty command=\"SetInputConnection\"\n" 15168 " name=\"Input\">\n" 15169 " <DataTypeDomain name=\"input_type\">\n" 15170 " <DataType value=\"vtkDataSet\" />\n" 15171 " </DataTypeDomain>\n" 15172 " <Documentation>This property specifies the input to the filter.</Documentation>\n" 15173 " </InputProperty>\n" 15174 " </SourceProxy>\n" 15176 " <!-- ================================================================== -->\n" 15177 " <SourceProxy class=\"vtkPassThrough\"\n" 15178 " label=\"Plot Data\"\n" 15179 " name=\"PlotAttributes\">\n" 15180 " <Documentation short_help=\"Plot data arrays from the input\">This filter\n" 15181 " prepare arbitrary data to be plotted in any of the plots. By default the\n" 15182 " data is shown in a XY line plot.</Documentation>\n" 15183 " <InputProperty command=\"SetInputConnection\"\n" 15184 " name=\"Input\">\n" 15185 " <ProxyGroupDomain name=\"groups\">\n" 15186 " <Group name=\"sources\" />\n" 15187 " <Group name=\"filters\" />\n" 15188 " </ProxyGroupDomain>\n" 15189 " <DataTypeDomain name=\"input_type\">\n" 15190 " <DataType value=\"vtkDataObject\" />\n" 15191 " </DataTypeDomain>\n" 15192 " <Documentation>The input.</Documentation>\n" 15193 " </InputProperty>\n" 15195 " <View type=\"XYChartView\" />\n" 15198 " <!-- End of PlotAttributes -->\n" 15199 " </SourceProxy>\n" 15201 " <!-- ==================================================================== -->\n" 15202 " <SourceProxy class=\"vtkPassThrough\"\n" 15203 " label=\"Scatter Plot\"\n" 15204 " name=\"ScatterPlot\">\n" 15205 " <Documentation long_help=\"Creates a scatter plot from a dataset.\"\n" 15206 " short_help=\"Creates a scatter plot from a dataset.\">This\n" 15207 " filter creates a scatter plot from a\n" 15208 " dataset.</Documentation>\n" 15209 " <InputProperty command=\"SetInputConnection\"\n" 15210 " name=\"Input\">\n" 15211 " <ProxyGroupDomain name=\"groups\">\n" 15212 " <Group name=\"sources\" />\n" 15213 " <Group name=\"filters\" />\n" 15214 " </ProxyGroupDomain>\n" 15215 " <DataTypeDomain name=\"input_type\">\n" 15216 " <DataType value=\"vtkDataSet\" />\n" 15217 " </DataTypeDomain>\n" 15218 " <Documentation>This property specifies the input to the\n" 15219 " filter.</Documentation>\n" 15220 " </InputProperty>\n" 15222 " <Visibility replace_input=\"0\" />\n" 15223 " <!-- View can be used to specify the preferred view for the proxy -->\n" 15224 " <View type=\"PlotMatrixView\" />\n" 15227 " <!-- End ScatterPlot -->\n" 15228 " </SourceProxy>\n" 15230 " <!-- ============================================================================ -->\n" 15231 " <SourceProxy class=\"vtkQuadraturePointInterpolator\"\n" 15232 " label=\"Interpolate to Quadrature Points\"\n" 15233 " name=\"QuadraturePointInterpolator\">\n" 15234 " <Documentation long_help=\"Create scalar/vector data arrays interpolated to quadrature points.\"\n" 15235 " short_help=\"Create scalar/vector data arrays interpolated to quadrature points.\">\n" 15236 " \"Create scalar/vector data arrays interpolated to quadrature\n" 15237 " points.\"</Documentation>\n" 15238 " <InputProperty command=\"SetInputConnection\"\n" 15239 " name=\"Input\">\n" 15240 " <ProxyGroupDomain name=\"groups\">\n" 15241 " <Group name=\"sources\" />\n" 15242 " <Group name=\"filters\" />\n" 15243 " </ProxyGroupDomain>\n" 15244 " <DataTypeDomain name=\"input_type\">\n" 15245 " <DataType value=\"vtkUnstructuredGrid\" />\n" 15246 " </DataTypeDomain>\n" 15247 " <InputArrayDomain attribute_type=\"cell\" name=\"input_array\" />\n" 15248 " <Documentation>This property specifies the input of the filter.</Documentation>\n" 15249 " </InputProperty>\n" 15250 " <StringVectorProperty animateable=\"0\"\n" 15251 " command=\"SetInputArrayToProcess\"\n" 15252 " element_types=\"0 0 0 0 2\"\n" 15253 " name=\"QuadratureSchemeDefinition\"\n" 15254 " label=\"Quadrature Scheme Def\"\n" 15255 " number_of_elements=\"5\">\n" 15256 " <Documentation>Specifies the offset array from which we interpolate\n" 15257 " values to quadrature points.</Documentation>\n" 15258 " <ArrayListDomain attribute_type=\"Scalars\"\n" 15259 " key_locations=\"vtkQuadratureSchemeDefinition\"\n" 15260 " key_names=\"DICTIONARY\"\n" 15261 " key_strategies=\"NEED_KEY\"\n" 15262 " name=\"array_list\">\n" 15263 " <RequiredProperties>\n" 15264 " <Property function=\"Input\" name=\"Input\" />\n" 15265 " </RequiredProperties>\n" 15266 " </ArrayListDomain>\n" 15267 " </StringVectorProperty>\n" 15268 " </SourceProxy>\n" 15270 " <!-- ============================================================================ -->\n" 15271 " <SourceProxy class=\"vtkQuadraturePointsGenerator\"\n" 15272 " label=\"Generate Quadrature Points\"\n" 15273 " name=\"QuadraturePointsGenerator\">\n" 15274 " <Documentation long_help=\"Create a point set with data at quadrature points.\"\n" 15275 " short_help=\"Create a point set with data at quadrature points.\">\n" 15276 " \"Create a point set with data at quadrature\n" 15277 " points.\"</Documentation>\n" 15278 " <OutputPort index=\"0\" name=\"Quadrature Points\" />\n" 15279 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 15280 " <ProxyGroupDomain name=\"groups\">\n" 15281 " <Group name=\"sources\" />\n" 15282 " <Group name=\"filters\" />\n" 15283 " </ProxyGroupDomain>\n" 15284 " <DataTypeDomain name=\"input_type\">\n" 15285 " <DataType value=\"vtkUnstructuredGrid\" />\n" 15286 " </DataTypeDomain>\n" 15287 " <InputArrayDomain attribute_type=\"cell\" name=\"input_array\" />\n" 15288 " <Documentation>This property specifies the input of the filter.</Documentation>\n" 15289 " </InputProperty>\n" 15290 " <!-- Source Array-->\n" 15291 " <StringVectorProperty animateable=\"0\"\n" 15292 " command=\"SetInputArrayToProcess\"\n" 15293 " element_types=\"0 0 0 0 2\"\n" 15294 " name=\"QuadratureSchemeDefinition\"\n" 15295 " label=\"Quadrature Scheme Def\"\n" 15296 " number_of_elements=\"5\">\n" 15297 " <Documentation>Specifies the offset array from which we generate\n" 15298 " quadrature points.</Documentation>\n" 15299 " <ArrayListDomain attribute_type=\"Scalars\"\n" 15300 " key_locations=\"vtkQuadratureSchemeDefinition\"\n" 15301 " key_names=\"DICTIONARY\"\n" 15302 " key_strategies=\"NEED_KEY\"\n" 15303 " name=\"array_list\">\n" 15304 " <RequiredProperties>\n" 15305 " <Property function=\"Input\" name=\"Input\" />\n" 15306 " </RequiredProperties>\n" 15307 " </ArrayListDomain>\n" 15308 " </StringVectorProperty>\n" 15309 " </SourceProxy>\n" 15311 " <!-- ============================================================================ -->\n" 15312 " <SourceProxy class=\"vtkQuadratureSchemeDictionaryGenerator\"\n" 15313 " label=\"Generate Quadrature Scheme Dictionary\"\n" 15314 " name=\"QuadratureSchemeDictionaryGenerator\">\n" 15315 " <Documentation long_help=\"Generate quadrature scheme dictionaries in data sets that do not have them.\"\n" 15316 " short_help=\"Generate quadrature scheme dictionaries in data sets that do not have them.\">\n" 15317 " Generate quadrature scheme dictionaries in data sets that do not have\n" 15318 " them.</Documentation>\n" 15319 " <InputProperty command=\"SetInputConnection\"\n" 15320 " name=\"Input\">\n" 15321 " <ProxyGroupDomain name=\"groups\">\n" 15322 " <Group name=\"sources\" />\n" 15323 " <Group name=\"filters\" />\n" 15324 " </ProxyGroupDomain>\n" 15325 " <DataTypeDomain name=\"input_type\">\n" 15326 " <DataType value=\"vtkUnstructuredGrid\" />\n" 15327 " </DataTypeDomain>\n" 15328 " <Documentation>This property specifies the input of the\n" 15329 " filter.</Documentation>\n" 15330 " </InputProperty>\n" 15331 " </SourceProxy>\n" 15333 " <!-- ==================================================================== -->\n" 15334 " <SourceProxy class=\"vtkRandomAttributeGenerator\"\n" 15335 " label=\"Random Attributes\"\n" 15336 " name=\"RandomAttributeGenerator\">\n" 15337 " <Documentation long_help=\n" 15338 " \"This filter creates a new random attribute\n" 15339 " array and sets it as the default array.\"\n" 15340 " short_help=\"Creates random data attributes.\">\n" 15341 " The Random Attributes filter creates random attributes\n" 15342 " including scalars and vectors. These attributes can be\n" 15343 " generated as point data or cell data. The generation of each\n" 15344 " component is normalized between a user-specified minimum and\n" 15345 " maximum value.\n" 15347 " This filter provides that capability to specify the data type\n" 15348 " of the attributes and the range for each of the components.\n" 15349 " </Documentation>\n" 15350 " <InputProperty command=\"SetInputConnection\"\n" 15351 " name=\"Input\">\n" 15352 " <ProxyGroupDomain name=\"groups\">\n" 15353 " <Group name=\"sources\" />\n" 15354 " <Group name=\"filters\" />\n" 15355 " </ProxyGroupDomain>\n" 15356 " <DataTypeDomain name=\"input_type\">\n" 15357 " <DataType value=\"vtkDataSet\" />\n" 15358 " </DataTypeDomain>\n" 15359 " <Documentation>This property specifies the input to the Random Scalars\n" 15360 " filter.</Documentation>\n" 15361 " </InputProperty>\n" 15362 " <IntVectorProperty\n" 15363 " name=\"DataType\"\n" 15364 " command=\"SetDataType\"\n" 15365 " number_of_elements=\"1\"\n" 15366 " default_values=\"3\">\n" 15367 " <EnumerationDomain name=\"enum\">\n" 15368 " <Entry value=\"1\" text=\"Bit\"/>\n" 15369 " <Entry value=\"2\" text=\"Char\"/>\n" 15370 " <Entry value=\"3\" text=\"UnsignedChar\"/>\n" 15371 " <Entry value=\"4\" text=\"Short\"/>\n" 15372 " <Entry value=\"5\" text=\"UnsignedShort\"/>\n" 15373 " <Entry value=\"6\" text=\"Int\"/>\n" 15374 " <Entry value=\"7\" text=\"UnsignedInt\"/>\n" 15375 " <Entry value=\"8\" text=\"Long\"/>\n" 15376 " <Entry value=\"9\" text=\"UnsignedLong\"/>\n" 15377 " <Entry value=\"10\" text=\"Float\"/>\n" 15378 " <Entry value=\"11\" text=\"Double\"/>\n" 15379 " <Entry value=\"12\" text=\"vtkIdType\"/>\n" 15380 " </EnumerationDomain>\n" 15381 " <Documentation>\n" 15382 " Specify the type of array to create (all components of this\n" 15383 " array are of this type). This holds true for all arrays that\n" 15385 " </Documentation>\n" 15386 " </IntVectorProperty>\n" 15387 " <DoubleVectorProperty command=\"SetComponentRange\"\n" 15388 " default_values=\"0 255\"\n" 15389 " name=\"ComponentRange\"\n" 15390 " number_of_elements=\"2\">\n" 15391 " <Documentation>Set the range values (minimum and maximum) for\n" 15392 " each component. This applies to all data that is\n" 15393 " generated.</Documentation>\n" 15394 " </DoubleVectorProperty>\n" 15396 " <IntVectorProperty\n" 15397 " name=\"AttributesConstantPerBlock\"\n" 15398 " command=\"SetAttributesConstantPerBlock\"\n" 15399 " number_of_elements=\"1\"\n" 15400 " default_values=\"0\">\n" 15401 " <BooleanDomain name=\"bool\"/>\n" 15402 " <Documentation>Indicate that the generated attributes are\n" 15403 " constant within a block. This can be used to highlight\n" 15404 " blocks in a composite dataset.</Documentation>\n" 15405 " </IntVectorProperty>\n" 15406 " <IntVectorProperty\n" 15407 " name=\"GeneratePointScalars\"\n" 15408 " command=\"SetGeneratePointScalars\"\n" 15409 " number_of_elements=\"1\"\n" 15410 " default_values=\"0\">\n" 15411 " <BooleanDomain name=\"bool\"/>\n" 15412 " <Documentation>Indicate that point scalars are to be\n" 15413 " generated.</Documentation>\n" 15414 " </IntVectorProperty>\n" 15415 " <IntVectorProperty\n" 15416 " name=\"GeneratePointVectors\"\n" 15417 " command=\"SetGeneratePointVectors\"\n" 15418 " number_of_elements=\"1\"\n" 15419 " default_values=\"0\">\n" 15420 " <BooleanDomain name=\"bool\"/>\n" 15421 " <Documentation>Indicate that point vectors are to be\n" 15422 " generated.</Documentation>\n" 15423 " </IntVectorProperty>\n" 15425 " <IntVectorProperty\n" 15426 " name=\"GenerateCellScalars\"\n" 15427 " command=\"SetGenerateCellScalars\"\n" 15428 " number_of_elements=\"1\"\n" 15429 " default_values=\"0\">\n" 15430 " <BooleanDomain name=\"bool\"/>\n" 15431 " <Documentation>Indicate that point scalars are to be\n" 15432 " generated.</Documentation>\n" 15433 " </IntVectorProperty>\n" 15434 " <IntVectorProperty\n" 15435 " name=\"GenerateCellVectors\"\n" 15436 " command=\"SetGenerateCellVectors\"\n" 15437 " number_of_elements=\"1\"\n" 15438 " default_values=\"1\">\n" 15439 " <BooleanDomain name=\"bool\"/>\n" 15440 " <Documentation>Indicate that point vectors are to be\n" 15445 " generated.</Documentation>\n" 15446 " </IntVectorProperty>\n" 15447 " </SourceProxy>\n" 15449 " <!-- ==================================================================== -->\n" 15450 " <SourceProxy class=\"vtkRectilinearGridToPointSet\"\n" 15451 " label=\"Rectilinear Data to Point Set\"\n" 15452 " name=\"RectilinearGridToPointSet\">\n" 15453 " <Documentation short_help=\"Converts a rectilinear grid to an\n" 15454 " equivalend structured grid\">The Rectilinear Grid to Point Set\n" 15455 " filter takes an rectilinear grid object and outputs an\n" 15456 " equivalent Structured Grid (which is a type of point set). This\n" 15457 " brings the data to a broader category of data storage but only\n" 15458 " adds a small amount of overhead. This filter can be helpful in\n" 15459 " applying filters that expect or manipulate point\n" 15460 " coordinates.</Documentation>\n" 15461 " <InputProperty command=\"SetInputConnection\"\n" 15462 " name=\"Input\">\n" 15463 " <ProxyGroupDomain name=\"groups\">\n" 15464 " <Group name=\"sources\" />\n" 15465 " <Group name=\"filters\" />\n" 15466 " </ProxyGroupDomain>\n" 15467 " <DataTypeDomain name=\"input_type\">\n" 15468 " <DataType value=\"vtkRectilinearGrid\" />\n" 15469 " </DataTypeDomain>\n" 15470 " </InputProperty>\n" 15471 " </SourceProxy>\n" 15473 " <!-- ==================================================================== -->\n" 15474 " <SourceProxy class=\"vtkShrinkFilter\"\n" 15475 " label=\"Shrink\"\n" 15476 " name=\"ShrinkFilter\">\n" 15477 " <Documentation long_help=\"This filter shrinks each input cell so they pull away from their neighbors.\"\n" 15478 " short_help=\"Shrink each input cell.\">The Shrink filter\n" 15479 " causes the individual cells of a dataset to break apart\n" 15480 " from each other by moving each cell's points toward the\n" 15481 " centroid of the cell. (The centroid of a cell is the\n" 15482 " average position of its points.) This filter operates on\n" 15483 " any type of dataset and produces unstructured grid\n" 15484 " output.</Documentation>\n" 15485 " <InputProperty command=\"SetInputConnection\"\n" 15486 " name=\"Input\">\n" 15487 " <ProxyGroupDomain name=\"groups\">\n" 15488 " <Group name=\"sources\" />\n" 15489 " <Group name=\"filters\" />\n" 15490 " </ProxyGroupDomain>\n" 15491 " <DataTypeDomain name=\"input_type\">\n" 15492 " <DataType value=\"vtkDataSet\" />\n" 15493 " </DataTypeDomain>\n" 15494 " <Documentation>This property specifies the input to the Shrink\n" 15495 " filter.</Documentation>\n" 15496 " </InputProperty>\n" 15497 " <DoubleVectorProperty animateable=\"1\"\n" 15498 " command=\"SetShrinkFactor\"\n" 15499 " default_values=\"0.5\"\n" 15500 " name=\"ShrinkFactor\"\n" 15501 " number_of_elements=\"1\">\n" 15502 " <DoubleRangeDomain max=\"1\"\n" 15504 " name=\"range\" />\n" 15505 " <Documentation>The value of this property determines how far the points\n" 15506 " will move. A value of 0 positions the points at the centroid of the\n" 15507 " cell; a value of 1 leaves them at their original\n" 15508 " positions.</Documentation>\n" 15509 " </DoubleVectorProperty>\n" 15510 " <!-- End ShrinkFilter -->\n" 15511 " </SourceProxy>\n" 15513 " <!-- ==================================================================== -->\n" 15514 " <SourceProxy class=\"vtkSynchronizeTimeFilter\"\n" 15515 " label=\"Synchronize Time\"\n" 15516 " name=\"SynchronizeTime\">\n" 15517 " <Documentation short_help=\"Set 'close' time step values from the source to the input\">\n" 15518 " Synchronize time step values in the first input (Input) to time step\n" 15519 " values in the second input (Source) that are considered close enough.\n" 15520 " The outputted data set is from the first input and the number of\n" 15521 " output time steps is also equal to the number of time steps in\n" 15522 " the first input. Time step values in the first input that are\n" 15523 " \"close\" to time step values in the second input are replaced\n" 15524 " with the value from the second input. Close is determined to\n" 15525 " be if the difference is less than RelativeTolerance multiplied\n" 15526 " by the time range of the first input.\n" 15527 " </Documentation>\n" 15528 " <InputProperty command=\"SetInputConnection\" name=\"DataToPass\">\n" 15529 " <ProxyGroupDomain name=\"groups\">\n" 15530 " <Group name=\"sources\" />\n" 15531 " <Group name=\"filters\" />\n" 15532 " </ProxyGroupDomain>\n" 15533 " <DataTypeDomain name=\"input_type\">\n" 15534 " <DataType value=\"vtkDataSet\" />\n" 15535 " <DataType value=\"vtkCompositeDataSet\" />\n" 15536 " </DataTypeDomain>\n" 15537 " <Documentation>This property specifies the dataset whose geometry and\n" 15538 " fields will be output.</Documentation>\n" 15539 " </InputProperty>\n" 15540 " <InputProperty command=\"SetSourceConnection\" name=\"TimeToSync\">\n" 15541 " <ProxyGroupDomain name=\"groups\">\n" 15542 " <Group name=\"sources\" />\n" 15543 " <Group name=\"filters\" />\n" 15544 " </ProxyGroupDomain>\n" 15545 " <DataTypeDomain name=\"input_type\">\n" 15546 " <DataType value=\"vtkDataSet\" />\n" 15547 " <DataType value=\"vtkCompositeDataSet\" />\n" 15548 " </DataTypeDomain>\n" 15549 " <Documentation>This property specifies the dataset from which to obtain\n" 15550 " the time step values.</Documentation>\n" 15551 " </InputProperty>\n" 15552 " <DoubleVectorProperty\n" 15553 " name=\"RelativeTolerance\"\n" 15554 " command=\"SetRelativeTolerance\"\n" 15555 " number_of_elements=\"1\"\n" 15556 " default_values=\"0.00001\"\n" 15557 " panel_visibility=\"advanced\">\n" 15558 " </DoubleVectorProperty>\n" 15559 " <DoubleVectorProperty information_only=\"1\"\n" 15560 " name=\"TimestepValues\">\n" 15561 " <TimeStepsInformationHelper />\n" 15562 " </DoubleVectorProperty>\n" 15564 " <Visibility RelativeTolerance=\"1\" />\n" 15566 " <!-- End vtkSynchronizeTimeFilter -->\n" 15567 " </SourceProxy>\n" 15569 " <!-- ==================================================================== -->\n" 15570 " <SourceProxy class=\"vtkTableToPolyData\"\n" 15571 " label=\"Table To Points\"\n" 15572 " name=\"TableToPolyData\">\n" 15573 " <Documentation long_help=\"Converts table to set of points.\"\n" 15574 " short_help=\"Converts table to set of points.\">The\n" 15575 " TableToPolyData filter converts a vtkTable to a set of\n" 15576 " points in a vtkPolyData. One must specifies the columns in\n" 15577 " the input table to use as the X, Y and Z coordinates for\n" 15578 " the points in the output.</Documentation>\n" 15579 " <InputProperty command=\"SetInputConnection\"\n" 15580 " name=\"Input\">\n" 15581 " <ProxyGroupDomain name=\"groups\">\n" 15582 " <Group name=\"sources\" />\n" 15583 " <Group name=\"filters\" />\n" 15584 " </ProxyGroupDomain>\n" 15585 " <InputArrayDomain attribute_type=\"row\"\n" 15586 " name=\"input_array\"\n" 15587 " number_of_components=\"1\" />\n" 15588 " <DataTypeDomain name=\"input_type\">\n" 15589 " <DataType value=\"vtkTable\" />\n" 15590 " </DataTypeDomain>\n" 15591 " <Documentation>This property specifies the input..</Documentation>\n" 15592 " </InputProperty>\n" 15593 " <StringVectorProperty command=\"SetXColumn\"\n" 15594 " name=\"XColumn\"\n" 15595 " number_of_elements=\"1\"\n" 15596 " panel_visibility=\"default\">\n" 15597 " <ArrayListDomain name=\"array_list\">\n" 15598 " <RequiredProperties>\n" 15599 " <Property function=\"Input\"\n" 15600 " name=\"Input\" />\n" 15601 " </RequiredProperties>\n" 15602 " </ArrayListDomain>\n" 15603 " <Documentation>This property specifies which data array is going to be\n" 15604 " used as the X coordinate in the generated polydata\n" 15605 " dataset.</Documentation>\n" 15606 " </StringVectorProperty>\n" 15607 " <StringVectorProperty command=\"SetYColumn\"\n" 15608 " name=\"YColumn\"\n" 15609 " number_of_elements=\"1\"\n" 15610 " panel_visibility=\"default\">\n" 15611 " <ArrayListDomain name=\"array_list\">\n" 15612 " <RequiredProperties>\n" 15613 " <Property function=\"Input\"\n" 15614 " name=\"Input\" />\n" 15615 " </RequiredProperties>\n" 15616 " </ArrayListDomain>\n" 15617 " <Documentation>This property specifies which data array is going to be\n" 15618 " used as the Y coordinate in the generated polydata\n" 15619 " dataset.</Documentation>\n" 15620 " </StringVectorProperty>\n" 15621 " <StringVectorProperty command=\"SetZColumn\"\n" 15622 " name=\"ZColumn\"\n" 15623 " number_of_elements=\"1\"\n" 15624 " panel_visibility=\"default\">\n" 15625 " <ArrayListDomain name=\"array_list\">\n" 15626 " <RequiredProperties>\n" 15627 " <Property function=\"Input\"\n" 15628 " name=\"Input\" />\n" 15629 " </RequiredProperties>\n" 15630 " </ArrayListDomain>\n" 15631 " <Documentation>This property specifies which data array is going to be\n" 15632 " used as the Z coordinate in the generated polydata\n" 15633 " dataset.</Documentation>\n" 15634 " </StringVectorProperty>\n" 15635 " <IntVectorProperty command=\"SetCreate2DPoints\"\n" 15636 " default_values=\"0\"\n" 15637 " label=\"2D Points\"\n" 15638 " name=\"Create2DPoints\"\n" 15639 " number_of_elements=\"1\">\n" 15640 " <BooleanDomain name=\"bool\" />\n" 15641 " <Documentation>Specify whether the points of the polydata are 3D or 2D.\n" 15642 " If this is set to true then the Z Column will be ignored and the z\n" 15643 " value of each point on the polydata will be set to 0. By default this\n" 15644 " will be off.</Documentation>\n" 15645 " </IntVectorProperty>\n" 15646 " <IntVectorProperty command=\"SetPreserveCoordinateColumnsAsDataArrays\"\n" 15647 " default_values=\"0\"\n" 15648 " name=\"KeepAllDataArrays\"\n" 15649 " number_of_elements=\"1\">\n" 15650 " <BooleanDomain name=\"bool\" />\n" 15651 " <Documentation>Allow user to keep columns specified as X,Y,Z as Data\n" 15652 " arrays. By default this will be off.</Documentation>\n" 15653 " </IntVectorProperty>\n" 15654 " </SourceProxy>\n" 15656 " <!-- ==================================================================== -->\n" 15657 " <SourceProxy class=\"vtkTableToStructuredGrid\"\n" 15658 " label=\"Table To Structured Grid\"\n" 15659 " name=\"TableToStructuredGrid\">\n" 15660 " <Documentation long_help=\"Converts to table to structured grid.\"\n" 15661 " short_help=\"Converts to table to structured grid.\">The\n" 15662 " TableToStructuredGrid filter converts a vtkTable to a\n" 15663 " vtkStructuredGrid. One must specifies the columns in the\n" 15664 " input table to use as the X, Y and Z coordinates for the\n" 15665 " points in the output, and the whole\n" 15666 " extent.</Documentation>\n" 15667 " <InputProperty command=\"SetInputConnection\"\n" 15668 " name=\"Input\">\n" 15669 " <ProxyGroupDomain name=\"groups\">\n" 15670 " <Group name=\"sources\" />\n" 15671 " <Group name=\"filters\" />\n" 15672 " </ProxyGroupDomain>\n" 15673 " <InputArrayDomain attribute_type=\"row\"\n" 15674 " name=\"input_array\"\n" 15675 " number_of_components=\"1\" />\n" 15676 " <DataTypeDomain name=\"input_type\">\n" 15677 " <DataType value=\"vtkTable\" />\n" 15678 " </DataTypeDomain>\n" 15679 " <Documentation>This property specifies the input..</Documentation>\n" 15680 " </InputProperty>\n" 15681 " <IntVectorProperty command=\"SetWholeExtent\"\n" 15682 " default_values=\"0 0 0 0 0 0\"\n" 15683 " name=\"WholeExtent\"\n" 15684 " number_of_elements=\"6\">\n" 15686 " <ExtentDomain name=\"extent\">\n" 15687 " <RequiredProperties>\n" 15688 " <Property name=\"Input\" function=\"Input\"/>\n" 15689 " </RequiredProperties>\n" 15690 " </ExtentDomain>\n" 15691 " <Documentation>\n" 15692 " This property gives the minimum and maximum point index (extent) in\n" 15693 " each dimension for the output dataset.\n" 15694 " </Documentation>\n" 15696 " </IntVectorProperty>\n" 15697 " <StringVectorProperty command=\"SetXColumn\"\n" 15698 " name=\"XColumn\"\n" 15699 " number_of_elements=\"1\">\n" 15700 " <ArrayListDomain name=\"array_list\">\n" 15701 " <RequiredProperties>\n" 15702 " <Property function=\"Input\"\n" 15703 " name=\"Input\" />\n" 15704 " </RequiredProperties>\n" 15705 " </ArrayListDomain>\n" 15706 " <Documentation>This property specifies which data array is going to be\n" 15707 " used as the X coordinate in the generated polydata\n" 15708 " dataset.</Documentation>\n" 15709 " </StringVectorProperty>\n" 15710 " <StringVectorProperty command=\"SetYColumn\"\n" 15711 " name=\"YColumn\"\n" 15712 " number_of_elements=\"1\">\n" 15713 " <ArrayListDomain name=\"array_list\">\n" 15714 " <RequiredProperties>\n" 15715 " <Property function=\"Input\"\n" 15716 " name=\"Input\" />\n" 15717 " </RequiredProperties>\n" 15718 " </ArrayListDomain>\n" 15719 " <Documentation>This property specifies which data array is going to be\n" 15720 " used as the Y coordinate in the generated polydata\n" 15721 " dataset.</Documentation>\n" 15722 " </StringVectorProperty>\n" 15723 " <StringVectorProperty command=\"SetZColumn\"\n" 15724 " name=\"ZColumn\"\n" 15725 " number_of_elements=\"1\">\n" 15726 " <ArrayListDomain name=\"array_list\">\n" 15727 " <RequiredProperties>\n" 15728 " <Property function=\"Input\"\n" 15729 " name=\"Input\" />\n" 15730 " </RequiredProperties>\n" 15731 " </ArrayListDomain>\n" 15732 " <Documentation>This property specifies which data array is going to be\n" 15733 " used as the Z coordinate in the generated polydata\n" 15734 " dataset.</Documentation>\n" 15735 " </StringVectorProperty>\n" 15736 " </SourceProxy>\n" 15738 " <!-- ==================================================================== -->\n" 15739 " <!-- Legacy filter (renamed from \"Particle Pathlines\" to handle temporal\n" 15740 " particle data. We should consider writing a generic \"sweep\" filter\n" 15741 " that handles temporal particles, lines and surfaces.\n" 15742 " - Leo 12/30/2012 -->\n" 15744 " <SourceProxy name=\"ParticlePathLines\"\n" 15745 " class=\"vtkTemporalPathLineFilter\"\n" 15746 " label=\"Temporal Particles To Pathlines\">\n" 15747 " <Documentation\n" 15748 " long_help=\"Creates polylines representing pathlines of animating particles\"\n" 15749 " short_help=\"Particle Pathlines\">\n" 15750 " Particle Pathlines takes any dataset as input, it extracts the\n" 15751 " point locations of all cells over time to build up a polyline\n" 15752 " trail. The point number (index) is used as the 'key' if the points\n" 15753 " are randomly changing their respective order in the points list,\n" 15754 " then you should specify a scalar that represents the unique\n" 15755 " ID. This is intended to handle the output of a filter such as the\n" 15756 " TemporalStreamTracer.\n" 15757 " </Documentation>\n" 15759 " <OutputPort name=\"Pathlines\" index=\"0\" />\n" 15764 " <OutputPort name=\"Particles\" index=\"1\" />\n" 15766 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n" 15767 " <ProxyGroupDomain name=\"groups\">\n" 15768 " <Group name=\"sources\"/>\n" 15769 " <Group name=\"filters\"/>\n" 15770 " </ProxyGroupDomain>\n" 15771 " <DataTypeDomain name=\"input_type\">\n" 15772 " <DataType value=\"vtkPointSet\"/>\n" 15773 " </DataTypeDomain>\n" 15774 " <InputArrayDomain name=\"input_array\" attribute_type=\"point\"\n" 15775 " optional=\"1\"/>\n" 15776 " <Documentation>\n" 15777 " The input cells to create pathlines for.\n" 15778 " </Documentation>\n" 15779 " </InputProperty>\n" 15781 " <InputProperty name=\"Selection\" command=\"SetSelectionConnection\">\n" 15782 " <ProxyGroupDomain name=\"groups\">\n" 15783 " <Group name=\"sources\"/>\n" 15784 " <Group name=\"filters\"/>\n" 15785 " </ProxyGroupDomain>\n" 15786 " <DataTypeDomain name=\"input_type\">\n" 15787 " <DataType value=\"vtkDataSet\"/>\n" 15788 " </DataTypeDomain>\n" 15792 " <Documentation>\n" 15793 " Set a second input, which is a selection. Particles with the same\n" 15794 " Id in the selection as the primary input will be chosen for\n" 15795 " pathlines Note that you must have the same IdChannelArray in the\n" 15796 " selection as the input\n" 15797 " </Documentation>\n" 15798 " </InputProperty>\n" 15800 " <IntVectorProperty name=\"MaskPoints\"\n" 15801 " command=\"SetMaskPoints\"\n" 15802 " number_of_elements=\"1\"\n" 15803 " default_values=\"100\" >\n" 15804 " <Documentation>\n" 15805 " Set the number of particles to track as a ratio of the input.\n" 15806 " Example: setting MaskPoints to 10 will track every 10th point.\n" 15807 " </Documentation>\n" 15808 " </IntVectorProperty>\n" 15810 " <IntVectorProperty name=\"MaxTrackLength\"\n" 15811 " command=\"SetMaxTrackLength\"\n" 15812 " number_of_elements=\"1\"\n" 15813 " default_values=\"25\" >\n" 15814 " <Documentation>\n" 15815 " If the Particles being traced animate for a long time, the trails\n" 15816 " or traces will become long and stringy. Setting the\n" 15817 " MaxTraceTimeLength will limit how much of the trace is\n" 15818 " displayed. Tracks longer then the Max will disappear and the\n" 15819 " trace will appear like a snake of fixed length which progresses\n" 15820 " as the particle moves. This length is given with respect to\n" 15822 " </Documentation>\n" 15823 " </IntVectorProperty>\n" 15825 " <DoubleVectorProperty name=\"MaxStepDistance\"\n" 15826 " command=\"SetMaxStepDistance\"\n" 15827 " number_of_elements=\"3\"\n" 15828 " animateable=\"1\"\n" 15829 " default_values=\"1.0 1.0 1.0\" >\n" 15830 " <DoubleRangeDomain name=\"range\"/>\n" 15831 " <Documentation>\n" 15832 " If a particle disappears from one end of a simulation and\n" 15833 " reappears on the other side, the track left will be\n" 15834 " unrepresentative. Set a MaxStepDistance{x,y,z} which acts as a\n" 15835 " threshold above which if a step occurs larger than the value (for\n" 15836 " the dimension), the track will be dropped and restarted after the\n" 15837 " step. (ie the part before the wrap around will be dropped and the\n" 15838 " newer part kept).\n" 15839 " </Documentation>\n" 15840 " </DoubleVectorProperty>\n" 15842 " <StringVectorProperty name=\"IdChannelArray\"\n" 15843 " command=\"SetIdChannelArray\"\n" 15844 " number_of_elements=\"1\"\n" 15845 " default_values=\"Global or Local IDs\"\n" 15846 " animateable=\"0\">\n" 15847 " <ArrayListDomain\n" 15848 " name=\"array_list\" attribute_type=\"Scalars\"\n" 15849 " none_string=\"Global or Local IDs\">\n" 15850 " <RequiredProperties>\n" 15851 " <Property name=\"Input\" function=\"Input\"/>\n" 15852 " </RequiredProperties>\n" 15853 " </ArrayListDomain>\n" 15854 " <Documentation>\n" 15855 " Specify the name of a scalar array which will be used to fetch\n" 15856 " the index of each point. This is necessary only if the particles\n" 15857 " change position (Id order) on each time step. The Id can be used\n" 15858 " to identify particles at each step and hence track them properly.\n" 15859 " If this array is set to \"Global or Local IDs\", the global point\n" 15860 " ids are used if they exist or the point index is otherwise.\n" 15861 " </Documentation>\n" 15862 " </StringVectorProperty>\n" 15863 " <!-- End TemporalPathLineFilter -->\n" 15864 " </SourceProxy>\n" 15866 " <!-- ==================================================================== -->\n" 15867 " <SourceProxy class=\"vtkTemporalStatistics\"\n" 15868 " label=\"Temporal Statistics\"\n" 15869 " name=\"TemporalStatistics\">\n" 15870 " <Documentation long_help=\"Loads in all time steps of a data set and computes some statistics about how each point and cell variable changes over time.\"\n" 15871 " short_help=\"Compute Temporal Statistics\">Given an input\n" 15872 " that changes over time, vtkTemporalStatistics looks at the\n" 15873 " data for each time step and computes some statistical\n" 15874 " information of how a point or cell variable changes over\n" 15875 " time. For example, vtkTemporalStatistics can compute the\n" 15876 " average value of \"pressure\" over time of each point. Note\n" 15877 " that this filter will require the upstream filter to be\n" 15878 " run on every time step that it reports that it can\n" 15879 " compute. This may be a time consuming operation.\n" 15880 " vtkTemporalStatistics ignores the temporal spacing. Each\n" 15881 " timestep will be weighted the same regardless of how long\n" 15882 " of an interval it is to the next timestep. Thus, the\n" 15883 " average statistic may be quite different from an\n" 15884 " integration of the variable if the time spacing\n" 15885 " varies.</Documentation>\n" 15886 " <InputProperty command=\"SetInputConnection\"\n" 15887 " name=\"Input\">\n" 15888 " <ProxyGroupDomain name=\"groups\">\n" 15889 " <Group name=\"sources\" />\n" 15890 " <Group name=\"filters\" />\n" 15891 " </ProxyGroupDomain>\n" 15892 " <DataTypeDomain name=\"input_type\">\n" 15893 " <DataType value=\"vtkDataSet\" />\n" 15894 " </DataTypeDomain>\n" 15895 " <Documentation>Set the input to the Temporal Statistics\n" 15896 " filter.</Documentation>\n" 15897 " </InputProperty>\n" 15898 " <IntVectorProperty command=\"SetComputeAverage\"\n" 15899 " default_values=\"1\"\n" 15900 " name=\"ComputeAverage\"\n" 15901 " number_of_elements=\"1\">\n" 15902 " <BooleanDomain name=\"bool\" />\n" 15903 " <Documentation>Compute the average of each point and cell variable over\n" 15904 " time.</Documentation>\n" 15905 " </IntVectorProperty>\n" 15906 " <IntVectorProperty command=\"SetComputeMinimum\"\n" 15907 " default_values=\"1\"\n" 15908 " name=\"ComputeMinimum\"\n" 15909 " number_of_elements=\"1\">\n" 15910 " <BooleanDomain name=\"bool\" />\n" 15911 " <Documentation>Compute the minimum of each point and cell variable over\n" 15912 " time.</Documentation>\n" 15913 " </IntVectorProperty>\n" 15914 " <IntVectorProperty command=\"SetComputeMaximum\"\n" 15915 " default_values=\"1\"\n" 15916 " name=\"ComputeMaximum\"\n" 15917 " number_of_elements=\"1\">\n" 15918 " <BooleanDomain name=\"bool\" />\n" 15919 " <Documentation>Compute the maximum of each point and cell variable over\n" 15920 " time.</Documentation>\n" 15921 " </IntVectorProperty>\n" 15922 " <IntVectorProperty command=\"SetComputeStandardDeviation\"\n" 15923 " default_values=\"1\"\n" 15924 " name=\"ComputeStandardDeviation\"\n" 15925 " number_of_elements=\"1\">\n" 15926 " <BooleanDomain name=\"bool\" />\n" 15927 " <Documentation>Compute the standard deviation of each point and cell\n" 15928 " variable over time.</Documentation>\n" 15929 " </IntVectorProperty>\n" 15931 " <WarnOnCreate title=\"Potentially slow operation\">\n" 15932 " **Temporal Statistics** filter needs to process all timesteps\n" 15933 " available in your dataset and can potentially take a long time to complete.\n" 15934 " Do you want to continue?\n" 15935 " </WarnOnCreate>\n" 15937 " <!-- End TemporalStatistics -->\n" 15938 " </SourceProxy>\n" 15940 " <!-- ==================================================================== -->\n" 15941 " <SourceProxy class=\"vtkTessellatorFilter\"\n" 15942 " label=\"Tessellate\"\n" 15943 " name=\"TessellatorFilter\">\n" 15944 " <Documentation long_help=\"Tessellate nonlinear curves, surfaces, and volumes with lines, triangles, and tetrahedra.\"\n" 15945 " short_help=\"Polygonalize a mesh.\">The Tessellate filter\n" 15946 " tessellates cells with nonlinear geometry and/or scalar\n" 15947 " fields into a simplicial complex with linearly\n" 15948 " interpolated field values that more closely approximate\n" 15949 " the original field. This is useful for datasets containing\n" 15950 " quadratic cells.</Documentation>\n" 15951 " <InputProperty command=\"SetInputConnection\"\n" 15952 " name=\"Input\">\n" 15953 " <ProxyGroupDomain name=\"groups\">\n" 15954 " <Group name=\"sources\" />\n" 15955 " <Group name=\"filters\" />\n" 15956 " </ProxyGroupDomain>\n" 15957 " <DataTypeDomain name=\"input_type\">\n" 15958 " <DataType value=\"vtkPolyData\" />\n" 15959 " <DataType value=\"vtkDataSet\" />\n" 15960 " <DataType value=\"vtkUnstructuredGrid\" />\n" 15961 " </DataTypeDomain>\n" 15962 " <Documentation>This property specifies the input to the Tessellate\n" 15963 " filter.</Documentation>\n" 15964 " </InputProperty>\n" 15965 " <IntVectorProperty command=\"SetOutputDimension\"\n" 15966 " default_values=\"3\"\n" 15967 " name=\"OutputDimension\"\n" 15968 " number_of_elements=\"1\">\n" 15969 " <IntRangeDomain max=\"3\"\n" 15971 " name=\"range\" />\n" 15972 " <Documentation>The value of this property sets the maximum\n" 15973 " dimensionality of the output tessellation. When the value of this\n" 15974 " property is 3, 3D cells produce tetrahedra, 2D cells produce triangles,\n" 15975 " and 1D cells produce line segments. When the value is 2, 3D cells will\n" 15976 " have their boundaries tessellated with triangles. When the value is 1,\n" 15977 " all cells except points produce line segments.</Documentation>\n" 15978 " </IntVectorProperty>\n" 15979 " <DoubleVectorProperty command=\"SetChordError\"\n" 15980 " default_values=\"1e-3\"\n" 15981 " name=\"ChordError\"\n" 15982 " number_of_elements=\"1\">\n" 15983 " <DoubleRangeDomain name=\"range\" />\n" 15984 " <Documentation>This property controls the maximum chord error allowed\n" 15985 " at any edge midpoint in the output tessellation. The chord error is\n" 15986 " measured as the distance between the midpoint of any output edge and\n" 15987 " the original nonlinear geometry.</Documentation>\n" 15988 " </DoubleVectorProperty>\n" 15989 " <DoubleVectorProperty command=\"SetFieldCriterion\"\n" 15990 " label=\"Field Error\"\n" 15991 " name=\"FieldError2\"\n" 15992 " number_of_elements_per_command=\"1\"\n" 15993 " repeat_command=\"1\"\n" 15994 " use_index=\"1\">\n" 15995 " <Documentation>This property controls the maximum field error allowed\n" 15996 " at any edge midpoint in the output tessellation. The field error is\n" 15997 " measured as the difference between a field value at the midpoint of an\n" 15998 " output edge and the value of the corresponding field in the original\n" 15999 " nonlinear geometry.</Documentation>\n" 16000 " </DoubleVectorProperty>\n" 16001 " <IntVectorProperty command=\"SetMaximumNumberOfSubdivisions\"\n" 16002 " default_values=\"3\"\n" 16003 " label=\"Maximum Number of Subdivisions\"\n" 16004 " name=\"MaximumNumberOfSubdivisions\"\n" 16005 " number_of_elements=\"1\">\n" 16006 " <IntRangeDomain max=\"8\"\n" 16008 " name=\"range\" />\n" 16009 " <Documentation>This property specifies the maximum number of times an\n" 16010 " edge may be subdivided. Increasing this number allows further\n" 16011 " refinement but can drastically increase the computational and storage\n" 16012 " requirements, especially when the value of the OutputDimension property\n" 16013 " is 3.</Documentation>\n" 16014 " </IntVectorProperty>\n" 16015 " <IntVectorProperty command=\"SetMergePoints\"\n" 16016 " default_values=\"1\"\n" 16017 " name=\"MergePoints\"\n" 16018 " number_of_elements=\"1\">\n" 16019 " <BooleanDomain name=\"bool\" />\n" 16020 " <Documentation>If the value of this property is set to 1, coincident\n" 16021 " vertices will be merged after tessellation has occurred. Only geometry\n" 16022 " is considered during the merge and the first vertex encountered is the\n" 16023 " one whose point attributes will be used. Any discontinuities in point\n" 16024 " fields will be lost. On the other hand, many operations, such as\n" 16025 " streamline generation, require coincident vertices to be merged. Toggle\n" 16026 " whether to merge coincident vertices.</Documentation>\n" 16027 " </IntVectorProperty>\n" 16028 " <Property command=\"ResetFieldCriteria\"\n" 16029 " immediate_update=\"1\"\n" 16030 " name=\"ResetFieldCriteria\"></Property>\n" 16031 " <!-- End TessellatorFilter -->\n" 16032 " </SourceProxy>\n" 16034 " <!-- ==================================================================== -->\n" 16035 " <SourceProxy class=\"vtkTransformFilter\"\n" 16036 " label=\"Transform\"\n" 16037 " name=\"TransformFilter\">\n" 16038 " <Documentation long_help=\"This filter applies transformation to the polygons.\"\n" 16039 " short_help=\"Transform polygonal data.\">The Transform\n" 16040 " filter allows you to specify the position, size, and\n" 16041 " orientation of polygonal, unstructured grid, and\n" 16042 " curvilinear data sets.</Documentation>\n" 16043 " <InputProperty command=\"SetInputConnection\"\n" 16044 " name=\"Input\"\n" 16045 " panel_visibility=\"default\">\n" 16046 " <ProxyGroupDomain name=\"groups\">\n" 16047 " <Group name=\"sources\" />\n" 16048 " <Group name=\"filters\" />\n" 16049 " </ProxyGroupDomain>\n" 16050 " <DataTypeDomain name=\"input_type\">\n" 16051 " <DataType value=\"vtkPointSet\" />\n" 16052 " <DataType value=\"vtkImageData\" />\n" 16053 " <DataType value=\"vtkRectilinearGrid\" />\n" 16054 " </DataTypeDomain>\n" 16055 " <Documentation>This property specifies the input to the Transform\n" 16056 " filter.</Documentation>\n" 16057 " </InputProperty>\n" 16058 " <ProxyProperty command=\"SetTransform\"\n" 16059 " name=\"Transform\"\n" 16064 " panel_visibility=\"default\">\n" 16065 " <ProxyGroupDomain name=\"groups\">\n" 16066 " <Group name=\"transforms\" />\n" 16067 " </ProxyGroupDomain>\n" 16068 " <ProxyListDomain name=\"proxy_list\">\n" 16069 " <Proxy group=\"extended_sources\"\n" 16070 " name=\"Transform3\" />\n" 16071 " </ProxyListDomain>\n" 16072 " <Documentation>The values in this property allow you to specify the\n" 16073 " transform (translation, rotation, and scaling) to apply to the input\n" 16074 " dataset.</Documentation>\n" 16075 " </ProxyProperty>\n" 16076 " <IntVectorProperty command=\"SetTransformAllInputVectors\"\n" 16077 " default_values=\"1\"\n" 16078 " name=\"TransformAllInputVectors\"\n" 16079 " number_of_elements=\"1\">\n" 16080 " <BooleanDomain name=\"bool\" />\n" 16081 " <Documentation> If off, only Vectors and Normals will be transformed.\n" 16082 " If on, all 3-component data arrays (considered as 3D vectors) will be transformed.\n" 16083 " All other arrays won't be flipped and will only be copied.</Documentation>\n" 16084 " </IntVectorProperty>\n" 16085 " <!-- End TransformFilter -->\n" 16086 " </SourceProxy>\n" 16088 " <!-- ==================================================================== -->\n" 16089 " <SourceProxy class=\"vtkWarpScalar\"\n" 16090 " label=\"Warp By Scalar\"\n" 16091 " name=\"WarpScalar\">\n" 16092 " <Documentation long_help=\"This filter moves point coordinates along a vector scaled by a point attribute. It can be used to produce carpet plots.\"\n" 16093 " short_help=\"Warp point scalars into a spatial elevation plot.\">\n" 16094 " The Warp (scalar) filter translates the points of the\n" 16095 " input data set along a vector by a distance determined by\n" 16096 " the specified scalars. This filter operates on polygonal,\n" 16097 " curvilinear, and unstructured grid data sets containing\n" 16098 " single-component scalar arrays. Because it only changes\n" 16099 " the positions of the points, the output data set type is\n" 16100 " the same as that of the input. Any scalars in the input\n" 16101 " dataset are copied to the output, so the data can be\n" 16102 " colored by them.</Documentation>\n" 16103 " <InputProperty command=\"SetInputConnection\"\n" 16104 " name=\"Input\">\n" 16105 " <ProxyGroupDomain name=\"groups\">\n" 16106 " <Group name=\"sources\" />\n" 16107 " <Group name=\"filters\" />\n" 16108 " </ProxyGroupDomain>\n" 16109 " <DataTypeDomain name=\"input_type\">\n" 16110 " <DataType value=\"vtkPointSet\" />\n" 16111 " <DataType value=\"vtkImageData\" />\n" 16112 " <DataType value=\"vtkRectilinearGrid\" />\n" 16113 " </DataTypeDomain>\n" 16114 " <InputArrayDomain attribute_type=\"point\"\n" 16115 " name=\"input_array\"\n" 16116 " number_of_components=\"1\" />\n" 16117 " <Documentation>This property specifies the input to the Warp (scalar)\n" 16118 " filter.</Documentation>\n" 16119 " </InputProperty>\n" 16120 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 16121 " element_types=\"0 0 0 0 2\"\n" 16122 " label=\"Scalars\"\n" 16123 " name=\"SelectInputScalars\"\n" 16124 " number_of_elements=\"5\"\n" 16125 " panel_visibility=\"default\">\n" 16126 " <ArrayListDomain attribute_type=\"Scalars\"\n" 16127 " name=\"array_list\">\n" 16128 " <RequiredProperties>\n" 16129 " <Property function=\"Input\"\n" 16130 " name=\"Input\" />\n" 16131 " </RequiredProperties>\n" 16132 " </ArrayListDomain>\n" 16133 " <Documentation>This property contains the name of the scalar array by\n" 16134 " which to warp the dataset.</Documentation>\n" 16135 " </StringVectorProperty>\n" 16136 " <DoubleVectorProperty animateable=\"1\"\n" 16137 " command=\"SetScaleFactor\"\n" 16138 " default_values=\"1.0\"\n" 16139 " name=\"ScaleFactor\"\n" 16140 " number_of_elements=\"1\"\n" 16141 " panel_visibility=\"default\">\n" 16142 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n" 16143 " <RequiredProperties>\n" 16144 " <Property function=\"Input\" name=\"Input\" />\n" 16145 " <Property function=\"ArraySelection\" name=\"SelectInputScalars\" />\n" 16146 " </RequiredProperties>\n" 16147 " </BoundsDomain>\n" 16151 " <Documentation>The scalar value at a given point is multiplied by the\n" 16152 " value of this property to determine the magnitude of the change vector\n" 16153 " for that point.</Documentation>\n" 16154 " </DoubleVectorProperty>\n" 16155 " <DoubleVectorProperty command=\"SetNormal\"\n" 16156 " default_values=\"0 0 1\"\n" 16157 " name=\"Normal\"\n" 16158 " number_of_elements=\"3\">\n" 16159 " <DoubleRangeDomain name=\"range\" />\n" 16160 " <Documentation>The values of this property specify the direction along\n" 16161 " which to warp the dataset if any normals contained in the input dataset\n" 16162 " are not being used for this purpose. (See the UseNormal\n" 16163 " property.)</Documentation>\n" 16164 " </DoubleVectorProperty>\n" 16165 " <IntVectorProperty command=\"SetUseNormal\"\n" 16166 " default_values=\"0\"\n" 16167 " name=\"UseNormal\"\n" 16168 " number_of_elements=\"1\">\n" 16169 " <BooleanDomain name=\"bool\" />\n" 16170 " <Documentation>If point normals are present in the dataset, the value\n" 16171 " of this property toggles whether to use a single normal value (value =\n" 16172 " 1) or the normals from the dataset (value = 0).</Documentation>\n" 16173 " </IntVectorProperty>\n" 16174 " <IntVectorProperty command=\"SetXYPlane\"\n" 16175 " default_values=\"0\"\n" 16176 " label=\"XY Plane\"\n" 16177 " name=\"XYPlane\"\n" 16178 " number_of_elements=\"1\">\n" 16179 " <BooleanDomain name=\"bool\" />\n" 16180 " <Documentation>If the value of this property is 1, then the\n" 16181 " Z-coordinates from the input are considered to be the scalar values,\n" 16182 " and the displacement is along the Z axis. This is useful for creating\n" 16183 " carpet plots.</Documentation>\n" 16184 " </IntVectorProperty>\n" 16185 " <!-- End WarpScalar -->\n" 16186 " </SourceProxy>\n" 16188 " <!-- ==================================================================== -->\n" 16189 " <SourceProxy class=\"vtkWarpVector\"\n" 16190 " label=\"Warp By Vector\"\n" 16191 " name=\"WarpVector\">\n" 16192 " <Documentation long_help=\"This filter displaces point coordinates along a vector attribute. It is useful for showing mechanical deformation.\"\n" 16193 " short_help=\"Warp (displace) the geometry with a given vector field.\">\n" 16194 " The Warp (vector) filter translates the points of the\n" 16195 " input dataset using a specified vector array. The vector\n" 16196 " array chosen specifies a vector per point in the input.\n" 16197 " Each point is translated along its vector by a given scale\n" 16198 " factor. This filter operates on polygonal, curvilinear,\n" 16199 " and unstructured grid datasets. Because this filter only\n" 16200 " changes the positions of the points, the output dataset\n" 16201 " type is the same as that of the input.</Documentation>\n" 16202 " <InputProperty command=\"SetInputConnection\"\n" 16203 " name=\"Input\">\n" 16204 " <ProxyGroupDomain name=\"groups\">\n" 16205 " <Group name=\"sources\" />\n" 16206 " <Group name=\"filters\" />\n" 16207 " </ProxyGroupDomain>\n" 16208 " <DataTypeDomain name=\"input_type\">\n" 16209 " <DataType value=\"vtkPointSet\" />\n" 16210 " <DataType value=\"vtkImageData\" />\n" 16211 " <DataType value=\"vtkRectilinearGrid\" />\n" 16212 " </DataTypeDomain>\n" 16213 " <InputArrayDomain attribute_type=\"point\"\n" 16214 " name=\"input_array\"\n" 16215 " number_of_components=\"3\" />\n" 16216 " <Documentation>This property specifies the input to the Warp (vector)\n" 16217 " filter.</Documentation>\n" 16218 " </InputProperty>\n" 16219 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 16220 " element_types=\"0 0 0 0 2\"\n" 16221 " label=\"Vectors\"\n" 16222 " name=\"SelectInputVectors\"\n" 16223 " number_of_elements=\"5\"\n" 16224 " panel_visibility=\"default\">\n" 16225 " <ArrayListDomain attribute_type=\"Vectors\"\n" 16226 " name=\"array_list\">\n" 16227 " <RequiredProperties>\n" 16228 " <Property function=\"Input\"\n" 16229 " name=\"Input\" />\n" 16230 " </RequiredProperties>\n" 16231 " </ArrayListDomain>\n" 16232 " <Documentation>The value of this property contains the name of the\n" 16233 " vector array by which to warp the dataset's point\n" 16234 " coordinates.</Documentation>\n" 16235 " </StringVectorProperty>\n" 16236 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 16237 " default_values=\"1.0\"\n" 16238 " name=\"ScaleFactor\"\n" 16239 " number_of_elements=\"1\"\n" 16240 " panel_visibility=\"default\">\n" 16241 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n" 16242 " <RequiredProperties>\n" 16243 " <Property function=\"Input\" name=\"Input\" />\n" 16244 " <Property function=\"ArraySelection\" name=\"SelectInputVectors\" />\n" 16245 " </RequiredProperties>\n" 16246 " </BoundsDomain>\n" 16250 " <Documentation>Each component of the selected vector array will be\n" 16251 " multiplied by the value of this property before being used to compute\n" 16252 " new point coordinates.</Documentation>\n" 16253 " </DoubleVectorProperty>\n" 16254 " <!-- End WarpVector -->\n" 16255 " </SourceProxy>\n" 16257 " <!-- ==================================================================== -->\n" 16258 " <SourceProxy class=\"vtkYoungsMaterialInterface\"\n" 16259 " label=\"Youngs Material Interface\"\n" 16260 " name=\"YoungsMaterialInterface\">\n" 16261 " <Documentation long_help=\"Computes linear material interfaces in 2D or 3D mixed cells produced by eulerian or ALE simulation codes\"\n" 16262 " short_help=\"Youngs material interface reconstruction\">\n" 16263 " Computes linear material interfaces in 2D or 3D mixed\n" 16264 " cells produced by Eulerian or ALE simulation\n" 16265 " codes</Documentation>\n" 16266 " <InputProperty command=\"SetInputConnection\"\n" 16267 " name=\"Input\">\n" 16268 " <ProxyGroupDomain name=\"groups\">\n" 16269 " <Group name=\"sources\" />\n" 16270 " <Group name=\"filters\" />\n" 16271 " </ProxyGroupDomain>\n" 16272 " <DataTypeDomain name=\"input_type\">\n" 16273 " <DataType value=\"vtkCompositeDataSet\" />\n" 16274 " </DataTypeDomain>\n" 16275 " <InputArrayDomain attribute_type=\"cell\"\n" 16276 " name=\"input_array1\"\n" 16277 " number_of_components=\"1\"></InputArrayDomain>\n" 16278 " <InputArrayDomain attribute_type=\"cell\"\n" 16279 " name=\"input_array3\"\n" 16280 " number_of_components=\"3\"\n" 16281 " optional=\"1\"></InputArrayDomain>\n" 16282 " </InputProperty>\n" 16283 " <IntVectorProperty command=\"SetInverseNormal\"\n" 16284 " default_values=\"0\"\n" 16285 " name=\"InverseNormal\"\n" 16286 " number_of_elements=\"1\">\n" 16287 " <BooleanDomain name=\"bool\" />\n" 16288 " </IntVectorProperty>\n" 16289 " <IntVectorProperty command=\"SetReverseMaterialOrder\"\n" 16290 " default_values=\"0\"\n" 16291 " name=\"ReverseMaterialOrder\"\n" 16292 " number_of_elements=\"1\">\n" 16293 " <BooleanDomain name=\"bool\" />\n" 16294 " </IntVectorProperty>\n" 16295 " <IntVectorProperty command=\"SetOnionPeel\"\n" 16296 " default_values=\"1\"\n" 16297 " name=\"OnionPeel\"\n" 16298 " number_of_elements=\"1\">\n" 16299 " <BooleanDomain name=\"bool\" />\n" 16300 " </IntVectorProperty>\n" 16301 " <IntVectorProperty command=\"SetAxisSymetric\"\n" 16302 " default_values=\"1\"\n" 16303 " name=\"AxisSymetric\"\n" 16304 " number_of_elements=\"1\">\n" 16305 " <BooleanDomain name=\"bool\" />\n" 16306 " </IntVectorProperty>\n" 16307 " <IntVectorProperty command=\"SetFillMaterial\"\n" 16308 " default_values=\"1\"\n" 16309 " name=\"FillMaterial\"\n" 16310 " number_of_elements=\"1\">\n" 16311 " <BooleanDomain name=\"bool\" />\n" 16312 " </IntVectorProperty>\n" 16313 " <IntVectorProperty command=\"SetUseFractionAsDistance\"\n" 16314 " default_values=\"0\"\n" 16315 " name=\"UseFractionAsDistance\"\n" 16316 " number_of_elements=\"1\">\n" 16317 " <BooleanDomain name=\"bool\" />\n" 16318 " </IntVectorProperty>\n" 16319 " <DoubleVectorProperty command=\"SetVolumeFractionRange\"\n" 16320 " default_values=\"0.01 0.99\"\n" 16321 " name=\"VolumeFractionRange\"\n" 16322 " number_of_elements=\"2\">\n" 16323 " <DoubleRangeDomain max=\"1\"\n" 16325 " name=\"range\" />\n" 16326 " </DoubleVectorProperty>\n" 16327 " <IntVectorProperty command=\"GetNumberOfDomains\"\n" 16328 " information_only=\"1\"\n" 16329 " name=\"NumberOfDomainsInformation\">\n" 16330 " <SimpleIntInformationHelper />\n" 16331 " </IntVectorProperty>\n" 16332 " <StringVectorProperty command=\"SetMaterialVolumeFractionArray\"\n" 16333 " name=\"VolumeFractionArrays\"\n" 16334 " repeat_command=\"1\"\n" 16335 " set_number_command=\"SetNumberOfMaterials\"\n" 16336 " use_index=\"1\">\n" 16337 " <ArrayListDomain attribute_type=\"Scalars\"\n" 16338 " input_domain_name=\"input_array1\"\n" 16339 " name=\"array_list\">\n" 16340 " <RequiredProperties>\n" 16341 " <Property function=\"Input\"\n" 16342 " name=\"Input\" />\n" 16343 " </RequiredProperties>\n" 16344 " </ArrayListDomain>\n" 16345 " </StringVectorProperty>\n" 16346 " <StringVectorProperty command=\"SetMaterialNormalArray\"\n" 16347 " element_types=\"2 2\"\n" 16348 " name=\"NormalArrays\"\n" 16349 " number_of_elements_per_command=\"2\"\n" 16350 " repeat_command=\"1\">\n" 16351 " <ArrayListDomain attribute_type=\"Vectors\"\n" 16352 " none_string=\"None\"\n" 16353 " input_domain_name=\"input_array3\"\n" 16354 " name=\"array_list\">\n" 16355 " <RequiredProperties>\n" 16356 " <Property function=\"Input\"\n" 16357 " name=\"Input\" />\n" 16358 " </RequiredProperties>\n" 16359 " </ArrayListDomain>\n" 16363 " </StringVectorProperty>\n" 16364 " <StringVectorProperty command=\"SetMaterialOrderingArray\"\n" 16369 " element_types=\"2 2\"\n" 16370 " name=\"OrderingArrays\"\n" 16371 " number_of_elements_per_command=\"2\"\n" 16372 " repeat_command=\"1\">\n" 16373 " <ArrayListDomain attribute_type=\"Scalars\"\n" 16374 " none_string=\"None\"\n" 16375 " input_domain_name=\"input_array1\"\n" 16376 " name=\"array_list\">\n" 16377 " <RequiredProperties>\n" 16378 " <Property function=\"Input\"\n" 16379 " name=\"Input\" />\n" 16380 " </RequiredProperties>\n" 16381 " </ArrayListDomain>\n" 16385 " </StringVectorProperty>\n" 16386 " <PropertyGroup panel_widget=\"YoungsMaterial\">\n" 16387 " <Property name=\"VolumeFractionArrays\" function=\"VolumeFractionArrays\" />\n" 16388 " <Property name=\"OrderingArrays\" function=\"OrderingArrays\" />\n" 16389 " <Property name=\"NormalArrays\" function=\"NormalArrays\" />\n" 16390 " </PropertyGroup>\n" 16391 " <!-- End of YoungsMaterialInterface -->\n" 16392 " </SourceProxy>\n" 16394 " <!-- ==================================================================== -->\n" 16395 " <SourceProxy class=\"vtkDeflectNormals\"\n" 16396 " label=\"Deflect Normals\"\n" 16397 " name=\"DeflectNormals\">\n" 16398 " <Documentation long_help=\"This filter deflects normal orientation along a vector attribute.\"\n" 16399 " short_help=\"Deflects the normals with a given vector field.\" />\n" 16400 " <InputProperty command=\"SetInputConnection\"\n" 16401 " name=\"Input\">\n" 16402 " <ProxyGroupDomain name=\"groups\">\n" 16403 " <Group name=\"sources\" />\n" 16404 " <Group name=\"filters\" />\n" 16405 " </ProxyGroupDomain>\n" 16406 " <DataTypeDomain name=\"input_type\">\n" 16407 " <DataType value=\"vtkDataSet\" />\n" 16408 " </DataTypeDomain>\n" 16409 " <InputArrayDomain attribute_type=\"point\"\n" 16410 " name=\"input_array\"\n" 16411 " number_of_components=\"3\" />\n" 16412 " <Documentation>This property specifies the input to the filter.</Documentation>\n" 16413 " </InputProperty>\n" 16414 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 16415 " element_types=\"0 0 0 0 2\"\n" 16416 " label=\"Vectors\"\n" 16417 " name=\"SelectInputVectors\"\n" 16418 " number_of_elements=\"5\"\n" 16419 " panel_visibility=\"default\">\n" 16420 " <ArrayListDomain attribute_type=\"Vectors\"\n" 16421 " name=\"array_list\">\n" 16422 " <RequiredProperties>\n" 16423 " <Property function=\"Input\"\n" 16424 " name=\"Input\" />\n" 16425 " </RequiredProperties>\n" 16426 " </ArrayListDomain>\n" 16427 " <Documentation>The value of this property contains the name of the\n" 16428 " vector array by which to deflect the dataset's normals.</Documentation>\n" 16429 " </StringVectorProperty>\n" 16430 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 16431 " default_values=\"1.0\"\n" 16432 " name=\"ScaleFactor\"\n" 16433 " number_of_elements=\"1\"\n" 16434 " panel_visibility=\"default\"\n" 16435 " animateable=\"1\">\n" 16436 " <Documentation>Normal deflection factor.</Documentation>\n" 16437 " </DoubleVectorProperty>\n" 16438 " <IntVectorProperty command=\"SetUseUserNormal\"\n" 16439 " name=\"UseUserNormal\"\n" 16440 " default_values=\"0\"\n" 16441 " number_of_elements=\"1\"\n" 16442 " panel_visibility=\"default\">\n" 16443 " <BooleanDomain name=\"bool\" />\n" 16444 " <Documentation>\n" 16445 " Use a user specified normal instead of the existing point normals.\n" 16446 " </Documentation>\n" 16447 " </IntVectorProperty>\n" 16448 " <DoubleVectorProperty command=\"SetUserNormal\"\n" 16449 " default_values=\"0 0 1\"\n" 16450 " name=\"UserNormal\"\n" 16451 " number_of_elements=\"3\"\n" 16452 " panel_visibility=\"default\">\n" 16453 " <Documentation>Specify the user constant normal.</Documentation>\n" 16454 " </DoubleVectorProperty>\n" 16455 " <!-- End WarpVector -->\n" 16456 " </SourceProxy>\n" 16459 "</ServerManagerConfiguration>\n" 16482 char* res =
new char[ len + 1];
16492 assert(offset == len);
16500 "<ServerManagerConfiguration>\n" 16501 " <ProxyGroup name=\"sources\">\n" 16502 " <!-- ==================================================================== -->\n" 16503 " <SourceProxy class=\"vtkAxes\"\n" 16504 " label=\"Axes\"\n" 16505 " name=\"Axes\">\n" 16506 " <Documentation long_help=\"Three lines representing the axes - red line along X, green line along Y, and blue line along Z\"\n" 16507 " short_help=\"Create three lines representing X, Y and Z axes\">\n" 16508 " The Axes source can be used to add a representation of the\n" 16509 " coordinate system axes to the 3D scene. The X axis will be\n" 16510 " drawn as a blue line, the Y axis as a green line, and the\n" 16511 " Z axis as a red line. The axes can be drawn either as\n" 16512 " three lines drawn in the positive direction from the\n" 16513 " origin or as three lines crossing at the origin (drawn in\n" 16514 " both the positive and negative directions). The output of\n" 16515 " the Axes source is polygonal data. This polygonal data has\n" 16516 " a scalar per line so that the lines can be colored. It\n" 16517 " also has normals defined.</Documentation>\n" 16518 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 16519 " default_values=\"1.0\"\n" 16520 " name=\"ScaleFactor\"\n" 16521 " number_of_elements=\"1\">\n" 16522 " <DoubleRangeDomain min=\"0\"\n" 16523 " name=\"range\" />\n" 16524 " <Documentation>By default the axes lines have a length of 1 (or 1 in\n" 16525 " each direction, for a total length of 2, if value of the Symmetric\n" 16526 " property is 1). Increasing or decreasing the value of this property\n" 16527 " will make the axes larger or smaller, respectively.</Documentation>\n" 16528 " </DoubleVectorProperty>\n" 16529 " <DoubleVectorProperty command=\"SetOrigin\"\n" 16530 " default_values=\"0.0 0.0 0.0\"\n" 16531 " name=\"Origin\"\n" 16532 " number_of_elements=\"3\"\n" 16533 " panel_visibility=\"default\">\n" 16534 " <DoubleRangeDomain name=\"range\" />\n" 16535 " <Documentation>The values of this property set the X, Y, and Z\n" 16536 " coordinates of the origin of the axes.</Documentation>\n" 16537 " </DoubleVectorProperty>\n" 16538 " <IntVectorProperty command=\"SetSymmetric\"\n" 16539 " default_values=\"0\"\n" 16540 " name=\"Symmetric\"\n" 16541 " number_of_elements=\"1\">\n" 16542 " <BooleanDomain name=\"bool\" />\n" 16543 " <Documentation>When this property is set to 1, the axes extend along\n" 16544 " each of the positive and negative directions for a distance equal to\n" 16545 " the value of the Scale Factor property. When set to 0, the axes extend\n" 16546 " only in the positive direction.</Documentation>\n" 16547 " </IntVectorProperty>\n" 16548 " <!-- End Axes -->\n" 16549 " </SourceProxy>\n" 16551 " <!-- ==================================================================== -->\n" 16552 " <SourceProxy class=\"vtkTimeSourceExample\"\n" 16553 " label=\"Time Source\"\n" 16554 " name=\"TimeSource\">\n" 16555 " <Documentation long_help=\"Produces a single cell uniform grid with data values that vary over a sin(t) wave from t=0 to t=1 (radian).\"\n" 16556 " short_help=\"Produces a sine wave over time\">Produces a\n" 16557 " single cell uniform grid with data values that vary over a\n" 16558 " sin(t) wave from t=0 to t=1 (radian).</Documentation>\n" 16559 " <IntVectorProperty command=\"SetAnalytic\"\n" 16560 " default_values=\"0\"\n" 16561 " name=\"Analytic\"\n" 16562 " number_of_elements=\"1\">\n" 16563 " <BooleanDomain name=\"bool\" />\n" 16564 " <Documentation>Makes the time source produce discrete steps of or an\n" 16565 " analytic sin wave.</Documentation>\n" 16566 " </IntVectorProperty>\n" 16567 " <DoubleVectorProperty command=\"SetXAmplitude\"\n" 16568 " default_values=\"0.0\"\n" 16569 " name=\"X Amplitude\"\n" 16570 " number_of_elements=\"1\">\n" 16571 " <DoubleRangeDomain name=\"range\" />\n" 16572 " <Documentation>Controls how far the data set moves along X over\n" 16573 " time.</Documentation>\n" 16574 " </DoubleVectorProperty>\n" 16575 " <DoubleVectorProperty command=\"SetYAmplitude\"\n" 16576 " default_values=\"0.0\"\n" 16577 " name=\"Y Amplitude\"\n" 16578 " number_of_elements=\"1\">\n" 16579 " <DoubleRangeDomain name=\"range\" />\n" 16580 " <Documentation>Controls how far the data set moves along Y over\n" 16581 " time.</Documentation>\n" 16582 " </DoubleVectorProperty>\n" 16583 " <IntVectorProperty command=\"SetGrowing\"\n" 16584 " default_values=\"0\"\n" 16585 " name=\"Growing\"\n" 16586 " number_of_elements=\"1\">\n" 16587 " <BooleanDomain name=\"bool\" />\n" 16588 " <Documentation>Makes the time source grow and shrink along Y over\n" 16589 " time.</Documentation>\n" 16590 " </IntVectorProperty>\n" 16591 " <DoubleVectorProperty information_only=\"1\"\n" 16592 " name=\"TimestepValues\"\n" 16593 " repeatable=\"1\">\n" 16594 " <TimeStepsInformationHelper />\n" 16595 " </DoubleVectorProperty>\n" 16596 " <!-- End of TimeSource -->\n" 16597 " </SourceProxy>\n" 16599 "</ServerManagerConfiguration>\n" 16608 char* res =
new char[ len + 1];
16611 assert(offset == len);
16619 "<ServerManagerConfiguration>\n" 16620 " <ProxyGroup name=\"filters\">\n" 16621 " <!-- ==================================================================== -->\n" 16622 " <CompoundSourceProxy label=\"Plot On Intersection Curves\"\n" 16623 " name=\"PlotOnIntersectionCurves\">\n" 16624 " <Documentation long_help=\"Extracts the edges in a 2D plane and plots them\"\n" 16625 " short_help=\"Extracts the edges in a 2D plane and plots them\">\n" 16626 " Extracts the surface, intersect it with a 2D plane. Plot\n" 16627 " the resulting polylines.</Documentation>\n" 16628 " <Proxy compound_name=\"ExtractSurface1\"\n" 16629 " group=\"filters\"\n" 16632 " type=\"DataSetSurfaceFilter\">\n" 16633 " <Property id=\"374.Input\"\n" 16634 " name=\"Input\"\n" 16635 " number_of_elements=\"1\">\n" 16636 " <Domain id=\"374.Input.groups\"\n" 16637 " name=\"groups\">\n" 16638 " <Group value=\"sources\" />\n" 16639 " <Group value=\"filters\" />\n" 16641 " <Domain id=\"374.Input.input_type\"\n" 16642 " name=\"input_type\">\n" 16643 " <DataType value=\"vtkDataSet\" />\n" 16646 " <Property id=\"374.PieceInvariant\"\n" 16647 " name=\"PieceInvariant\"\n" 16648 " number_of_elements=\"1\">\n" 16649 " <Element index=\"0\"\n" 16650 " value=\"1\" />\n" 16651 " <Domain id=\"374.PieceInvariant.bool\"\n" 16652 " name=\"bool\" />\n" 16655 " <Proxy compound_name=\"PlotEdges1\"\n" 16656 " group=\"filters\"\n" 16659 " type=\"PlotOnSortedLines\">\n" 16660 " <Property id=\"971.Input\"\n" 16661 " name=\"Input\"\n" 16662 " number_of_elements=\"1\">\n" 16663 " <Proxy output_port=\"0\"\n" 16664 " value=\"667\" />\n" 16665 " <Domain id=\"971.Input.groups\"\n" 16666 " name=\"groups\">\n" 16667 " <Group value=\"sources\" />\n" 16668 " <Group value=\"filters\" />\n" 16670 " <Domain id=\"971.Input.input_type\"\n" 16671 " name=\"input_type\">\n" 16672 " <DataType value=\"vtkPolyData\" />\n" 16676 " <Proxy compound_name=\"Slice1\"\n" 16677 " group=\"filters\"\n" 16681 " <Property id=\"667.ContourValues\"\n" 16682 " name=\"ContourValues\"\n" 16683 " number_of_elements=\"1\">\n" 16684 " <Element index=\"0\"\n" 16685 " value=\"0\" />\n" 16686 " <Domain id=\"667.ContourValues.bounds\"\n" 16687 " name=\"bounds\">\n" 16688 " <Min index=\"0\"\n" 16689 " value=\"-0.718069\" />\n" 16690 " <Max index=\"0\"\n" 16691 " value=\"0.718069\" />\n" 16694 " <Property id=\"667.CutFunction\"\n" 16695 " name=\"CutFunction\"\n" 16696 " number_of_elements=\"1\">\n" 16697 " <Proxy value=\"670\" />\n" 16698 " <Domain id=\"667.CutFunction.groups\"\n" 16699 " name=\"groups\">\n" 16700 " <Group value=\"implicit_functions\" />\n" 16702 " <Domain id=\"667.CutFunction.proxy_list\"\n" 16703 " name=\"proxy_list\">\n" 16704 " <Proxy value=\"670\" />\n" 16705 " <Proxy value=\"671\" />\n" 16706 " <Proxy value=\"672\" />\n" 16709 " <Property id=\"667.Input\"\n" 16710 " name=\"Input\"\n" 16711 " number_of_elements=\"1\">\n" 16712 " <Proxy output_port=\"0\"\n" 16713 " value=\"374\" />\n" 16714 " <Domain id=\"667.Input.groups\"\n" 16715 " name=\"groups\">\n" 16716 " <Group value=\"sources\" />\n" 16717 " <Group value=\"filters\" />\n" 16719 " <Domain id=\"667.Input.input_type\"\n" 16720 " name=\"input_type\">\n" 16721 " <DataType value=\"vtkDataSet\" />\n" 16724 " <Property id=\"667.InputBounds\"\n" 16725 " name=\"InputBounds\">\n" 16726 " <Domain id=\"667.InputBounds.bounds\"\n" 16727 " name=\"bounds\">\n" 16728 " <Min index=\"0\"\n" 16729 " value=\"-0.5\" />\n" 16730 " <Min index=\"1\"\n" 16731 " value=\"-0.124991\" />\n" 16732 " <Min index=\"2\"\n" 16733 " value=\"-0.5\" />\n" 16734 " <Max index=\"0\"\n" 16735 " value=\"0.5\" />\n" 16736 " <Max index=\"1\"\n" 16737 " value=\"0.124991\" />\n" 16738 " <Max index=\"2\"\n" 16739 " value=\"0.5\" />\n" 16743 " <Proxy compound_name=\"auto_670\"\n" 16744 " group=\"implicit_functions\"\n" 16747 " type=\"Plane\">\n" 16748 " <Property id=\"670.Normal\"\n" 16749 " name=\"Normal\"\n" 16750 " number_of_elements=\"3\">\n" 16751 " <Element index=\"0\"\n" 16752 " value=\"1\" />\n" 16753 " <Element index=\"1\"\n" 16754 " value=\"0\" />\n" 16755 " <Element index=\"2\"\n" 16756 " value=\"0\" />\n" 16757 " <Domain id=\"670.Normal.range\"\n" 16758 " name=\"range\" />\n" 16760 " <Property id=\"670.Offset\"\n" 16761 " name=\"Offset\"\n" 16762 " number_of_elements=\"1\">\n" 16763 " <Element index=\"0\"\n" 16764 " value=\"0\" />\n" 16765 " <Domain id=\"670.Offset.range\"\n" 16766 " name=\"range\">\n" 16767 " <Min index=\"0\"\n" 16768 " value=\"0\" />\n" 16769 " <Max index=\"0\"\n" 16770 " value=\"0\" />\n" 16773 " <Property id=\"670.Origin\"\n" 16774 " name=\"Origin\"\n" 16775 " number_of_elements=\"3\">\n" 16776 " <Element index=\"0\"\n" 16777 " value=\"0\" />\n" 16778 " <Element index=\"1\"\n" 16779 " value=\"0\" />\n" 16780 " <Element index=\"2\"\n" 16781 " value=\"0\" />\n" 16782 " <Domain id=\"670.Origin.range\"\n" 16783 " name=\"range\">\n" 16784 " <Min index=\"0\"\n" 16785 " value=\"-0.5\" />\n" 16786 " <Min index=\"1\"\n" 16787 " value=\"-0.124991\" />\n" 16788 " <Min index=\"2\"\n" 16789 " value=\"-0.5\" />\n" 16790 " <Max index=\"0\"\n" 16791 " value=\"0.5\" />\n" 16792 " <Max index=\"1\"\n" 16793 " value=\"0.124991\" />\n" 16794 " <Max index=\"2\"\n" 16795 " value=\"0.5\" />\n" 16799 " <ExposedProperties>\n" 16800 " <Property exposed_name=\"Input\"\n" 16801 " name=\"Input\"\n" 16802 " proxy_name=\"ExtractSurface1\" />\n" 16803 " <Property exposed_name=\"Slice Type\"\n" 16804 " name=\"CutFunction\"\n" 16805 " proxy_name=\"Slice1\" />\n" 16806 " </ExposedProperties>\n" 16807 " <OutputPort name=\"Output\"\n" 16808 " port_index=\"0\"\n" 16809 " proxy=\"PlotEdges1\" />\n" 16811 " <!-- View can be used to specify the preferred view for the proxy -->\n" 16812 " <View type=\"XYChartView\" />\n" 16815 " </CompoundSourceProxy>\n" 16817 "</ServerManagerConfiguration>\n" 16826 char* res =
new char[ len + 1];
16829 assert(offset == len);
16837 "<ServerManagerConfiguration>\n" 16838 " <ProxyGroup name=\"filters\">\n" 16839 " <!-- ==================================================================== -->\n" 16840 " <CompoundSourceProxy label=\"Normal Glyphs\"\n" 16841 " name=\"NormalGlyphs\">\n" 16842 " <Documentation long_help=\"Filter computing surface normals.\"\n" 16843 " short_help=\"Filter computing surface normals.\">Filter\n" 16844 " computing surface normals.</Documentation>\n" 16845 " <Proxy compound_name=\"ExtractSurface2\"\n" 16846 " group=\"filters\"\n" 16849 " type=\"DataSetSurfaceFilter\">\n" 16850 " <Property id=\"1013.Input\"\n" 16851 " name=\"Input\"\n" 16852 " number_of_elements=\"1\">\n" 16853 " <Domain id=\"1013.Input.groups\"\n" 16854 " name=\"groups\">\n" 16855 " <Group value=\"sources\" />\n" 16856 " <Group value=\"filters\" />\n" 16858 " <Domain id=\"1013.Input.input_type\"\n" 16859 " name=\"input_type\">\n" 16860 " <DataType value=\"vtkDataSet\" />\n" 16863 " <Property id=\"1013.PieceInvariant\"\n" 16864 " name=\"PieceInvariant\"\n" 16865 " number_of_elements=\"1\">\n" 16866 " <Element index=\"0\"\n" 16867 " value=\"1\" />\n" 16868 " <Domain id=\"1013.PieceInvariant.bool\"\n" 16869 " name=\"bool\" />\n" 16872 " <Proxy compound_name=\"GenerateSurfaceNormals1\"\n" 16873 " group=\"filters\"\n" 16876 " type=\"PolyDataNormals\">\n" 16877 " <Property id=\"1224.ComputeCellNormals\"\n" 16878 " name=\"ComputeCellNormals\"\n" 16879 " number_of_elements=\"1\">\n" 16880 " <Element index=\"0\"\n" 16881 " value=\"1\" />\n" 16882 " <Domain id=\"1224.ComputeCellNormals.bool\"\n" 16883 " name=\"bool\" />\n" 16885 " <Property id=\"1224.Consistency\"\n" 16886 " name=\"Consistency\"\n" 16887 " number_of_elements=\"1\">\n" 16888 " <Element index=\"0\"\n" 16889 " value=\"0\" />\n" 16890 " <Domain id=\"1224.Consistency.bool\"\n" 16891 " name=\"bool\" />\n" 16893 " <Property id=\"1224.FeatureAngle\"\n" 16894 " name=\"FeatureAngle\"\n" 16895 " number_of_elements=\"1\">\n" 16896 " <Element index=\"0\"\n" 16897 " value=\"30\" />\n" 16898 " <Domain id=\"1224.FeatureAngle.range\"\n" 16899 " name=\"range\">\n" 16900 " <Min index=\"0\"\n" 16901 " value=\"0\" />\n" 16902 " <Max index=\"0\"\n" 16903 " value=\"180\" />\n" 16906 " <Property id=\"1224.FlipNormals\"\n" 16907 " name=\"FlipNormals\"\n" 16908 " number_of_elements=\"1\">\n" 16909 " <Element index=\"0\"\n" 16910 " value=\"0\" />\n" 16911 " <Domain id=\"1224.FlipNormals.bool\"\n" 16912 " name=\"bool\" />\n" 16914 " <Property id=\"1224.Input\"\n" 16915 " name=\"Input\"\n" 16916 " number_of_elements=\"1\">\n" 16917 " <Proxy output_port=\"0\"\n" 16918 " value=\"1013\" />\n" 16919 " <Domain id=\"1224.Input.groups\"\n" 16920 " name=\"groups\">\n" 16921 " <Group value=\"sources\" />\n" 16922 " <Group value=\"filters\" />\n" 16924 " <Domain id=\"1224.Input.input_type\"\n" 16925 " name=\"input_type\">\n" 16926 " <DataType value=\"vtkPolyData\" />\n" 16929 " <Property id=\"1224.NonManifoldTraversal\"\n" 16930 " name=\"NonManifoldTraversal\"\n" 16931 " number_of_elements=\"1\">\n" 16932 " <Element index=\"0\"\n" 16933 " value=\"1\" />\n" 16934 " <Domain id=\"1224.NonManifoldTraversal.bool\"\n" 16935 " name=\"bool\" />\n" 16937 " <Property id=\"1224.PieceInvariant\"\n" 16938 " name=\"PieceInvariant\"\n" 16939 " number_of_elements=\"1\">\n" 16940 " <Element index=\"0\"\n" 16941 " value=\"1\" />\n" 16942 " <Domain id=\"1224.PieceInvariant.bool\"\n" 16943 " name=\"bool\" />\n" 16945 " <Property id=\"1224.Splitting\"\n" 16946 " name=\"Splitting\"\n" 16947 " number_of_elements=\"1\">\n" 16948 " <Element index=\"0\"\n" 16949 " value=\"0\" />\n" 16950 " <Domain id=\"1224.Splitting.bool\"\n" 16951 " name=\"bool\" />\n" 16954 " <Proxy compound_name=\"CellCenters1\"\n" 16955 " group=\"filters\"\n" 16958 " type=\"CellCenters\">\n" 16959 " <Property id=\"3392.Input\"\n" 16960 " name=\"Input\"\n" 16961 " number_of_elements=\"1\">\n" 16962 " <Proxy output_port=\"0\"\n" 16963 " value=\"1224\" />\n" 16964 " <Domain id=\"3392.Input.groups\"\n" 16965 " name=\"groups\">\n" 16966 " <Group value=\"sources\" />\n" 16967 " <Group value=\"filters\" />\n" 16969 " <Domain id=\"3392.Input.input_type\"\n" 16970 " name=\"input_type\">\n" 16971 " <DataType value=\"vtkDataSet\" />\n" 16974 " <Property id=\"3392.VertexCells\"\n" 16975 " name=\"VertexCells\"\n" 16976 " number_of_elements=\"1\">\n" 16977 " <Element index=\"0\"\n" 16978 " value=\"1\" />\n" 16979 " <Domain id=\"3392.VertexCells.bool\"\n" 16980 " name=\"bool\" />\n" 16983 " <Proxy compound_name=\"Glyph1\"\n" 16984 " group=\"filters\"\n" 16987 " type=\"Glyph\">\n" 16988 " <Property id=\"2429.Input\"\n" 16989 " name=\"Input\"\n" 16990 " number_of_elements=\"1\">\n" 16991 " <Proxy output_port=\"0\"\n" 16992 " value=\"3392\" />\n" 16993 " <Domain id=\"2429.Input.groups\"\n" 16994 " name=\"groups\">\n" 16995 " <Group value=\"sources\" />\n" 16996 " <Group value=\"filters\" />\n" 16998 " <Domain id=\"2429.Input.input_array1\"\n" 16999 " name=\"input_array1\">\n" 17000 " <InputArray attribute_type=\"point\"\n" 17001 " number_of_components=\"1\" />\n" 17003 " <Domain id=\"2429.Input.input_array2\"\n" 17004 " name=\"input_array2\">\n" 17005 " <InputArray attribute_type=\"point\"\n" 17006 " number_of_components=\"3\" />\n" 17008 " <Domain id=\"2429.Input.input_type\"\n" 17009 " name=\"input_type\">\n" 17010 " <DataType value=\"vtkDataSet\" />\n" 17013 " <Property name=\"GlyphMode\"\n" 17014 " id=\"2429.GlyphMode\"\n" 17015 " number_of_elements=\"1\">\n" 17016 " <Element index=\"0\" value=\"0\"/>\n" 17018 " <Property id=\"2429.ScaleArray\"\n" 17019 " name=\"ScalarArray\"\n" 17020 " number_of_elements=\"5\">\n" 17021 " <Element index=\"0\"\n" 17023 " <Element index=\"1\"\n" 17025 " <Element index=\"2\"\n" 17027 " <Element index=\"3\"\n" 17029 " <Element index=\"4\"\n" 17032 " <Property id=\"2429.OrientationArray\"\n" 17033 " name=\"OrientationArray\"\n" 17034 " number_of_elements=\"5\">\n" 17035 " <Element index=\"0\"\n" 17036 " value=\"1\" />\n" 17037 " <Element index=\"1\"\n" 17039 " <Element index=\"2\"\n" 17041 " <Element index=\"3\"\n" 17043 " <Element index=\"4\"\n" 17044 " value=\"Normals\" />\n" 17046 " <Property id=\"2429.SetScaleFactor\"\n" 17047 " name=\"SetScaleFactor\"\n" 17048 " number_of_elements=\"1\">\n" 17049 " <Element index=\"0\"\n" 17050 " value=\"1.0\" />\n" 17053 " <Property id=\"2429.ScaleMode\"\n" 17054 " name=\"ScaleMode\"\n" 17055 " number_of_elements=\"1\">\n" 17056 " <Element index=\"0\"\n" 17057 " value=\"3\" />\n" 17060 " <Property id=\"2429.Source\"\n" 17061 " name=\"Source\"\n" 17062 " number_of_elements=\"1\">\n" 17063 " <Proxy output_port=\"0\"\n" 17064 " value=\"2432\" />\n" 17065 " <Domain id=\"2429.Source.groups\"\n" 17066 " name=\"groups\">\n" 17067 " <Group value=\"sources\" />\n" 17068 " <Group value=\"glyph_sources\" />\n" 17070 " <Domain id=\"2429.Source.input_type\"\n" 17071 " name=\"input_type\">\n" 17072 " <DataType value=\"vtkPolyData\" />\n" 17074 " <Domain id=\"2429.Source.proxy_list\"\n" 17075 " name=\"proxy_list\">\n" 17076 " <Proxy value=\"2432\" />\n" 17080 " <Proxy compound_name=\"ArrowSource\"\n" 17081 " group=\"sources\"\n" 17084 " type=\"ArrowSource\">\n" 17085 " <Property id=\"2432.ShaftRadius\"\n" 17086 " name=\"ShaftRadius\"\n" 17087 " number_of_elements=\"1\">\n" 17088 " <Element index=\"0\"\n" 17089 " value=\"0.03\" />\n" 17090 " <Domain id=\"2432.ShaftRadius.range\"\n" 17091 " name=\"range\">\n" 17092 " <Min index=\"0\"\n" 17093 " value=\"0\" />\n" 17094 " <Max index=\"0\"\n" 17095 " value=\"5\" />\n" 17098 " <Property id=\"2432.ShaftResolution\"\n" 17099 " name=\"ShaftResolution\"\n" 17100 " number_of_elements=\"1\">\n" 17101 " <Element index=\"0\"\n" 17102 " value=\"6\" />\n" 17103 " <Domain id=\"2432.ShaftResolution.range\"\n" 17104 " name=\"range\">\n" 17105 " <Min index=\"0\"\n" 17106 " value=\"0\" />\n" 17107 " <Max index=\"0\"\n" 17108 " value=\"128\" />\n" 17111 " <Property id=\"2432.TipLength\"\n" 17112 " name=\"TipLength\"\n" 17113 " number_of_elements=\"1\">\n" 17114 " <Element index=\"0\"\n" 17115 " value=\"0.35\" />\n" 17116 " <Domain id=\"2432.TipLength.range\"\n" 17117 " name=\"range\">\n" 17118 " <Min index=\"0\"\n" 17119 " value=\"0\" />\n" 17120 " <Max index=\"0\"\n" 17121 " value=\"1\" />\n" 17124 " <Property id=\"2432.TipRadius\"\n" 17125 " name=\"TipRadius\"\n" 17126 " number_of_elements=\"1\">\n" 17127 " <Element index=\"0\"\n" 17128 " value=\"0.1\" />\n" 17129 " <Domain id=\"2432.TipRadius.range\"\n" 17130 " name=\"range\">\n" 17131 " <Min index=\"0\"\n" 17132 " value=\"0\" />\n" 17133 " <Max index=\"0\"\n" 17134 " value=\"10\" />\n" 17137 " <Property id=\"2432.TipResolution\"\n" 17138 " name=\"TipResolution\"\n" 17139 " number_of_elements=\"1\">\n" 17140 " <Element index=\"0\"\n" 17141 " value=\"6\" />\n" 17142 " <Domain id=\"2432.TipResolution.range\"\n" 17143 " name=\"range\">\n" 17144 " <Min index=\"0\"\n" 17145 " value=\"1\" />\n" 17146 " <Max index=\"0\"\n" 17147 " value=\"128\" />\n" 17151 " <ExposedProperties>\n" 17152 " <Property exposed_name=\"Consistency\"\n" 17153 " name=\"Consistency\"\n" 17154 " proxy_name=\"GenerateSurfaceNormals1\" />\n" 17155 " <Property exposed_name=\"Glyph Max. Points\"\n" 17156 " name=\"MaximumNumberOfSamplePoints\"\n" 17157 " proxy_name=\"Glyph1\" />\n" 17158 " <Property exposed_name=\"Glyph Scale Factor\"\n" 17159 " name=\"ScaleFactor\"\n" 17160 " proxy_name=\"Glyph1\" />\n" 17161 " <Property exposed_name=\"Input\"\n" 17162 " name=\"Input\"\n" 17163 " proxy_name=\"ExtractSurface2\" />\n" 17164 " <Property exposed_name=\"InvertArrow\"\n" 17165 " name=\"Invert\"\n" 17166 " proxy_name=\"ArrowSource\" />\n" 17167 " </ExposedProperties>\n" 17168 " <OutputPort name=\"Output\"\n" 17169 " port_index=\"0\"\n" 17170 " proxy=\"Glyph1\" />\n" 17172 " <!-- FIXME: PropertyGroup doesn't work for compound proxies, it seems.\n" 17173 " <PropertyGroup label=\"Normals Generator Parameters\">\n" 17174 " <Property name=\"Consistency\" />\n" 17175 " </PropertyGroup>\n" 17176 " <PropertyGroup label=\"Glyph Parameters\">\n" 17177 " <Property name=\"Glyph Max. Points\" />\n" 17178 " <Property name=\"Glyph Scale Factor\" />\n" 17179 " </PropertyGroup>\n" 17180 " <PropertyGroup label=\"Arrow Source Parameters\">\n" 17181 " <Property name=\"InvertArrow\" />\n" 17182 " </PropertyGroup>\n" 17185 " <!-- Visibility Element can be used to suggest the GUI about\n" 17186 " visibility of this filter (or its input) on creation.\n" 17187 " replace_input=\"0\" implies that the input visibility is not\n" 17188 " changed on creation of this filter (defaults to \"1\")\n" 17190 " <Visibility replace_input=\"0\" />\n" 17192 " </CompoundSourceProxy>\n" 17194 "</ServerManagerConfiguration>\n" 17203 char* res =
new char[ len + 1];
17206 assert(offset == len);
17214 "<ServerManagerConfiguration>\n" 17215 " <ProxyGroup name=\"filters\">\n" 17216 " <!-- ==================================================================== -->\n" 17217 " <SourceProxy class=\"vtkGenericClip\"\n" 17218 " label=\"Clip Generic Dataset\"\n" 17219 " name=\"GenericClip\">\n" 17220 " <Documentation long_help=\"Clip with an implicit plane, sphere or with scalars. Clipping does not reduce the dimensionality of the data set. This output data type of this filter is always an unstructured grid.\"\n" 17221 " short_help=\"Clip with an implicit plane, sphere or with scalars.\">\n" 17222 " The Generic Clip filter cuts away a portion of the input\n" 17223 " data set using a plane, a sphere, a box, or a scalar\n" 17224 " value. The menu in the Clip Function portion of the\n" 17225 " interface allows the user to select which implicit\n" 17226 " function to use or whether to clip using a scalar value.\n" 17227 " Making this selection loads the appropriate user\n" 17228 " interface. For the implicit functions, the appropriate 3D\n" 17229 " widget (plane, sphere, or box) is also displayed. The use\n" 17230 " of these 3D widgets, including their user interface\n" 17231 " components, is discussed in section 7.4. If an implicit\n" 17232 " function is selected, the clip filter returns that portion\n" 17233 " of the input data set that lies inside the function. If\n" 17234 " Scalars is selected, then the user must specify a scalar\n" 17235 " array to clip according to. The clip filter will return\n" 17236 " the portions of the data set whose value in the selected\n" 17237 " Scalars array is larger than the Clip value. Regardless of\n" 17238 " the selection from the Clip Function menu, if the Inside\n" 17239 " Out option is checked, the opposite portions of the data\n" 17240 " set will be returned. This filter operates on all types of\n" 17241 " data sets, and it returns unstructured grid data on\n" 17242 " output.</Documentation>\n" 17243 " <InputProperty command=\"SetInputConnection\"\n" 17244 " name=\"Input\">\n" 17245 " <ProxyGroupDomain name=\"groups\">\n" 17246 " <Group name=\"sources\" />\n" 17247 " <Group name=\"filters\" />\n" 17248 " </ProxyGroupDomain>\n" 17249 " <DataTypeDomain name=\"input_type\">\n" 17250 " <DataType value=\"vtkGenericDataSet\" />\n" 17251 " </DataTypeDomain>\n" 17252 " <InputArrayDomain attribute_type=\"point\"\n" 17253 " name=\"input_array\"\n" 17254 " optional=\"1\" />\n" 17255 " <Documentation>Set the input to the Generic Clip\n" 17256 " filter.</Documentation>\n" 17257 " </InputProperty>\n" 17258 " <ProxyProperty command=\"SetClipFunction\"\n" 17259 " label=\"Clip Type\"\n" 17260 " name=\"ClipFunction\">\n" 17261 " <ProxyGroupDomain name=\"groups\">\n" 17262 " <Group name=\"implicit_functions\" />\n" 17263 " </ProxyGroupDomain>\n" 17264 " <ProxyListDomain name=\"proxy_list\">\n" 17265 " <Proxy group=\"implicit_functions\"\n" 17266 " name=\"Plane\" />\n" 17267 " <Proxy group=\"implicit_functions\"\n" 17268 " name=\"Box\" />\n" 17269 " <Proxy group=\"implicit_functions\"\n" 17270 " name=\"Sphere\" />\n" 17271 " <Proxy group=\"implicit_functions\"\n" 17272 " name=\"Scalar\" />\n" 17273 " </ProxyListDomain>\n" 17274 " <Documentation>Set the parameters of the clip function.</Documentation>\n" 17275 " </ProxyProperty>\n" 17276 " <DoubleVectorProperty information_only=\"1\"\n" 17277 " name=\"InputBounds\">\n" 17278 " <BoundsDomain name=\"bounds\">\n" 17279 " <RequiredProperties>\n" 17280 " <Property function=\"Input\"\n" 17281 " name=\"Input\" />\n" 17282 " </RequiredProperties>\n" 17283 " </BoundsDomain>\n" 17284 " </DoubleVectorProperty>\n" 17285 " <StringVectorProperty animateable=\"0\"\n" 17286 " command=\"SetInputArrayToProcess\"\n" 17287 " element_types=\"0 0 0 0 2\"\n" 17288 " label=\"Scalars\"\n" 17289 " name=\"SelectInputScalars\"\n" 17290 " number_of_elements=\"5\">\n" 17291 " <ArrayListDomain attribute_type=\"Scalars\"\n" 17292 " name=\"array_list\">\n" 17293 " <RequiredProperties>\n" 17294 " <Property function=\"Input\"\n" 17295 " name=\"Input\" />\n" 17296 " </RequiredProperties>\n" 17297 " </ArrayListDomain>\n" 17298 " <Documentation>If clipping with scalars, this property specifies the\n" 17299 " name of the scalar array on which to perform the clip\n" 17300 " operation.</Documentation>\n" 17301 " </StringVectorProperty>\n" 17302 " <IntVectorProperty command=\"SetInsideOut\"\n" 17303 " default_values=\"0\"\n" 17304 " name=\"InsideOut\"\n" 17305 " number_of_elements=\"1\">\n" 17306 " <BooleanDomain name=\"bool\" />\n" 17307 " <Documentation>Choose which portion of the dataset should be clipped\n" 17308 " away.</Documentation>\n" 17309 " </IntVectorProperty>\n" 17310 " <DoubleVectorProperty command=\"SetValue\"\n" 17311 " default_values=\"0.0\"\n" 17312 " name=\"Value\"\n" 17313 " number_of_elements=\"1\">\n" 17314 " <ArrayRangeDomain name=\"scalar_range\">\n" 17315 " <RequiredProperties>\n" 17316 " <Property function=\"Input\"\n" 17317 " name=\"Input\" />\n" 17318 " <Property function=\"ArraySelection\"\n" 17319 " name=\"SelectInputScalars\" />\n" 17320 " </RequiredProperties>\n" 17321 " </ArrayRangeDomain>\n" 17322 " <DoubleRangeDomain name=\"range\" />\n" 17323 " <Documentation>If clipping with a scalar array, choose the clipping\n" 17324 " value.</Documentation>\n" 17325 " </DoubleVectorProperty>\n" 17327 " <Visibility replace_input=\"2\" />\n" 17329 " <!-- End GenericClip -->\n" 17330 " </SourceProxy>\n" 17332 " <!-- ==================================================================== -->\n" 17333 " <SourceProxy class=\"vtkGenericContourFilter\"\n" 17334 " label=\"Contour Generic Dataset\"\n" 17335 " name=\"GenericContour\">\n" 17336 " <Documentation long_help=\"Generate isolines or isosurfaces using point scalars.\"\n" 17337 " short_help=\"Generate isolines or isosurfaces.\">The Generic\n" 17338 " Contour filter computes isolines or isosurfaces using a\n" 17339 " selected point-centered scalar array. The available scalar\n" 17340 " arrays are listed in the Scalars menu. The scalar range of\n" 17341 " the selected array will be displayed. The interface for\n" 17342 " adding contour values is very similar to the one for\n" 17343 " selecting cut offsets (in the Cut filter). To add a single\n" 17344 " contour value, select the value from the New Value slider\n" 17345 " in the Add value portion of the interface and click the\n" 17346 " Add button, or press Enter. To instead add several evenly\n" 17347 " spaced contours, use the controls in the Generate range of\n" 17348 " values section. Select the number of contour values to\n" 17349 " generate using the Number of Values slider. The Range\n" 17350 " slider controls the interval in which to generate the\n" 17351 " contour values. Once the number of values and range have\n" 17352 " been selected, click the Generate button. The new values\n" 17353 " will be added to the Contour Values list. To delete a\n" 17354 " value from the Contour Values list, select the value and\n" 17355 " click the Delete button. (If no value is selected, the\n" 17356 " last value in the list will be removed.) Clicking the\n" 17357 " Delete All button removes all the values in the list. If\n" 17358 " no values are in the Contour Values list when Accept is\n" 17359 " pressed, the current value of the New Value slider will be\n" 17360 " used. In addition to selecting contour values, you can\n" 17361 " also select additional computations to perform. If any of\n" 17362 " Compute Normals, Compute Gradients, or Compute Scalars is\n" 17363 " selected, the appropriate computation will be performed,\n" 17364 " and a corresponding point-centered array will be added to\n" 17365 " the output. The Generic Contour filter operates on a\n" 17366 " generic data set, but the input is required to have at\n" 17367 " least one point-centered scalar (single-component) array.\n" 17368 " The output of this filter is polygonal.</Documentation>\n" 17369 " <InputProperty command=\"SetInputConnection\"\n" 17370 " name=\"Input\">\n" 17371 " <ProxyGroupDomain name=\"groups\">\n" 17372 " <Group name=\"sources\" />\n" 17373 " <Group name=\"filters\" />\n" 17374 " </ProxyGroupDomain>\n" 17375 " <DataTypeDomain name=\"input_type\">\n" 17376 " <DataType value=\"vtkGenericDataSet\" />\n" 17377 " </DataTypeDomain>\n" 17378 " <InputArrayDomain attribute_type=\"point\"\n" 17379 " name=\"input_array\"\n" 17380 " number_of_components=\"1\"\n" 17381 " optional=\"1\" />\n" 17382 " <Documentation>Set the input to the Generic Contour\n" 17383 " filter.</Documentation>\n" 17384 " </InputProperty>\n" 17385 " <StringVectorProperty animateable=\"0\"\n" 17386 " command=\"SetInputArrayToProcess\"\n" 17387 " element_types=\"0 0 0 0 2\"\n" 17388 " label=\"Contour By\"\n" 17389 " name=\"SelectInputScalars\"\n" 17390 " number_of_elements=\"5\">\n" 17391 " <ArrayListDomain attribute_type=\"Scalars\"\n" 17392 " name=\"array_list\">\n" 17393 " <RequiredProperties>\n" 17394 " <Property function=\"Input\"\n" 17395 " name=\"Input\" />\n" 17396 " </RequiredProperties>\n" 17397 " </ArrayListDomain>\n" 17398 " <Documentation>This property specifies the name of the scalar array\n" 17399 " from which the contour filter will compute isolines and/or\n" 17400 " isosurfaces.</Documentation>\n" 17401 " </StringVectorProperty>\n" 17402 " <IntVectorProperty animateable=\"0\"\n" 17403 " command=\"SetComputeNormals\"\n" 17404 " default_values=\"1\"\n" 17405 " name=\"ComputeNormals\"\n" 17406 " number_of_elements=\"1\">\n" 17407 " <BooleanDomain name=\"bool\" />\n" 17409 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n" 17410 " name=\"vtkPolyData\"\n" 17411 " mode=\"enabled_state\"\n" 17412 " exclude=\"1\" />\n" 17414 " <Documentation>Select whether to compute normals.</Documentation>\n" 17415 " </IntVectorProperty>\n" 17416 " <IntVectorProperty animateable=\"0\"\n" 17417 " command=\"SetComputeGradients\"\n" 17418 " default_values=\"0\"\n" 17419 " name=\"ComputeGradients\"\n" 17420 " number_of_elements=\"1\">\n" 17421 " <BooleanDomain name=\"bool\" />\n" 17423 " <PropertyWidgetDecorator type=\"StructuredInputDecorator\" />\n" 17425 " <Documentation>Select whether to compute gradients.</Documentation>\n" 17426 " </IntVectorProperty>\n" 17427 " <IntVectorProperty animateable=\"0\"\n" 17428 " command=\"SetComputeScalars\"\n" 17429 " default_values=\"0\"\n" 17430 " name=\"ComputeScalars\"\n" 17431 " number_of_elements=\"1\">\n" 17432 " <BooleanDomain name=\"bool\" />\n" 17433 " <Documentation>Select whether to compute scalars.</Documentation>\n" 17434 " </IntVectorProperty>\n" 17435 " <DoubleVectorProperty animateable=\"1\"\n" 17436 " command=\"SetValue\"\n" 17437 " label=\"Isosurfaces\"\n" 17438 " name=\"ContourValues\"\n" 17439 " number_of_elements=\"0\"\n" 17440 " number_of_elements_per_command=\"1\"\n" 17441 " repeat_command=\"1\"\n" 17442 " set_number_command=\"SetNumberOfContours\"\n" 17443 " use_index=\"1\">\n" 17444 " <ArrayRangeDomain name=\"scalar_range\">\n" 17445 " <RequiredProperties>\n" 17446 " <Property function=\"Input\"\n" 17447 " name=\"Input\" />\n" 17448 " <Property function=\"ArraySelection\"\n" 17449 " name=\"SelectInputScalars\" />\n" 17450 " </RequiredProperties>\n" 17451 " </ArrayRangeDomain>\n" 17452 " <Documentation>This property specifies the values at which to compute\n" 17453 " isosurfaces/isolines and also the number of such\n" 17454 " values.</Documentation>\n" 17455 " </DoubleVectorProperty>\n" 17457 " <Visibility replace_input=\"0\" />\n" 17459 " <!-- incremental point locator begin -->\n" 17460 " <ProxyProperty command=\"SetLocator\"\n" 17461 " label=\"Point Merge Method\"\n" 17462 " name=\"Locator\">\n" 17463 " <ProxyGroupDomain name=\"groups\">\n" 17464 " <Group name=\"incremental_point_locators\" />\n" 17465 " </ProxyGroupDomain>\n" 17466 " <ProxyListDomain name=\"proxy_list\">\n" 17467 " <Proxy group=\"incremental_point_locators\"\n" 17468 " name=\"MergePoints\" />\n" 17469 " <Proxy group=\"incremental_point_locators\"\n" 17470 " name=\"IncrementalOctreeMergePoints\" />\n" 17471 " <Proxy group=\"incremental_point_locators\"\n" 17472 " name=\"NonMergingPointLocator\" />\n" 17473 " </ProxyListDomain>\n" 17474 " <Documentation>This property specifies an incremental point locator for\n" 17475 " merging duplicate / coincident points.</Documentation>\n" 17476 " </ProxyProperty>\n" 17477 " <!-- incremental point locator end -->\n" 17479 " <PropertyGroup label=\"Isosurfaces\">\n" 17480 " <Property name=\"ContourValues\" />\n" 17481 " </PropertyGroup>\n" 17482 " <PropertyGroup label=\"Point Locator\">\n" 17483 " <Property name=\"Locator\" />\n" 17484 " </PropertyGroup>\n" 17486 " <!-- End GenericContour -->\n" 17487 " </SourceProxy>\n" 17489 " <!-- ==================================================================== -->\n" 17490 " <SourceProxy class=\"vtkGenericCutter\"\n" 17491 " label=\"Slice Generic Dataset\"\n" 17492 " name=\"GenericCut\">\n" 17493 " <Documentation long_help=\"This filter cuts a data set with a plane or sphere. Cutting is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n" 17494 " short_help=\"Cut datasets with planes or spheres.\">The\n" 17495 " Generic Cut filter extracts the portion of the input data\n" 17496 " set that lies along the specified plane or sphere. From\n" 17497 " the Cut Function menu, you can select whether cutting will\n" 17498 " be performed with a plane or a sphere. The appropriate 3D\n" 17499 " widget (plane widget or sphere widget) will be displayed.\n" 17500 " The parameters of the cut function can be specified\n" 17501 " interactively using the 3D widget or manually using the\n" 17506 " traditional user interface controls. Instructions for\n" 17507 " using these 3D widgets and their corresponding user\n" 17508 " interfaces are found in section 7.4. By default, the cut\n" 17509 " lies on the specified plane or sphere. Using the Cut\n" 17510 " Offset Values portion of the interface, it is also\n" 17511 " possible to cut the data set at some offset from the\n" 17512 " original cut function. The Cut Offset Values are in the\n" 17513 " spatial units of the data set. To add a single offset,\n" 17514 " select the value from the New Value slider in the Add\n" 17515 " value portion of the interface and click the Add button,\n" 17516 " or press Enter. To instead add several evenly spaced\n" 17517 " offsets, use the controls in the Generate range of values\n" 17518 " section. Select the number of offsets to generate using\n" 17519 " the Number of Values slider. The Range slider controls the\n" 17520 " interval in which to generate the offsets. Once the number\n" 17521 " of values and range have been selected, click the Generate\n" 17522 " button. The new offsets will be added to the Offset Values\n" 17523 " list. To delete a value from the Cut Offset Values list,\n" 17524 " select the value and click the Delete button. (If no value\n" 17525 " is selected, the last value in the list will be removed.)\n" 17526 " Clicking the Delete All button removes all the values in\n" 17527 " the list. The Generic Cut filter takes a generic dataset\n" 17528 " as input. Use the Input menu to choose a data set to cut.\n" 17529 " The output of this filter is polygonal\n" 17530 " data.</Documentation>\n" 17531 " <InputProperty command=\"SetInputConnection\"\n" 17532 " name=\"Input\">\n" 17533 " <ProxyGroupDomain name=\"groups\">\n" 17534 " <Group name=\"sources\" />\n" 17535 " <Group name=\"filters\" />\n" 17536 " </ProxyGroupDomain>\n" 17537 " <DataTypeDomain name=\"input_type\">\n" 17538 " <DataType value=\"vtkGenericDataSet\" />\n" 17539 " </DataTypeDomain>\n" 17540 " <Documentation>Set the input to the Generic Cut filter.</Documentation>\n" 17541 " </InputProperty>\n" 17542 " <ProxyProperty command=\"SetCutFunction\"\n" 17543 " label=\"Cut Type\"\n" 17544 " name=\"CutFunction\">\n" 17545 " <ProxyGroupDomain name=\"groups\">\n" 17546 " <Group name=\"implicit_functions\" />\n" 17547 " </ProxyGroupDomain>\n" 17548 " <ProxyListDomain name=\"proxy_list\">\n" 17549 " <Proxy group=\"implicit_functions\"\n" 17550 " name=\"Plane\" />\n" 17551 " <Proxy group=\"implicit_functions\"\n" 17552 " name=\"Box\" />\n" 17553 " <Proxy group=\"implicit_functions\"\n" 17554 " name=\"Sphere\" />\n" 17555 " </ProxyListDomain>\n" 17556 " <Documentation>Set the parameters to the implicit function used for\n" 17557 " cutting.</Documentation>\n" 17558 " </ProxyProperty>\n" 17559 " <DoubleVectorProperty information_only=\"1\"\n" 17560 " name=\"InputBounds\">\n" 17561 " <BoundsDomain name=\"bounds\">\n" 17562 " <RequiredProperties>\n" 17563 " <Property function=\"Input\"\n" 17564 " name=\"Input\" />\n" 17565 " </RequiredProperties>\n" 17566 " </BoundsDomain>\n" 17567 " </DoubleVectorProperty>\n" 17568 " <DoubleVectorProperty animateable=\"1\"\n" 17569 " command=\"SetValue\"\n" 17570 " label=\"Slice Offset Values\"\n" 17571 " name=\"ContourValues\"\n" 17572 " number_of_elements_per_command=\"1\"\n" 17573 " repeat_command=\"1\"\n" 17574 " set_number_command=\"SetNumberOfContours\"\n" 17575 " use_index=\"1\"\n" 17576 " panel_visibility=\"advanced\">\n" 17577 " <BoundsDomain mode=\"magnitude\"\n" 17578 " name=\"bounds\">\n" 17579 " <RequiredProperties>\n" 17580 " <Property function=\"Input\"\n" 17581 " name=\"Input\" />\n" 17582 " </RequiredProperties>\n" 17583 " </BoundsDomain>\n" 17584 " <Documentation>The values in this property specify a list of current\n" 17585 " offset values. This can be used to create multiple slices with\n" 17586 " different centers. Each entry represents a new slice with its center\n" 17587 " shifted by the offset value.</Documentation>\n" 17588 " </DoubleVectorProperty>\n" 17590 " <Visibility replace_input=\"2\" />\n" 17592 " <!-- End GenericCut -->\n" 17593 " </SourceProxy>\n" 17595 " <!-- ==================================================================== -->\n" 17596 " <SourceProxy class=\"vtkGenericDataSetTessellator\"\n" 17597 " label=\"Tessellate Generic Dataset\"\n" 17598 " name=\"GenericTessellator\">\n" 17599 " <Documentation long_help=\"Tessellate a higher-order dataset\"\n" 17600 " short_help=\"Tessellate a higher-order dataset\">Tessellate\n" 17601 " a higher-order dataset.</Documentation>\n" 17602 " <InputProperty command=\"SetInputConnection\"\n" 17603 " name=\"Input\">\n" 17604 " <ProxyGroupDomain name=\"groups\">\n" 17605 " <Group name=\"sources\" />\n" 17606 " <Group name=\"filters\" />\n" 17607 " </ProxyGroupDomain>\n" 17608 " <DataTypeDomain name=\"input_type\">\n" 17609 " <DataType value=\"vtkGenericDataSet\" />\n" 17610 " </DataTypeDomain>\n" 17611 " <Documentation>Set the input to the Generic Tessellator\n" 17612 " filter.</Documentation>\n" 17613 " </InputProperty>\n" 17614 " <!-- End GenericTessellator -->\n" 17615 " </SourceProxy>\n" 17617 " <!-- ==================================================================== -->\n" 17618 " <SourceProxy class=\"vtkGenericGeometryFilter\"\n" 17619 " label=\"Extract Generic Dataset Surface\"\n" 17620 " name=\"GenericGeometryFilter\">\n" 17621 " <Documentation long_help=\"Extract geometry from a higher-order dataset\"\n" 17622 " short_help=\"Extract geometry from a higher-order dataset\">\n" 17623 " Extract geometry from a higher-order\n" 17624 " dataset.</Documentation>\n" 17625 " <InputProperty command=\"SetInputConnection\"\n" 17626 " name=\"Input\">\n" 17627 " <ProxyGroupDomain name=\"groups\">\n" 17628 " <Group name=\"sources\" />\n" 17629 " <Group name=\"filters\" />\n" 17630 " </ProxyGroupDomain>\n" 17631 " <DataTypeDomain name=\"input_type\">\n" 17632 " <DataType value=\"vtkGenericDataSet\" />\n" 17633 " </DataTypeDomain>\n" 17634 " <Documentation>Set the input to the Generic Geometry\n" 17635 " Filter.</Documentation>\n" 17636 " </InputProperty>\n" 17637 " <IntVectorProperty animateable=\"0\"\n" 17638 " command=\"SetPassThroughCellIds\"\n" 17639 " default_values=\"1\"\n" 17640 " name=\"PassThroughCellIds\"\n" 17641 " number_of_elements=\"1\">\n" 17642 " <BooleanDomain name=\"bool\" />\n" 17643 " <Documentation>Select whether to forward original ids.</Documentation>\n" 17644 " </IntVectorProperty>\n" 17645 " <!-- End GenericGeometryFilter -->\n" 17646 " </SourceProxy>\n" 17648 " <!-- ==================================================================== -->\n" 17649 " <SourceProxy class=\"vtkGenericOutlineFilter\"\n" 17650 " label=\"Outline Generic DataSet\"\n" 17651 " name=\"GenericOutlineFilter\">\n" 17652 " <Documentation long_help=\"This filter generates a bounding box representation of the input.\"\n" 17653 " short_help=\"Generates a bounding box.\">The Generic Outline\n" 17654 " filter generates an axis-aligned bounding box for the\n" 17655 " input data set. The Input menu specifies the data set for\n" 17656 " which to create a bounding box. This filter operates on\n" 17657 " generic data sets and produces polygonal\n" 17658 " output.</Documentation>\n" 17659 " <InputProperty command=\"SetInputConnection\"\n" 17660 " name=\"Input\">\n" 17661 " <ProxyGroupDomain name=\"groups\">\n" 17662 " <Group name=\"sources\" />\n" 17663 " <Group name=\"filters\" />\n" 17664 " </ProxyGroupDomain>\n" 17665 " <DataTypeDomain name=\"input_type\">\n" 17666 " <DataType value=\"vtkGenericDataSet\" />\n" 17667 " </DataTypeDomain>\n" 17668 " <Documentation>Set the input to the Generic Outline\n" 17669 " filter.</Documentation>\n" 17670 " </InputProperty>\n" 17672 " <Visibility replace_input=\"0\" />\n" 17674 " <!-- End GenericOutlineFilter -->\n" 17675 " </SourceProxy>\n" 17677 " <!-- ==================================================================== -->\n" 17678 " <SourceProxy class=\"vtkGenericStreamTracer\"\n" 17679 " label=\"Stream Tracer For Generic Datasets\"\n" 17680 " name=\"GenericStreamTracer\">\n" 17681 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n" 17682 " short_help=\"Integrate streamlines in a vector field.\">The\n" 17683 " Generic Stream Tracer filter generates streamlines in a\n" 17684 " vector field from a collection of seed points. The vector\n" 17685 " field used is selected from the Vectors menu, so the input\n" 17686 " data set is required to have point-centered vectors. The\n" 17687 " Seed portion of the interface allows you to select whether\n" 17688 " the seed points for this integration lie in a point cloud\n" 17689 " or along a line. Depending on which is selected, the\n" 17690 " appropriate 3D widget (point or line widget) is displayed\n" 17691 " along with traditional user interface controls for\n" 17692 " positioning the point cloud or line within the data set.\n" 17693 " Instructions for using the 3D widgets and the\n" 17694 " corresponding manual controls can be found in section 7.4.\n" 17695 " The Max. Propagation entry box allows you to specify the\n" 17696 " maximum length of the streamlines. From the Max.\n" 17697 " Propagation menu, you can select the units to be either\n" 17698 " Time (the time a particle would travel with steady flow)\n" 17699 " or Length (in the data set's spatial coordinates). The\n" 17700 " Init. Step Len. menu and entry specify the initial step\n" 17701 " size for integration. (For non-adaptive integrators,\n" 17702 " Runge-Kutta 2 and 4, the initial step size is used\n" 17703 " throughout the integration.) The menu allows you to\n" 17704 " specify the units. Time and Length have the same meaning\n" 17705 " as for Max. Propagation. Cell Length specifies the step\n" 17706 " length as a number of cells. The Integration Direction\n" 17707 " menu determines in which direction(s) the stream trace\n" 17708 " will be generated: FORWARD, BACKWARD, or BOTH. The\n" 17709 " Integrator Type section of the interface determines which\n" 17710 " calculation to use for integration: Runge-Kutta 2,\n" 17711 " Runge-Kutta 4, or Runge-Kutta 4-5. If Runge-Kutta 4-5 is\n" 17712 " selected, controls are displayed for specifying the\n" 17713 " minimum and maximum step length and the maximum error. The\n" 17714 " controls for specifying Min. Step Len. and Max. Step Len.\n" 17715 " are the same as those for Init. Step Len. The Runge-Kutta\n" 17716 " 4-5 integrator tries to choose the step size so that the\n" 17717 " estimated error is less than the value of the Maximum\n" 17718 " Error entry. If the integration takes more than Max. Steps\n" 17719 " to complete, if the speed goes below Term. Speed, if Max.\n" 17720 " Propagation is reached, or if a boundary of the input data\n" 17721 " set is crossed, integration terminates. This filter\n" 17722 " operates on any type of data set, provided it has\n" 17723 " point-centered vectors. The output is polygonal data\n" 17724 " containing polylines.</Documentation>\n" 17725 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 17726 " command=\"AddInputConnection\"\n" 17727 " multiple_input=\"1\"\n" 17728 " name=\"Input\">\n" 17729 " <ProxyGroupDomain name=\"groups\">\n" 17730 " <Group name=\"sources\" />\n" 17731 " <Group name=\"filters\" />\n" 17732 " </ProxyGroupDomain>\n" 17733 " <DataTypeDomain name=\"input_type\">\n" 17734 " <DataType value=\"vtkGenericDataSet\" />\n" 17735 " </DataTypeDomain>\n" 17736 " <InputArrayDomain attribute_type=\"point\"\n" 17737 " name=\"input_array\"\n" 17738 " number_of_components=\"3\" />\n" 17739 " <Documentation>Set the input to the Generic Stream Tracer\n" 17740 " filter.</Documentation>\n" 17741 " </InputProperty>\n" 17742 " <InputProperty command=\"SetSourceConnection\"\n" 17743 " label=\"Seed Type\"\n" 17744 " name=\"Source\">\n" 17745 " <ProxyGroupDomain name=\"groups\">\n" 17746 " <Group name=\"sources\" />\n" 17747 " </ProxyGroupDomain>\n" 17748 " <ProxyListDomain name=\"proxy_list\">\n" 17749 " <Group name=\"seed_sources\"/>\n" 17750 " </ProxyListDomain>\n" 17751 " <Documentation>The value of this property determines how the seeds for\n" 17752 " the streamlines will be generated.</Documentation>\n" 17753 " </InputProperty>\n" 17754 " <StringVectorProperty animateable=\"0\"\n" 17755 " command=\"SetInputArrayToProcess\"\n" 17756 " element_types=\"0 0 0 0 2\"\n" 17757 " label=\"Vectors\"\n" 17758 " name=\"SelectInputVectors\"\n" 17759 " number_of_elements=\"5\">\n" 17760 " <ArrayListDomain attribute_type=\"Vectors\"\n" 17761 " name=\"array_list\">\n" 17762 " <RequiredProperties>\n" 17763 " <Property function=\"Input\"\n" 17764 " name=\"Input\" />\n" 17765 " </RequiredProperties>\n" 17766 " </ArrayListDomain>\n" 17767 " <Documentation>This property contains the name of the vector array from\n" 17768 " which to generate streamlines.</Documentation>\n" 17769 " </StringVectorProperty>\n" 17770 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n" 17771 " default_values=\"1.0\"\n" 17772 " name=\"MaximumPropagation\"\n" 17773 " number_of_elements=\"1\">\n" 17774 " <BoundsDomain mode=\"scaled_extent\"\n" 17775 " name=\"bounds\"\n" 17776 " scale_factor=\"1.0\">\n" 17777 " <RequiredProperties>\n" 17778 " <Property function=\"Input\"\n" 17779 " name=\"Input\" />\n" 17780 " </RequiredProperties>\n" 17781 " </BoundsDomain>\n" 17782 " <Documentation>Specify the maximum streamline length.</Documentation>\n" 17783 " </DoubleVectorProperty>\n" 17784 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n" 17785 " default_values=\"0.5\"\n" 17786 " name=\"InitialIntegrationStep\"\n" 17787 " number_of_elements=\"1\">\n" 17788 " <DoubleRangeDomain name=\"range\" />\n" 17789 " <Documentation>Specify the initial integration step.</Documentation>\n" 17794 " </DoubleVectorProperty>\n" 17795 " <IntVectorProperty command=\"SetIntegrationDirection\"\n" 17796 " default_values=\"2\"\n" 17797 " name=\"IntegrationDirection\"\n" 17798 " number_of_elements=\"1\">\n" 17799 " <EnumerationDomain name=\"enum\">\n" 17800 " <Entry text=\"FORWARD\"\n" 17801 " value=\"0\" />\n" 17802 " <Entry text=\"BACKWARD\"\n" 17803 " value=\"1\" />\n" 17804 " <Entry text=\"BOTH\"\n" 17805 " value=\"2\" />\n" 17806 " </EnumerationDomain>\n" 17807 " <Documentation>This property determines in which direction(s) a\n" 17808 " streamline is generated.</Documentation>\n" 17809 " </IntVectorProperty>\n" 17810 " <IntVectorProperty command=\"SetIntegratorType\"\n" 17811 " default_values=\"2\"\n" 17812 " name=\"IntegratorType\"\n" 17813 " number_of_elements=\"1\">\n" 17814 " <EnumerationDomain name=\"enum\">\n" 17815 " <Entry text=\"Runge-Kutta 2\"\n" 17816 " value=\"0\" />\n" 17817 " <Entry text=\"Runge-Kutta 4\"\n" 17818 " value=\"1\" />\n" 17819 " <Entry text=\"Runge-Kutta 4-5\"\n" 17820 " value=\"2\" />\n" 17821 " </EnumerationDomain>\n" 17822 " <Documentation>This property determines which integrator (with\n" 17823 " increasing accuracy) to use for creating streamlines.</Documentation>\n" 17824 " </IntVectorProperty>\n" 17825 " <DoubleVectorProperty command=\"SetMaximumError\"\n" 17826 " default_values=\"0.000001\"\n" 17827 " name=\"MaximumError\"\n" 17828 " number_of_elements=\"1\">\n" 17829 " <DoubleRangeDomain name=\"range\" />\n" 17830 " <Documentation>Set the maximum error allowed in the integration. The\n" 17831 " meaning of this value depends on the integrator chosen.</Documentation>\n" 17832 " </DoubleVectorProperty>\n" 17833 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n" 17834 " default_values=\"0.01\"\n" 17835 " name=\"MinimumIntegrationStep\"\n" 17836 " number_of_elements=\"1\">\n" 17837 " <DoubleRangeDomain name=\"range\" />\n" 17838 " <Documentation>Specify the minimum integration step.</Documentation>\n" 17839 " </DoubleVectorProperty>\n" 17840 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n" 17841 " default_values=\"2\"\n" 17842 " name=\"IntegrationStepUnit\"\n" 17843 " number_of_elements=\"1\">\n" 17844 " <EnumerationDomain name=\"enum\">\n" 17845 " <Entry text=\"Time\"\n" 17846 " value=\"0\" />\n" 17847 " <Entry text=\"Length\"\n" 17848 " value=\"1\" />\n" 17849 " <Entry text=\"Cell Length\"\n" 17850 " value=\"2\" />\n" 17851 " </EnumerationDomain>\n" 17852 " <Documentation>Choose the unit to use for the integration\n" 17853 " step.</Documentation>\n" 17854 " </IntVectorProperty>\n" 17855 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n" 17856 " default_values=\"0.01\"\n" 17857 " name=\"MaximumIntegrationStep\"\n" 17858 " number_of_elements=\"1\">\n" 17859 " <DoubleRangeDomain name=\"range\" />\n" 17860 " <Documentation>Specify the maximum integration step.</Documentation>\n" 17861 " </DoubleVectorProperty>\n" 17862 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n" 17863 " default_values=\"2000\"\n" 17864 " name=\"MaximumNumberOfSteps\"\n" 17865 " number_of_elements=\"1\">\n" 17866 " <IntRangeDomain name=\"range\" />\n" 17867 " <Documentation>Specify the maximum number of steps used in the\n" 17868 " integration.</Documentation>\n" 17869 " </IntVectorProperty>\n" 17870 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n" 17871 " default_values=\"0.000000000001\"\n" 17872 " name=\"TerminalSpeed\"\n" 17873 " number_of_elements=\"1\">\n" 17874 " <DoubleRangeDomain name=\"range\" />\n" 17875 " <Documentation>If at any point the speed is below this value, the\n" 17876 " integration is terminated.</Documentation>\n" 17877 " </DoubleVectorProperty>\n" 17879 " <Visibility replace_input=\"2\" />\n" 17881 " <!-- End GenericStreamTracer -->\n" 17882 " </SourceProxy>\n" 17884 "</ServerManagerConfiguration>\n" 17897 char* res =
new char[ len + 1];
17902 assert(offset == len);
17910 "<ServerManagerConfiguration>\n" 17911 " <ProxyGroup name=\"filters\">\n" 17912 " <!-- ==================================================================== -->\n" 17913 " <SourceProxy class=\"vtkDataSetRegionSurfaceFilter\"\n" 17914 " label=\"Extract Region Surface\"\n" 17915 " name=\"DataSetRegionSurfaceFilter\">\n" 17916 " <Documentation long_help=\"Extract a 2D boundary surface using neighbor relations to eliminate internal faces.\"\n" 17917 " short_help=\"Extract 2D boundary surface.\">The Extract\n" 17918 " Surface filter extracts the polygons forming the outer\n" 17919 " surface of the input dataset. This filter operates on any\n" 17920 " type of data and produces polygonal data as\n" 17921 " output.</Documentation>\n" 17922 " <InputProperty command=\"SetInputConnection\"\n" 17923 " name=\"Input\">\n" 17924 " <ProxyGroupDomain name=\"groups\">\n" 17925 " <Group name=\"sources\" />\n" 17926 " <Group name=\"filters\" />\n" 17927 " </ProxyGroupDomain>\n" 17928 " <DataTypeDomain name=\"input_type\">\n" 17929 " <DataType value=\"vtkDataSet\" />\n" 17930 " </DataTypeDomain>\n" 17931 " <Documentation>This property specifies the input to the Extract Surface\n" 17932 " filter.</Documentation>\n" 17933 " </InputProperty>\n" 17934 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 17935 " default_values=\"1\"\n" 17936 " name=\"PieceInvariant\"\n" 17937 " number_of_elements=\"1\">\n" 17938 " <BooleanDomain name=\"bool\" />\n" 17939 " <Documentation>If the value of this property is set to 1, internal\n" 17940 " surfaces along process boundaries will be removed. NOTE: Enabling this\n" 17941 " option might cause multiple executions of the data source because more\n" 17942 " information is needed to remove internal surfaces.</Documentation>\n" 17943 " </IntVectorProperty>\n" 17944 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n" 17945 " default_values=\"1\"\n" 17946 " name=\"NonlinearSubdivisionLevel\"\n" 17947 " number_of_elements=\"1\">\n" 17948 " <IntRangeDomain max=\"4\"\n" 17950 " name=\"range\" />\n" 17951 " <Documentation>If the input is an unstructured grid with nonlinear\n" 17952 " faces, this parameter determines how many times the face is subdivided\n" 17953 " into linear faces. If 0, the output is the equivalent of its linear\n" 17954 " counterpart (and the midpoints determining the nonlinear interpolation\n" 17955 " are discarded). If 1, the nonlinear face is triangulated based on the\n" 17956 " midpoints. If greater than 1, the triangulated pieces are recursively\n" 17957 " subdivided to reach the desired subdivision. Setting the value to\n" 17958 " greater than 1 may cause some point data to not be passed even if no\n" 17959 " quadratic faces exist. This option has no effect if the input is not an\n" 17960 " unstructured grid.</Documentation>\n" 17961 " </IntVectorProperty>\n" 17963 " <StringVectorProperty command=\"SetRegionArrayName\"\n" 17964 " default_values=\"material\"\n" 17965 " name=\"RegionArrayName\"\n" 17966 " number_of_elements=\"1\">\n" 17967 " <Documentation>This property specifies the name of the material\n" 17968 " array for generating parts.</Documentation>\n" 17969 " </StringVectorProperty>\n" 17971 " <IntVectorProperty command=\"SetSingleSided\"\n" 17972 " default_values=\"1\"\n" 17973 " name=\"SingleSided\"\n" 17974 " number_of_elements=\"1\">\n" 17975 " <BooleanDomain name=\"bool\" />\n" 17976 " <Documentation>If the value of this property is set to 1 (the default),\n" 17977 " surfaces along the boundary are 1 layer thick. Otherwise there is\n" 17978 " a surface for the material on each side.</Documentation>\n" 17979 " </IntVectorProperty>\n" 17981 " <StringVectorProperty command=\"SetMaterialPropertiesName\"\n" 17982 " default_values=\"material_properties\"\n" 17983 " name=\"MaterialPropertiesName\"\n" 17984 " number_of_elements=\"1\"\n" 17985 " panel_visibility=\"advanced\">\n" 17986 " <Documentation>This the name of the input material property field data array</Documentation>\n" 17987 " </StringVectorProperty>\n" 17989 " <StringVectorProperty command=\"SetMaterialIDsName\"\n" 17990 " default_values=\"material_ids\"\n" 17991 " name=\"MaterialIDsName\"\n" 17992 " number_of_elements=\"1\"\n" 17993 " panel_visibility=\"advanced\">\n" 17994 " <Documentation>This the name of the input and output material id field data array</Documentation>\n" 17995 " </StringVectorProperty>\n" 17997 " <StringVectorProperty command=\"SetMaterialPIDsName\"\n" 17998 " default_values=\"material_ancestors\"\n" 17999 " name=\"MaterialPIDsName\"\n" 18000 " number_of_elements=\"1\"\n" 18001 " panel_visibility=\"advanced\">\n" 18002 " <Documentation>This the name of the output material ancestry id field data array</Documentation>\n" 18003 " </StringVectorProperty>\n" 18005 " <StringVectorProperty command=\"SetInterfaceIDsName\"\n" 18006 " default_values=\"interface_ids\"\n" 18007 " name=\"InterfaceIDsName\"\n" 18008 " number_of_elements=\"1\"\n" 18009 " panel_visibility=\"advanced\">\n" 18010 " <Documentation>This the name of the input and output interface id field data array</Documentation>\n" 18011 " </StringVectorProperty>\n" 18013 " <!-- End DataSetRegionSurfaceFilter -->\n" 18014 " </SourceProxy>\n" 18016 " <!-- ==================================================================== -->\n" 18017 " <SourceProxy class=\"vtkDataSetSurfaceFilter\"\n" 18018 " label=\"Extract Surface\"\n" 18019 " name=\"DataSetSurfaceFilter\">\n" 18020 " <Documentation long_help=\"Extract a 2D boundary surface using neighbor relations to eliminate internal faces.\"\n" 18021 " short_help=\"Extract 2D boundary surface.\">The Extract\n" 18022 " Surface filter extracts the polygons forming the outer\n" 18023 " surface of the input dataset. This filter operates on any\n" 18024 " type of data and produces polygonal data as\n" 18025 " output.</Documentation>\n" 18026 " <InputProperty command=\"SetInputConnection\"\n" 18027 " name=\"Input\">\n" 18028 " <ProxyGroupDomain name=\"groups\">\n" 18029 " <Group name=\"sources\" />\n" 18030 " <Group name=\"filters\" />\n" 18031 " </ProxyGroupDomain>\n" 18032 " <DataTypeDomain name=\"input_type\">\n" 18033 " <DataType value=\"vtkDataSet\" />\n" 18034 " </DataTypeDomain>\n" 18035 " <Documentation>This property specifies the input to the Extract Surface\n" 18036 " filter.</Documentation>\n" 18037 " </InputProperty>\n" 18038 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 18039 " default_values=\"1\"\n" 18040 " name=\"PieceInvariant\"\n" 18041 " number_of_elements=\"1\">\n" 18042 " <BooleanDomain name=\"bool\" />\n" 18043 " <Documentation>If the value of this property is set to 1, internal\n" 18044 " surfaces along process boundaries will be removed. NOTE: Enabling this\n" 18045 " option might cause multiple executions of the data source because more\n" 18046 " information is needed to remove internal surfaces.</Documentation>\n" 18047 " </IntVectorProperty>\n" 18048 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n" 18049 " default_values=\"1\"\n" 18050 " name=\"NonlinearSubdivisionLevel\"\n" 18051 " number_of_elements=\"1\">\n" 18052 " <IntRangeDomain max=\"4\"\n" 18054 " name=\"range\" />\n" 18055 " <Documentation>If the input is an unstructured grid with nonlinear\n" 18056 " faces, this parameter determines how many times the face is subdivided\n" 18057 " into linear faces. If 0, the output is the equivalent of its linear\n" 18058 " counterpart (and the midpoints determining the nonlinear interpolation\n" 18059 " are discarded). If 1, the nonlinear face is triangulated based on the\n" 18060 " midpoints. If greater than 1, the triangulated pieces are recursively\n" 18061 " subdivided to reach the desired subdivision. Setting the value to\n" 18062 " greater than 1 may cause some point data to not be passed even if no\n" 18063 " quadratic faces exist. This option has no effect if the input is not an\n" 18064 " unstructured grid.</Documentation>\n" 18065 " </IntVectorProperty>\n" 18066 " <!-- End DataSetSurfaceFilter -->\n" 18067 " </SourceProxy>\n" 18069 " <!-- ==================================================================== -->\n" 18070 " <SourceProxy class=\"vtkImageDataToUniformGrid\"\n" 18071 " label=\"Image Data To Uniform Grid\"\n" 18072 " name=\"ImageDataToUniformGrid\">\n" 18073 " <Documentation long_help=\"Create a uniform grid from an image data by specified blanking arrays.\"\n" 18074 " short_help=\"Create a uniform grid from an image data.\">\n" 18075 " Create a vtkUniformGrid from a vtkImageData by passing in arrays to be used\n" 18076 " for point and/or cell blanking. By default, values of 0 in the specified\n" 18077 " array will result in a point or cell being blanked. Use Reverse to switch this.\n" 18078 " </Documentation>\n" 18079 " <InputProperty command=\"SetInputConnection\"\n" 18080 " name=\"Input\">\n" 18081 " <ProxyGroupDomain name=\"groups\">\n" 18082 " <Group name=\"sources\" />\n" 18083 " <Group name=\"filters\" />\n" 18084 " </ProxyGroupDomain>\n" 18085 " <DataTypeDomain name=\"input_type\">\n" 18086 " <DataType value=\"vtkImageData\"/>\n" 18087 " <DataType value=\"vtkCompositeDataSet\" child_match=\"any\">\n" 18088 " <DataType value=\"vtkImageData\" />\n" 18090 " </DataTypeDomain>\n" 18091 " <InputArrayDomain name=\"input_array\"\n" 18092 " number_of_components=\"1\" />\n" 18093 " </InputProperty>\n" 18094 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 18095 " element_types=\"0 0 0 0 2\"\n" 18096 " name=\"SelectInputScalars\"\n" 18097 " number_of_elements=\"5\">\n" 18098 " <ArrayListDomain attribute_type=\"Scalars\"\n" 18099 " name=\"array_list\">\n" 18100 " <RequiredProperties>\n" 18101 " <Property function=\"Input\"\n" 18102 " name=\"Input\" />\n" 18103 " </RequiredProperties>\n" 18104 " </ArrayListDomain>\n" 18105 " <Documentation>Specify the array to use for blanking.</Documentation>\n" 18106 " </StringVectorProperty>\n" 18107 " <IntVectorProperty command=\"SetReverse\"\n" 18108 " default_values=\"0\"\n" 18109 " name=\"Reverse\"\n" 18110 " number_of_elements=\"1\">\n" 18111 " <Documentation>Reverse the array value to whether or not a point or cell is blanked.</Documentation>\n" 18112 " <BooleanDomain name=\"bool\" />\n" 18113 " </IntVectorProperty>\n" 18114 " <!-- End ImageDataToUniformGrid -->\n" 18115 " </SourceProxy>\n" 18117 " <!-- ==================================================================== -->\n" 18118 " <SourceProxy class=\"vtkRectilinearGridGeometryFilter\"\n" 18119 " name=\"RectilinearGridGeometryFilter\">\n" 18120 " <Documentation long_help=\"Extracts geometry for a rectilinear grid. Output is a polydata dataset.\"\n" 18121 " short_help=\"Extracts geometry for a rectilinear grid.\">\n" 18122 " RectilinearGridGeometryFilter is a filter that extracts\n" 18123 " geometry from a rectilinear grid. By specifying\n" 18124 " appropriate i-j-k indices, it is possible to extract a\n" 18125 " point, a curve, a surface, or a \"volume\". The volume is\n" 18126 " actually a (n x m x o) region of points. The extent\n" 18127 " specification is zero-offset. That is, the first k-plane\n" 18128 " in a 50x50x50 rectilinear grid is given by (0,49, 0,49,\n" 18129 " 0,0).</Documentation>\n" 18130 " <InputProperty command=\"SetInputConnection\"\n" 18131 " name=\"Input\">\n" 18132 " <ProxyGroupDomain name=\"groups\">\n" 18133 " <Group name=\"sources\" />\n" 18134 " <Group name=\"filters\" />\n" 18135 " </ProxyGroupDomain>\n" 18136 " <DataTypeDomain name=\"input_type\">\n" 18137 " <DataType value=\"vtkDataSet\" />\n" 18138 " </DataTypeDomain>\n" 18139 " <Documentation>Set the input to the Rectilinear Grid Geometry\n" 18140 " filter.</Documentation>\n" 18141 " </InputProperty>\n" 18142 " <!-- End RectilinearGridGeometryFilter -->\n" 18143 " </SourceProxy>\n" 18145 "</ServerManagerConfiguration>\n" 18154 char* res =
new char[ len + 1];
18157 assert(offset == len);
18165 "<ServerManagerConfiguration>\n" 18166 " <!-- filters in VTK::FiltersParallel module -->\n" 18167 " <ProxyGroup name=\"internal_filters\">\n" 18168 " <!-- ==================================================================== -->\n" 18169 " <SourceProxy class=\"vtkPProbeFilter\"\n" 18170 " name=\"ProbeLine\">\n" 18171 " <Documentation>Internal filter used by (filters, ProbeLine). The Plot\n" 18172 " Over Line filter samples the data set attributes of the current data set\n" 18173 " at the points along a line. The values of the point-centered variables\n" 18174 " along that line will be displayed in an XY Plot. This filter uses\n" 18175 " interpolation to determine the values at the selected point, whether or\n" 18176 " not it lies at an input point. The Probe filter operates on any type of\n" 18177 " data and produces polygonal output (a line).</Documentation>\n" 18178 " <InputProperty command=\"SetSourceConnection\"\n" 18179 " name=\"Input\">\n" 18180 " <ProxyGroupDomain name=\"groups\">\n" 18181 " <Group name=\"sources\" />\n" 18182 " <Group name=\"filters\" />\n" 18183 " </ProxyGroupDomain>\n" 18184 " <DataTypeDomain name=\"input_type\">\n" 18185 " <DataType value=\"vtkDataSet\" />\n" 18186 " <DataType value=\"vtkCompositeDataSet\" />\n" 18187 " </DataTypeDomain>\n" 18188 " <InputArrayDomain name=\"input_array\" />\n" 18189 " <Documentation>This property specifies the dataset from which to obtain\n" 18190 " probe values.</Documentation>\n" 18191 " </InputProperty>\n" 18192 " <InputProperty command=\"SetInputConnection\"\n" 18193 " label=\"Probe Type\"\n" 18194 " name=\"Source\"\n" 18195 " panel_visibility=\"default\">\n" 18196 " <ProxyGroupDomain name=\"groups\">\n" 18197 " <Group name=\"sources\" />\n" 18198 " </ProxyGroupDomain>\n" 18199 " <ProxyListDomain name=\"proxy_list\">\n" 18200 " <Proxy group=\"extended_sources\"\n" 18201 " name=\"HighResLineSource\" />\n" 18202 " </ProxyListDomain>\n" 18203 " <Documentation>This property specifies the dataset whose geometry will\n" 18204 " be used in determining positions to probe.</Documentation>\n" 18205 " </InputProperty>\n" 18206 " <IntVectorProperty command=\"SetPassPartialArrays\"\n" 18207 " default_values=\"1\"\n" 18208 " name=\"PassPartialArrays\"\n" 18209 " number_of_elements=\"1\"\n" 18210 " panel_visibility=\"advanced\">\n" 18211 " <Documentation>When dealing with composite datasets, partial arrays are\n" 18212 " common i.e. data-arrays that are not available in all of the blocks. By\n" 18213 " default, this filter only passes those point and cell data-arrays that\n" 18214 " are available in all the blocks i.e. partial array are removed. When\n" 18215 " PassPartialArrays is turned on, this behavior is changed to take a\n" 18216 " union of all arrays present thus partial arrays are passed as well.\n" 18217 " However, for composite dataset input, this filter still produces a\n" 18218 " non-composite output. For all those locations in a block of where a\n" 18219 " particular data array is missing, this filter uses vtkMath::Nan() for\n" 18220 " double and float arrays, while 0 for all other types of arrays i.e int,\n" 18221 " char etc.</Documentation>\n" 18222 " <BooleanDomain name=\"bool\" />\n" 18223 " </IntVectorProperty>\n" 18224 " <IntVectorProperty command=\"SetPassCellArrays\"\n" 18225 " default_values=\"0\"\n" 18226 " name=\"PassCellArrays\"\n" 18227 " number_of_elements=\"1\"\n" 18228 " panel_visibility=\"advanced\">\n" 18229 " <Documentation>\n" 18230 " When set the input's cell data arrays are shallow copied to the output.\n" 18231 " </Documentation>\n" 18232 " <BooleanDomain name=\"bool\" />\n" 18233 " </IntVectorProperty>\n" 18234 " <IntVectorProperty command=\"SetPassPointArrays\"\n" 18235 " default_values=\"0\"\n" 18236 " name=\"PassPointArrays\"\n" 18237 " number_of_elements=\"1\"\n" 18238 " panel_visibility=\"advanced\">\n" 18239 " <Documentation>\n" 18240 " When set the input's point data arrays are shallow copied to the output.\n" 18241 " </Documentation>\n" 18242 " <BooleanDomain name=\"bool\" />\n" 18243 " </IntVectorProperty>\n" 18245 " <IntVectorProperty command=\"SetPassFieldArrays\"\n" 18246 " default_values=\"1\"\n" 18247 " name=\"PassFieldArrays\"\n" 18248 " number_of_elements=\"1\"\n" 18249 " panel_visibility=\"advanced\">\n" 18250 " <Documentation>\n" 18251 " Set whether to pass the field-data arrays from the Input i.e. the input\n" 18252 " providing the geometry to the output. On by default.\n" 18253 " </Documentation>\n" 18254 " <BooleanDomain name=\"bool\" />\n" 18255 " </IntVectorProperty>\n" 18257 " <IntVectorProperty command=\"SetComputeTolerance\"\n" 18258 " default_values=\"1\"\n" 18259 " name=\"ComputeTolerance\"\n" 18260 " number_of_elements=\"1\"\n" 18261 " panel_visibility=\"advanced\">\n" 18262 " <Documentation>\n" 18263 " Set whether to compute the tolerance or to use a user provided\n" 18264 " value. On by default.\n" 18265 " </Documentation>\n" 18266 " <BooleanDomain name=\"bool\" />\n" 18267 " </IntVectorProperty>\n" 18269 " <DoubleVectorProperty command=\"SetTolerance\"\n" 18270 " default_values=\"2.2204460492503131e-16\"\n" 18271 " name=\"Tolerance\"\n" 18272 " number_of_elements=\"1\"\n" 18273 " panel_visibility=\"advanced\">\n" 18274 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n" 18275 " name=\"range\" />\n" 18277 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 18278 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n" 18279 " </PropertyWidgetDecorator>\n" 18281 " <Documentation>Set the tolerance to use for\n" 18282 " vtkDataSet::FindCell</Documentation>\n" 18283 " </DoubleVectorProperty>\n" 18284 " <!-- End ProbeLine -->\n" 18285 " </SourceProxy>\n" 18287 " <ProxyGroup name=\"filters\">\n" 18288 " <!-- ==================================================================== -->\n" 18289 " <SourceProxy class=\"vtkPProbeFilter\"\n" 18290 " label=\"Probe Location\"\n" 18291 " name=\"ProbePoint\">\n" 18292 " <Documentation long_help=\"Sample data attributes at the points in a point cloud.\"\n" 18293 " short_help=\"Sample data values at the points in a point cloud.\">\n" 18294 " The Probe filter samples the data set attributes of the\n" 18295 " current data set at the points in a point cloud. The Probe\n" 18296 " filter uses interpolation to determine the values at the\n" 18297 " selected point, whether or not it lies at an input point.\n" 18298 " The Probe filter operates on any type of data and produces\n" 18299 " polygonal output (a point cloud).</Documentation>\n" 18300 " <InputProperty command=\"SetSourceConnection\"\n" 18301 " name=\"Input\">\n" 18302 " <ProxyGroupDomain name=\"groups\">\n" 18303 " <Group name=\"sources\" />\n" 18304 " <Group name=\"filters\" />\n" 18305 " </ProxyGroupDomain>\n" 18306 " <DataTypeDomain name=\"input_type\">\n" 18307 " <DataType value=\"vtkDataSet\" />\n" 18308 " <DataType value=\"vtkCompositeDataSet\" />\n" 18309 " </DataTypeDomain>\n" 18310 " <InputArrayDomain name=\"input_array\" />\n" 18311 " <Documentation>This property specifies the dataset from which to obtain\n" 18312 " probe values.</Documentation>\n" 18313 " </InputProperty>\n" 18314 " <InputProperty command=\"SetInputConnection\"\n" 18315 " label=\"Probe Type\"\n" 18316 " name=\"Source\">\n" 18317 " <ProxyGroupDomain name=\"groups\">\n" 18318 " <Group name=\"sources\" />\n" 18319 " </ProxyGroupDomain>\n" 18320 " <ProxyListDomain name=\"proxy_list\">\n" 18321 " <Proxy group=\"extended_sources\"\n" 18322 " name=\"FixedRadiusPointSource\" />\n" 18323 " </ProxyListDomain>\n" 18324 " <Documentation>This property specifies the dataset whose geometry will\n" 18325 " be used in determining positions to probe.</Documentation>\n" 18326 " </InputProperty>\n" 18328 " <IntVectorProperty command=\"SetPassFieldArrays\"\n" 18329 " default_values=\"1\"\n" 18330 " name=\"PassFieldArrays\"\n" 18331 " number_of_elements=\"1\"\n" 18332 " panel_visibility=\"advanced\">\n" 18333 " <Documentation>\n" 18334 " Set whether to pass the field-data arrays from the Input i.e. the input\n" 18335 " providing the geometry to the output. On by default.\n" 18336 " </Documentation>\n" 18337 " <BooleanDomain name=\"bool\" />\n" 18338 " </IntVectorProperty>\n" 18340 " <IntVectorProperty command=\"SetComputeTolerance\"\n" 18341 " default_values=\"1\"\n" 18342 " name=\"ComputeTolerance\"\n" 18343 " number_of_elements=\"1\"\n" 18344 " panel_visibility=\"advanced\">\n" 18345 " <Documentation>\n" 18346 " Set whether to compute the tolerance or to use a user provided\n" 18347 " value. On by default.\n" 18348 " </Documentation>\n" 18349 " <BooleanDomain name=\"bool\" />\n" 18350 " </IntVectorProperty>\n" 18352 " <DoubleVectorProperty command=\"SetTolerance\"\n" 18353 " default_values=\"2.2204460492503131e-16\"\n" 18354 " name=\"Tolerance\"\n" 18355 " number_of_elements=\"1\"\n" 18356 " panel_visibility=\"advanced\">\n" 18357 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n" 18358 " name=\"range\" />\n" 18360 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 18361 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n" 18362 " </PropertyWidgetDecorator>\n" 18364 " <Documentation>Set the tolerance to use for\n" 18365 " vtkDataSet::FindCell</Documentation>\n" 18366 " </DoubleVectorProperty>\n" 18369 " <Visibility replace_input=\"0\" />\n" 18370 " <View type=\"SpreadSheetView\" />\n" 18372 " <!-- End ProbePoint -->\n" 18373 " </SourceProxy>\n" 18374 " <!-- ==================================================================== -->\n" 18375 " <CompoundSourceProxy label=\"Plot Over Line\"\n" 18376 " name=\"ProbeLine\">\n" 18377 " <Documentation long_help=\"Sample data attributes at the points along a line. Probed lines will be displayed in a graph of the attributes.\"\n" 18378 " short_help=\"Sample data values at the points along a line.\">\n" 18379 " The Plot Over Line filter samples the data set attributes\n" 18380 " of the current data set at the points along a line. The\n" 18381 " values of the point-centered variables along that line\n" 18382 " will be displayed in an XY Plot. This filter uses\n" 18383 " interpolation to determine the values at the selected\n" 18384 " point, whether or not it lies at an input point. The Probe\n" 18385 " filter operates on any type of data and produces polygonal\n" 18386 " output (a line).</Documentation>\n" 18387 " <Proxy compound_name=\"PlotOverLine1\"\n" 18388 " group=\"internal_filters\"\n" 18391 " type=\"ProbeLine\" />\n" 18392 " <Proxy compound_name=\"AppendArcLength1\"\n" 18393 " group=\"filters\"\n" 18396 " type=\"AppendArcLength\">\n" 18397 " <Property id=\"588.Input\"\n" 18398 " name=\"Input\"\n" 18399 " number_of_elements=\"1\">\n" 18400 " <Proxy output_port=\"0\"\n" 18401 " value=\"491\" />\n" 18404 " <ExposedProperties>\n" 18405 " <Property exposed_name=\"Input\"\n" 18406 " name=\"Input\"\n" 18407 " proxy_name=\"PlotOverLine1\" />\n" 18408 " <Property exposed_name=\"Source\"\n" 18409 " name=\"Source\"\n" 18410 " proxy_name=\"PlotOverLine1\" />\n" 18411 " <Property exposed_name=\"PassPartialArrays\"\n" 18412 " name=\"PassPartialArrays\"\n" 18413 " proxy_name=\"PlotOverLine1\" />\n" 18414 " <Property exposed_name=\"ComputeTolerance\"\n" 18415 " name=\"ComputeTolerance\"\n" 18416 " proxy_name=\"PlotOverLine1\" />\n" 18417 " <Property exposed_name=\"Tolerance\"\n" 18418 " name=\"Tolerance\"\n" 18419 " proxy_name=\"PlotOverLine1\" />\n" 18420 " </ExposedProperties>\n" 18421 " <OutputPort name=\"Output\"\n" 18422 " port_index=\"0\"\n" 18423 " proxy=\"AppendArcLength1\" />\n" 18425 " <Visibility replace_input=\"0\" />\n" 18426 " <!-- View can be used to specify the preferred view for the proxy -->\n" 18427 " <View type=\"XYChartView\" also_show_in_current_view=\"1\" />\n" 18430 " <!-- End ProbeLine -->\n" 18431 " </CompoundSourceProxy>\n" 18432 " <!-- ==================================================================== -->\n" 18433 " <SourceProxy class=\"vtkPProbeFilter\"\n" 18434 " label=\"Legacy Resample With Dataset\"\n" 18435 " name=\"Probe\">\n" 18436 " <Documentation long_help=\"Sample data attributes at the points of a dataset.\"\n" 18437 " short_help=\"Sample data values at the points of a dataset.\">\n" 18438 " Probe is a filter that computes point attributes at\n" 18439 " specified point positions. The filter has two inputs: the\n" 18440 " Input and Source. The 'Source' geometric structure is passed\n" 18441 " through the filter. The point attributes are computed at\n" 18442 " the 'Source' point positions by interpolating into the\n" 18443 " 'Input' data. For example, we can compute data values on a plane\n" 18444 " (plane specified as Source) from a volume (Input). The\n" 18445 " cell data of the Input data is copied to the output based\n" 18446 " on in which Input cell each Source point is. If an array\n" 18447 " of the same name exists both in Input's point and cell\n" 18448 " data, only the one from the point data is\n" 18449 " probed. This is the implementation of the\n" 18450 " 'Resample With Dataset' filter available in ParaView\n" 18451 " version 5.1 and earlier. </Documentation>\n" 18452 " <Deprecated deprecated_in=\"5.2\" to_remove_in=\"5.3\">\n" 18453 " This has been replaced by 'Resample With Dataset'. Please consider\n" 18454 " using that instead.\n" 18456 " <InputProperty command=\"SetSourceConnection\"\n" 18457 " name=\"Input\">\n" 18458 " <ProxyGroupDomain name=\"groups\">\n" 18459 " <Group name=\"sources\" />\n" 18460 " <Group name=\"filters\" />\n" 18461 " </ProxyGroupDomain>\n" 18462 " <DataTypeDomain name=\"input_type\">\n" 18463 " <DataType value=\"vtkDataSet\" />\n" 18464 " <DataType value=\"vtkCompositeDataSet\" />\n" 18465 " </DataTypeDomain>\n" 18466 " <InputArrayDomain name=\"input_array\" />\n" 18467 " <Documentation>This property specifies the dataset from which to obtain\n" 18468 " probe values. The data attributes come from this dataset.</Documentation>\n" 18469 " </InputProperty>\n" 18470 " <InputProperty command=\"SetInputConnection\"\n" 18475 " name=\"Source\">\n" 18476 " <ProxyGroupDomain name=\"groups\">\n" 18477 " <Group name=\"sources\" />\n" 18478 " <Group name=\"filters\" />\n" 18479 " </ProxyGroupDomain>\n" 18480 " <DataTypeDomain name=\"input_type\">\n" 18481 " <DataType value=\"vtkDataSet\" />\n" 18482 " </DataTypeDomain>\n" 18483 " <Documentation>This property specifies the dataset whose geometry will\n" 18484 " be used in determining positions to probe. The mesh comes from this\n" 18485 " dataset.</Documentation>\n" 18486 " </InputProperty>\n" 18487 " <IntVectorProperty command=\"SetPassCellArrays\"\n" 18488 " default_values=\"0\"\n" 18489 " name=\"PassCellArrays\"\n" 18490 " number_of_elements=\"1\"\n" 18491 " panel_visibility=\"advanced\">\n" 18492 " <Documentation>\n" 18493 " When set the input's cell data arrays are shallow copied to the output.\n" 18494 " </Documentation>\n" 18495 " <BooleanDomain name=\"bool\" />\n" 18496 " </IntVectorProperty>\n" 18497 " <IntVectorProperty command=\"SetPassPointArrays\"\n" 18498 " default_values=\"0\"\n" 18499 " name=\"PassPointArrays\"\n" 18500 " number_of_elements=\"1\"\n" 18501 " panel_visibility=\"advanced\">\n" 18502 " <Documentation>\n" 18503 " When set the input's point data arrays are shallow copied to the output.\n" 18504 " </Documentation>\n" 18505 " <BooleanDomain name=\"bool\" />\n" 18506 " </IntVectorProperty>\n" 18508 " <IntVectorProperty command=\"SetPassFieldArrays\"\n" 18509 " default_values=\"1\"\n" 18510 " name=\"PassFieldArrays\"\n" 18511 " number_of_elements=\"1\"\n" 18512 " panel_visibility=\"advanced\">\n" 18513 " <Documentation>\n" 18514 " Set whether to pass the field-data arrays from the Input i.e. the input\n" 18515 " providing the geometry to the output. On by default.\n" 18516 " </Documentation>\n" 18517 " <BooleanDomain name=\"bool\" />\n" 18518 " </IntVectorProperty>\n" 18520 " <IntVectorProperty command=\"SetComputeTolerance\"\n" 18521 " default_values=\"1\"\n" 18522 " name=\"ComputeTolerance\"\n" 18523 " number_of_elements=\"1\"\n" 18524 " panel_visibility=\"advanced\">\n" 18525 " <Documentation>\n" 18526 " Set whether to compute the tolerance or to use a user provided\n" 18527 " value. On by default.\n" 18528 " </Documentation>\n" 18529 " <BooleanDomain name=\"bool\" />\n" 18530 " </IntVectorProperty>\n" 18532 " <DoubleVectorProperty command=\"SetTolerance\"\n" 18533 " default_values=\"2.2204460492503131e-16\"\n" 18534 " name=\"Tolerance\"\n" 18535 " number_of_elements=\"1\"\n" 18536 " panel_visibility=\"advanced\">\n" 18537 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n" 18538 " name=\"range\" />\n" 18540 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 18541 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n" 18542 " </PropertyWidgetDecorator>\n" 18544 " <Documentation>Set the tolerance to use for\n" 18545 " vtkDataSet::FindCell</Documentation>\n" 18546 " </DoubleVectorProperty>\n" 18549 " <Visibility replace_input=\"1\" />\n" 18551 " <!-- End Probe -->\n" 18552 " </SourceProxy>\n" 18554 " <!-- ==================================================================== -->\n" 18555 " <SourceProxy class=\"vtkPResampleFilter\"\n" 18556 " name=\"ImageResampling\">\n" 18557 " <Documentation long_help=\"Sample data attributes using a 3D image as probing mesh.\"\n" 18558 " short_help=\"Sample data values using a 3D image.\"/>\n" 18559 " <Deprecated deprecated_in=\"5.1\" to_remove_in=\"5.2\">Please use \"Resample To Image\" instead instead of \"ImageResampling\" filter.</Deprecated>\n" 18560 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 18561 " <ProxyGroupDomain name=\"groups\">\n" 18562 " <Group name=\"sources\" />\n" 18563 " <Group name=\"filters\" />\n" 18564 " </ProxyGroupDomain>\n" 18565 " <DataTypeDomain name=\"input_type\">\n" 18566 " <DataType value=\"vtkDataSet\" />\n" 18567 " <DataType value=\"vtkCompositeDataSet\" />\n" 18568 " </DataTypeDomain>\n" 18569 " <Documentation>This property specifies the dataset whose data will\n" 18570 " be probed</Documentation>\n" 18571 " </InputProperty>\n" 18572 " <IntVectorProperty command=\"SetSamplingDimension\"\n" 18573 " default_values=\"10 10 10\"\n" 18574 " name=\"SamplingDimension\"\n" 18575 " number_of_elements=\"3\"\n" 18576 " panel_visibility=\"default\">\n" 18577 " <IntRangeDomain name=\"range\" min=\"2 2 2\" max=\"10000 10000 10000\"/>\n" 18578 " <Documentation>\n" 18579 " How many linear resampling we want along each axis\n" 18580 " </Documentation>\n" 18581 " </IntVectorProperty>\n" 18582 " <IntVectorProperty command=\"SetUseInputBounds\"\n" 18583 " default_values=\"1\"\n" 18584 " name=\"UseInputBounds\"\n" 18585 " number_of_elements=\"1\"\n" 18586 " panel_visibility=\"default\">\n" 18587 " <Documentation>\n" 18588 " Do we use input bounds or custom ones?\n" 18589 " </Documentation>\n" 18590 " <BooleanDomain name=\"bool\" />\n" 18591 " </IntVectorProperty>\n" 18592 " <DoubleVectorProperty command=\"SetCustomSamplingBounds\"\n" 18593 " default_values=\"0 1 0 1 0 1\"\n" 18594 " name=\"CustomSamplingBounds\"\n" 18595 " number_of_elements=\"6\"\n" 18596 " panel_visibility=\"default\">\n" 18597 " <Documentation>\n" 18598 " Custom probing bounds if needed\n" 18599 " </Documentation>\n" 18600 " </DoubleVectorProperty>\n" 18602 " <!-- End ImageResampling -->\n" 18603 " </SourceProxy>\n" 18605 " <!-- ==================================================================== -->\n" 18606 " <SourceProxy class=\"vtkAggregateDataSetFilter\"\n" 18607 " label=\"Aggregate Dataset\"\n" 18608 " name=\"AggregateDataSet\">\n" 18609 " <Documentation long_help=\"This filter aggregates a dataset onto a subset of processes.\"\n" 18610 " short_help=\"Aggregate a dataset onto a subset of processes.\">\n" 18611 " This filter aggregates a dataset onto a subset of processes.\n" 18612 " </Documentation>\n" 18613 " <InputProperty command=\"SetInputConnection\"\n" 18614 " name=\"Input\">\n" 18615 " <ProxyGroupDomain name=\"groups\">\n" 18616 " <Group name=\"sources\" />\n" 18617 " <Group name=\"filters\" />\n" 18618 " </ProxyGroupDomain>\n" 18619 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 18620 " <DataType value=\"vtkDataSet\" />\n" 18621 " </DataTypeDomain>\n" 18622 " <Documentation>This property specifies the input to the filter.\n" 18623 " </Documentation>\n" 18624 " </InputProperty>\n" 18625 " <IntVectorProperty command=\"SetNumberOfTargetProcesses\"\n" 18626 " default_values=\"1\"\n" 18627 " name=\"NumberOfTargetProcesses\"\n" 18628 " number_of_elements=\"1\">\n" 18629 " <Documentation>This property specifies the number of target processes to\n" 18630 " aggregate the dataset onto.</Documentation>\n" 18631 " </IntVectorProperty>\n" 18632 " <!-- End AggregateDataSet -->\n" 18633 " </SourceProxy>\n" 18635 " <!-- ==================================================================== -->\n" 18636 " <SourceProxy class=\"vtkAngularPeriodicFilter\"\n" 18637 " label=\"Angular Periodic Filter\"\n" 18638 " name=\"AngularPeriodicFilter\">\n" 18639 " <Documentation long_help=\"This filter generate a periodic multiblock dataset.\"\n" 18640 " short_help=\"Periodic Filter.\">This filter generate a periodic\n" 18641 " multiblock dataset</Documentation>\n" 18642 " <InputProperty command=\"SetInputConnection\"\n" 18643 " name=\"Input\">\n" 18644 " <ProxyGroupDomain name=\"groups\">\n" 18645 " <Group name=\"sources\" />\n" 18646 " <Group name=\"filters\" />\n" 18647 " </ProxyGroupDomain>\n" 18648 " <DataTypeDomain name=\"input_type\">\n" 18649 " <DataType value=\"vtkDataSet\" />\n" 18650 " </DataTypeDomain>\n" 18651 " <Documentation>This property specifies the input to the Periodic filter.\n" 18652 " </Documentation>\n" 18653 " </InputProperty>\n" 18654 " <IntVectorProperty clean_command=\"RemoveAllIndices\"\n" 18655 " command=\"AddIndex\"\n" 18656 " name=\"BlockIndices\"\n" 18657 " number_of_elements_per_command=\"1\"\n" 18658 " panel_visibility=\"default\"\n" 18659 " repeat_command=\"1\">\n" 18660 " <CompositeTreeDomain mode=\"leaves\"\n" 18661 " name=\"tree\">\n" 18662 " <RequiredProperties>\n" 18663 " <Property function=\"Input\"\n" 18664 " name=\"Input\" />\n" 18665 " </RequiredProperties>\n" 18666 " </CompositeTreeDomain>\n" 18668 " <WidgetHeight number_of_rows=\"20\" />\n" 18670 " <Documentation>This property lists the ids of the blocks to make periodic\n" 18671 " from the input multiblock dataset.</Documentation>\n" 18672 " </IntVectorProperty>\n" 18674 " <IntVectorProperty command=\"SetIterationMode\"\n" 18675 " default_values=\"1\"\n" 18676 " name=\"IterationMode\"\n" 18677 " number_of_elements=\"1\">\n" 18678 " <EnumerationDomain name=\"enum\">\n" 18679 " <Entry text=\"Manual\"\n" 18680 " value=\"0\" />\n" 18681 " <Entry text=\"Maximum\"\n" 18682 " value=\"1\" />\n" 18683 " </EnumerationDomain>\n" 18684 " <Documentation>This property specifies the mode of iteration, either a user-provided number\n" 18685 " of periods, or the maximum number of periods to rotate to 360 degrees.</Documentation>\n" 18686 " </IntVectorProperty>\n" 18688 " <IntVectorProperty command=\"SetNumberOfPeriods\"\n" 18689 " default_values=\"3\"\n" 18690 " name=\"NumberOfPeriods\"\n" 18691 " number_of_elements=\"1\">\n" 18693 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 18694 " mode=\"visibility\"\n" 18695 " property=\"IterationMode\"\n" 18696 " value=\"0\" />\n" 18697 " <!-- show this widget when IterationMode==0 -->\n" 18699 " <Documentation>This property specifies the number of iteration</Documentation>\n" 18700 " </IntVectorProperty>\n" 18702 " <IntVectorProperty command=\"SetRotationMode\"\n" 18703 " default_values=\"0\"\n" 18704 " name=\"RotationMode\"\n" 18705 " number_of_elements=\"1\">\n" 18706 " <EnumerationDomain name=\"enum\">\n" 18707 " <Entry text=\"Direct Angle\"\n" 18708 " value=\"0\" />\n" 18709 " <Entry text=\"Array Value\"\n" 18710 " value=\"1\" />\n" 18711 " </EnumerationDomain>\n" 18712 " <Documentation>This property specifies the mode of rotation, either from a user provided\n" 18713 " angle or from an array in the data.</Documentation>\n" 18715 " </IntVectorProperty>\n" 18717 " <DoubleVectorProperty command=\"SetRotationAngle\"\n" 18718 " default_values=\"10\"\n" 18719 " name=\"RotationAngle\"\n" 18720 " number_of_elements=\"1\">\n" 18722 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 18723 " mode=\"visibility\"\n" 18724 " property=\"RotationMode\"\n" 18725 " value=\"0\" />\n" 18726 " <!-- show this widget when RotationMode==0 -->\n" 18728 " <Documentation>Rotation angle in degree.\n" 18729 " </Documentation>\n" 18730 " </DoubleVectorProperty>\n" 18732 " <StringVectorProperty command=\"SetRotationArrayName\"\n" 18733 " name=\"RotationArrayName\"\n" 18734 " default_values=\"periodic angle\"\n" 18735 " number_of_elements=\"1\">\n" 18737 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 18738 " mode=\"visibility\"\n" 18739 " property=\"RotationMode\"\n" 18740 " value=\"1\" />\n" 18741 " <!-- show this widget when RotationMode==1 -->\n" 18743 " <Documentation>Field array name that contains the rotation angle in radians.\n" 18744 " </Documentation>\n" 18745 " </StringVectorProperty>\n" 18747 " <IntVectorProperty command=\"SetRotationAxis\"\n" 18748 " default_values=\"0\"\n" 18750 " number_of_elements=\"1\">\n" 18751 " <EnumerationDomain name=\"enum\">\n" 18752 " <Entry text=\"Axis X\"\n" 18753 " value=\"0\" />\n" 18754 " <Entry text=\"Axis Y\"\n" 18755 " value=\"1\" />\n" 18756 " <Entry text=\"Axis Z\"\n" 18757 " value=\"2\" />\n" 18758 " </EnumerationDomain>\n" 18759 " <Documentation>This property specifies the axis of rotation</Documentation>\n" 18760 " </IntVectorProperty>\n" 18762 " <DoubleVectorProperty animateable=\"1\"\n" 18763 " command=\"SetCenter\"\n" 18764 " default_values=\"0.0 0.0 0.0\"\n" 18765 " name=\"Center\"\n" 18766 " number_of_elements=\"3\"\n" 18767 " panel_visibility=\"default\">\n" 18768 " <DoubleRangeDomain name=\"range\" />\n" 18769 " <Documentation>This property specifies the 3D coordinates for the\n" 18770 " center of the rotation.</Documentation>\n" 18771 " </DoubleVectorProperty>\n" 18772 " <IntVectorProperty command=\"SetComputeRotationsOnTheFly\"\n" 18773 " default_values=\"1\"\n" 18774 " name=\"ComputeRotationsOnTheFly\"\n" 18775 " number_of_elements=\"1\"\n" 18776 " panel_visibility=\"default\">\n" 18777 " <Documentation>\n" 18778 " Specify whether the rotations should be computed on-the-fly, which is\n" 18779 " compute intensive, or if the arrays should be explicitly generated and\n" 18780 " stored, at the cost of using more memory.\n" 18781 " </Documentation>\n" 18782 " <BooleanDomain name=\"bool\" />\n" 18783 " </IntVectorProperty>\n" 18785 " <RepresentationType view=\"RenderView\" type=\"Outline\" />\n" 18787 " <!-- End AngularPeriodicFilter -->\n" 18788 " </SourceProxy>\n" 18790 " <!-- ==================================================================== -->\n" 18791 " <SourceProxy class=\"vtkDistributedDataFilter\"\n" 18794 " <Documentation long_help=\"Repartition a data set into load-balanced spatially convex regions. Create ghost cells if requested.\"\n" 18795 " short_help=\"Repartition a data set.\">The D3 filter is\n" 18796 " available when ParaView is run in parallel. It operates on\n" 18797 " any type of data set to evenly divide it across the\n" 18798 " processors into spatially contiguous regions. The output\n" 18799 " of this filter is of type unstructured\n" 18800 " grid.</Documentation>\n" 18801 " <InputProperty command=\"SetInputConnection\"\n" 18802 " name=\"Input\">\n" 18803 " <ProxyGroupDomain name=\"groups\">\n" 18808 " <Group name=\"sources\" />\n" 18809 " <Group name=\"filters\" />\n" 18810 " </ProxyGroupDomain>\n" 18811 " <DataTypeDomain name=\"input_type\">\n" 18812 " <DataType value=\"vtkDataSet\" />\n" 18813 " </DataTypeDomain>\n" 18814 " <Documentation>This property specifies the input to the D3\n" 18815 " filter.</Documentation>\n" 18816 " </InputProperty>\n" 18817 " <IntVectorProperty command=\"SetBoundaryMode\"\n" 18818 " default_values=\"0\"\n" 18819 " name=\"BoundaryMode\"\n" 18820 " number_of_elements=\"1\">\n" 18821 " <EnumerationDomain name=\"enum\">\n" 18822 " <Entry text=\"Assign cells uniquely\"\n" 18823 " value=\"0\" />\n" 18824 " <Entry text=\"Duplicate cells\"\n" 18825 " value=\"1\" />\n" 18826 " <Entry text=\"Divide cells\"\n" 18827 " value=\"2\" />\n" 18828 " </EnumerationDomain>\n" 18829 " <Documentation>This property determines how cells that lie on processor\n" 18830 " boundaries are handled. The \"Assign cells uniquely\" option assigns each\n" 18831 " boundary cell to exactly one process, which is useful for isosurfacing.\n" 18832 " Selecting \"Duplicate cells\" causes the cells on the boundaries to be\n" 18833 " copied to each process that shares that boundary. The \"Divide cells\"\n" 18834 " option breaks cells across process boundary lines so that pieces of the\n" 18835 " cell lie in different processes. This option is useful for volume\n" 18836 " rendering.</Documentation>\n" 18837 " </IntVectorProperty>\n" 18838 " <IntVectorProperty command=\"SetUseMinimalMemory\"\n" 18839 " default_values=\"0\"\n" 18840 " label=\"Minimal Memory\"\n" 18841 " name=\"UseMinimalMemory\"\n" 18842 " number_of_elements=\"1\">\n" 18843 " <BooleanDomain name=\"bool\" />\n" 18844 " <Documentation>If this property is set to 1, the D3 filter requires\n" 18845 " communication routines to use minimal memory than without this\n" 18846 " restriction.</Documentation>\n" 18847 " </IntVectorProperty>\n" 18848 " <IntVectorProperty command=\"SetMinimumGhostLevel\"\n" 18849 " default_values=\"0\"\n" 18850 " label=\"Minimum Number Of Ghost Levels\"\n" 18851 " name=\"MinimumGhostLevel\"\n" 18852 " number_of_elements=\"1\">\n" 18853 " <Documentation>The minimum number of ghost levels to add to each\n" 18854 " processor's output. If the pipeline also requests ghost levels, the\n" 18855 " larger value will be used.</Documentation>\n" 18856 " </IntVectorProperty>\n" 18857 " <!-- End D3 -->\n" 18858 " </SourceProxy>\n" 18860 " <!-- ==================================================================== -->\n" 18861 " <SourceProxy class=\"vtkExtractCTHPart\"\n" 18862 " label=\"Extract CTH Parts\"\n" 18863 " name=\"CTHPart\">\n" 18864 " <Documentation long_help=\"Create a surface from a CTH volume fraction.\"\n" 18865 " short_help=\"Extract a part from a CTH dataset.\">Extract\n" 18866 " CTH Parts is a specialized filter for visualizing the data\n" 18867 " from a CTH simulation. It first converts the selected\n" 18868 " cell-centered arrays to point-centered ones. It then\n" 18869 " contours each array at a value of 0.5. The user has the\n" 18870 " option of clipping the resulting surface(s) with a plane.\n" 18871 " This filter only operates on unstructured data. It\n" 18872 " produces polygonal output.</Documentation>\n" 18873 " <InputProperty command=\"SetInputConnection\"\n" 18874 " name=\"Input\">\n" 18875 " <ProxyGroupDomain name=\"groups\">\n" 18876 " <Group name=\"sources\" />\n" 18877 " <Group name=\"filters\" />\n" 18878 " </ProxyGroupDomain>\n" 18879 " <DataTypeDomain name=\"input_type\">\n" 18880 " <DataType value=\"vtkDataSet\" />\n" 18881 " </DataTypeDomain>\n" 18882 " <InputArrayDomain attribute_type=\"cell\"\n" 18883 " name=\"input_array\"\n" 18884 " number_of_components=\"1\" />\n" 18885 " <Documentation>This property specifies the input to the Extract CTH\n" 18886 " Parts filter.</Documentation>\n" 18887 " </InputProperty>\n" 18888 " <ProxyProperty command=\"SetClipPlane\"\n" 18889 " label=\"Clip Type\"\n" 18890 " name=\"ClipPlane\">\n" 18891 " <ProxyGroupDomain name=\"groups\">\n" 18892 " <Group name=\"implicit_functions\" />\n" 18893 " </ProxyGroupDomain>\n" 18894 " <ProxyListDomain name=\"proxy_list\">\n" 18895 " <Proxy group=\"implicit_functions\"\n" 18896 " name=\"None\" />\n" 18897 " <Proxy group=\"implicit_functions\"\n" 18898 " name=\"Plane\" />\n" 18899 " </ProxyListDomain>\n" 18900 " <Documentation>This property specifies whether to clip the dataset, and\n" 18901 " if so, it also specifies the parameters of the plane with which to\n" 18902 " clip.</Documentation>\n" 18903 " </ProxyProperty>\n" 18904 " <StringVectorProperty clean_command=\"RemoveVolumeArrayNames\"\n" 18905 " command=\"AddVolumeArrayName\"\n" 18906 " label=\"Volume Arrays\"\n" 18907 " name=\"VolumeArrays\"\n" 18908 " number_of_elements_per_command=\"1\"\n" 18909 " repeat_command=\"1\">\n" 18910 " <Documentation>This property specifies the name(s) of the volume\n" 18911 " fraction array(s) for generating parts.</Documentation>\n" 18912 " <ArrayListDomain attribute_type=\"Scalars\"\n" 18913 " name=\"array_list\">\n" 18914 " <RequiredProperties>\n" 18915 " <Property function=\"Input\"\n" 18916 " name=\"Input\" />\n" 18917 " </RequiredProperties>\n" 18918 " </ArrayListDomain>\n" 18922 " </StringVectorProperty>\n" 18923 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n" 18924 " default_values=\"0.45\"\n" 18925 " label=\"Volume Fraction Value\"\n" 18926 " name=\"VolumeFractionSurfaceValue\"\n" 18927 " number_of_elements=\"1\">\n" 18928 " <DoubleRangeDomain max=\"1\"\n" 18930 " name=\"range\" />\n" 18931 " <Documentation>The value of this property is the volume fraction value\n" 18932 " for the surface.</Documentation>\n" 18933 " </DoubleVectorProperty>\n" 18934 " <IntVectorProperty name=\"CapSurfaces\"\n" 18935 " command=\"SetCapping\"\n" 18936 " number_of_elements=\"1\"\n" 18937 " default_values=\"1\"\n" 18938 " panel_visibility=\"advanced\" >\n" 18939 " <BooleanDomain name=\"bool\" />\n" 18940 " <Documentation>\n" 18941 " When enabled, volume surfaces are capped to produce visually closed\n" 18943 " </Documentation>\n" 18944 " </IntVectorProperty>\n" 18945 " <IntVectorProperty name=\"RemoveGhostCells\"\n" 18946 " command=\"SetRemoveGhostCells\"\n" 18947 " number_of_elements=\"1\"\n" 18948 " default_values=\"1\"\n" 18949 " panel_visibility=\"advanced\" >\n" 18950 " <BooleanDomain name=\"bool\" />\n" 18951 " <Documentation>\n" 18952 " When set to false, the output surfaces will not hide contours\n" 18953 " extracted from ghost cells. This results in overlapping contours but\n" 18954 " overcomes holes. Default is set to true.\n" 18955 " </Documentation>\n" 18956 " </IntVectorProperty>\n" 18957 " <IntVectorProperty name=\"GenerateTriangles\"\n" 18958 " command=\"SetGenerateTriangles\"\n" 18959 " number_of_elements=\"1\"\n" 18960 " default_values=\"0\"\n" 18961 " panel_visibility=\"advanced\" >\n" 18962 " <BooleanDomain name=\"bool\" />\n" 18963 " <Documentation>\n" 18964 " Triangulate results. When set to false, the internal cut and contour filters\n" 18965 " are told not to triangulate results if possible.\n" 18966 " </Documentation>\n" 18967 " </IntVectorProperty>\n" 18968 " <IntVectorProperty name=\"GenerateSolidGeometry\"\n" 18969 " command=\"SetGenerateSolidGeometry\"\n" 18970 " number_of_elements=\"1\"\n" 18971 " default_values=\"0\"\n" 18972 " panel_visibility=\"advanced\" >\n" 18973 " <BooleanDomain name=\"bool\" />\n" 18974 " <Documentation>\n" 18975 " Generate solid output with 3D cells. When set to false, 2D contours are generated.\n" 18976 " </Documentation>\n" 18977 " </IntVectorProperty>\n" 18978 " <!-- End CTHPart -->\n" 18979 " </SourceProxy>\n" 18981 " <!-- ==================================================================== -->\n" 18982 " <SourceProxy class=\"vtkHyperTreeGridGhostCellsGenerator\"\n" 18983 " label=\"Hyper Tree Grid Ghost Cells Generator\"\n" 18984 " name=\"HyperTreeGridGhostCellsGenerator\">\n" 18985 " <Documentation long_help=\"Generate Ghost Cells for HyperTreeGrid.\"\n" 18986 " short_help=\"Generate Ghost Cells for HyperTreeGrid.\">\n" 18987 " This filter generates ghost cells for hyper tree grid for multi processing purposes.\n" 18988 " </Documentation>\n" 18989 " <InputProperty command=\"SetInputConnection\"\n" 18990 " name=\"Input\">\n" 18991 " <ProxyGroupDomain name=\"groups\">\n" 18992 " <Group name=\"sources\" />\n" 18993 " <Group name=\"filters\" />\n" 18994 " </ProxyGroupDomain>\n" 18995 " <DataTypeDomain name=\"input_types\">\n" 18996 " <DataType value=\"vtkHyperTreeGrid\" />\n" 18997 " </DataTypeDomain>\n" 18998 " <Documentation>This property specified the input to the ghost cell generator.</Documentation>\n" 18999 " </InputProperty>\n" 19000 " <!-- End vtkHyperTreeGridGhostCellsGenerator -->\n" 19001 " </SourceProxy>\n" 19003 " <!-- ==================================================================== -->\n" 19004 " <SourceProxy class=\"vtkIntegrateAttributes\"\n" 19005 " label=\"Integrate Variables\"\n" 19006 " name=\"IntegrateAttributes\">\n" 19007 " <Documentation long_help=\"This filter integrates cell and point attributes.\"\n" 19008 " short_help=\"Integrates over lines, surfaces or vectors.\">\n" 19009 " The Integrate Attributes filter integrates point and cell\n" 19010 " data over lines and surfaces. It also computes length of\n" 19011 " lines, area of surface, or volume.</Documentation>\n" 19012 " <InputProperty command=\"SetInputConnection\"\n" 19013 " name=\"Input\">\n" 19014 " <ProxyGroupDomain name=\"groups\">\n" 19015 " <Group name=\"sources\" />\n" 19016 " <Group name=\"filters\" />\n" 19017 " </ProxyGroupDomain>\n" 19018 " <DataTypeDomain name=\"input_type\">\n" 19019 " <DataType value=\"vtkDataSet\" />\n" 19020 " </DataTypeDomain>\n" 19021 " <Documentation>This property specifies the input to the Integrate\n" 19022 " Attributes filter.</Documentation>\n" 19023 " </InputProperty>\n" 19024 " <IntVectorProperty command=\"SetDivideAllCellDataByVolume\"\n" 19025 " name=\"DivideCellDataByVolume\"\n" 19026 " default_values=\"0\"\n" 19027 " number_of_elements=\"1\">\n" 19028 " <Documentation>\n" 19029 " This property specifies if the output data will be divided by the\n" 19030 " volume/area computed for the integrated cells. If it is on, then each\n" 19031 " value in the output cell data will be divided by the area/volume.\n" 19032 " </Documentation>\n" 19033 " <BooleanDomain name=\"bool\"/>\n" 19034 " </IntVectorProperty>\n" 19037 " <Visibility replace_input=\"0\" />\n" 19038 " <!-- View can be used to specify the preferred view for the proxy -->\n" 19039 " <View type=\"SpreadSheetView\" />\n" 19042 " <!-- End IntegrateAttributes -->\n" 19043 " </SourceProxy>\n" 19045 " <!-- ==================================================================== -->\n" 19046 " <SourceProxy class=\"vtkPCellDataToPointData\"\n" 19047 " label=\"Cell Data to Point Data\"\n" 19048 " name=\"CellDataToPointData\">\n" 19049 " <Documentation long_help=\"Create point attributes by averaging cell attributes.\"\n" 19050 " short_help=\"Convert cell data to point data.\">The Cell\n" 19051 " Data to Point Data filter averages the values of the cell\n" 19052 " attributes of the cells surrounding a point to compute\n" 19053 " point attributes. The Cell Data to Point Data filter\n" 19054 " operates on any type of data set, and the output data set\n" 19055 " is of the same type as the input.</Documentation>\n" 19056 " <InputProperty command=\"SetInputConnection\"\n" 19057 " name=\"Input\">\n" 19058 " <ProxyGroupDomain name=\"groups\">\n" 19059 " <Group name=\"sources\" />\n" 19060 " <Group name=\"filters\" />\n" 19061 " </ProxyGroupDomain>\n" 19062 " <DataTypeDomain name=\"input_type\">\n" 19063 " <DataType value=\"vtkDataSet\" />\n" 19064 " </DataTypeDomain>\n" 19065 " <InputArrayDomain attribute_type=\"cell\"\n" 19066 " name=\"input_array\" />\n" 19067 " <Documentation>This property specifies the input to the Cell Data to\n" 19068 " Point Data filter.</Documentation>\n" 19069 " </InputProperty>\n" 19070 " <IntVectorProperty command=\"SetProcessAllArrays\"\n" 19071 " default_values=\"1\"\n" 19072 " name=\"ProcessAllArrays\"\n" 19073 " number_of_elements=\"1\">\n" 19074 " <BooleanDomain name=\"bool\" />\n" 19075 " <Documentation>The value of this property controls whether all input\n" 19076 " cell arrays will be processed and converted into point arrays.</Documentation>\n" 19077 " </IntVectorProperty>\n" 19078 " <StringVectorProperty clean_command=\"ClearCellDataArrays\"\n" 19079 " command=\"AddCellDataArray\"\n" 19080 " name=\"CellDataArrays\"\n" 19081 " label=\"Cell Data Array to process\"\n" 19082 " number_of_elements_per_command=\"1\"\n" 19083 " repeat_command=\"1\">\n" 19084 " <Documentation>Add a cell array by name to be converted to point array.</Documentation>\n" 19085 " <ArrayListDomain input_domain_name=\"input_array\" name=\"array_list\">\n" 19086 " <RequiredProperties>\n" 19087 " <Property function=\"Input\" name=\"Input\" />\n" 19088 " </RequiredProperties>\n" 19089 " </ArrayListDomain>\n" 19091 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 19092 " <Property name=\"ProcessAllArrays\" function=\"boolean_invert\" />\n" 19093 " </PropertyWidgetDecorator>\n" 19095 " </StringVectorProperty>\n" 19096 " <IntVectorProperty command=\"SetPassCellData\"\n" 19097 " default_values=\"0\"\n" 19098 " name=\"PassCellData\"\n" 19099 " number_of_elements=\"1\">\n" 19100 " <BooleanDomain name=\"bool\" />\n" 19101 " <Documentation>If this property is set to 1, then the input cell data\n" 19102 " is passed through to the output; otherwise, only the generated point\n" 19103 " data will be available in the output.</Documentation>\n" 19104 " </IntVectorProperty>\n" 19105 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 19106 " default_values=\"0\"\n" 19107 " name=\"PieceInvariant\"\n" 19108 " number_of_elements=\"1\">\n" 19109 " <BooleanDomain name=\"bool\" />\n" 19110 " <Documentation>If the value of this property is set to 1, this filter\n" 19115 " will request ghost levels so that the values at boundary points match\n" 19116 " across processes. NOTE: Enabling this option might cause multiple\n" 19117 " executions of the data source because more information is needed to\n" 19118 " remove internal surfaces.</Documentation>\n" 19119 " </IntVectorProperty>\n" 19120 " <!-- End CellDataToPointData -->\n" 19121 " </SourceProxy>\n" 19123 " <!-- ==================================================================== -->\n" 19124 " <SourceProxy class=\"vtkAdaptiveTemporalInterpolator\"\n" 19125 " label=\"Temporal Interpolator\"\n" 19126 " name=\"TemporalInterpolator\">\n" 19127 " <Documentation long_help=\"Interpolate between time steps.\"\n" 19128 " short_help=\"Interpolate between time steps.\">The Temporal\n" 19129 " Interpolator converts data that is defined at discrete\n" 19130 " time steps to one that is defined over a continuum of time\n" 19131 " by linearly interpolating the data's field data between\n" 19132 " two adjacent time steps. The interpolated values are a\n" 19133 " simple approximation and should not be interpreted as\n" 19134 " anything more. The Temporal Interpolator assumes that the\n" 19135 " topology between adjacent time steps does not\n" 19136 " change.</Documentation>\n" 19137 " <InputProperty command=\"SetInputConnection\"\n" 19138 " name=\"Input\">\n" 19139 " <ProxyGroupDomain name=\"groups\">\n" 19140 " <Group name=\"sources\" />\n" 19141 " <Group name=\"filters\" />\n" 19142 " </ProxyGroupDomain>\n" 19143 " <DataTypeDomain composite_data_supported=\"1\"\n" 19144 " name=\"input_type\">\n" 19145 " <DataType value=\"vtkDataObject\" />\n" 19146 " </DataTypeDomain>\n" 19147 " <Documentation>This property specifies the input of the Temporal\n" 19148 " Interpolator.</Documentation>\n" 19149 " </InputProperty>\n" 19150 " <DoubleVectorProperty command=\"SetDiscreteTimeStepInterval\"\n" 19151 " default_values=\"0.0\"\n" 19152 " name=\"DiscreteTimeStepInterval\"\n" 19153 " number_of_elements=\"1\">\n" 19154 " <DoubleRangeDomain name=\"range\" />\n" 19155 " <Documentation>If Discrete Time Step Interval is set to 0, then the\n" 19156 " Temporal Interpolator will provide a continuous region of time on its\n" 19157 " output. If set to anything else, then the output will define a finite\n" 19158 " set of time points on its output, each spaced by the Discrete Time Step\n" 19159 " Interval. The output will have (time range)/(discrete time step\n" 19160 " interval) time steps. (Note that the time range is defined by the time\n" 19161 " range of the data of the input filter, which may be different from\n" 19162 " other pipeline objects or the range defined in the animation\n" 19163 " inspector.) This is a useful option to use if you have a dataset with\n" 19164 " one missing time step and wish to 'fill in' the missing data with an\n" 19165 " interpolated value from the steps on either side.</Documentation>\n" 19166 " </DoubleVectorProperty>\n" 19167 " <DoubleVectorProperty information_only=\"1\"\n" 19168 " name=\"TimestepValues\">\n" 19169 " <TimeStepsInformationHelper />\n" 19170 " </DoubleVectorProperty>\n" 19171 " <DoubleVectorProperty information_only=\"1\"\n" 19172 " name=\"TimeRange\">\n" 19173 " <TimeRangeInformationHelper />\n" 19174 " </DoubleVectorProperty>\n" 19176 " <IntVectorProperty command=\"SetResampleFactor\"\n" 19177 " default_values=\"1\"\n" 19178 " name=\"ResampleFactor\"\n" 19179 " number_of_elements=\"1\">\n" 19180 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 19181 " <Documentation>When ResampleFactor is a non zero positive integer, each pair\n" 19182 " of input time steps will be interpolated between with the number\n" 19183 " of steps specified. For example an input of 1,2,3,4,5 and a resample factor\n" 19184 " of 10, will produce steps 0f 1.0, 1.1, 1.2, ..., 1.9, 2.0.\n" 19185 " Irregular input steps will produce irregular output steps.\n" 19186 " Resample factor will only be used if DiscreteTimeStepInterval is zero,\n" 19187 " otherwise the DiscreteTimeStepInterval takes precedence</Documentation>\n" 19188 " </IntVectorProperty>\n" 19189 " <!-- End TemporalInterpolator -->\n" 19190 " </SourceProxy>\n" 19192 " <!-- ==================================================================== -->\n" 19193 " <SourceProxy class=\"vtkPMaskPoints\"\n" 19194 " label=\"Mask Points\"\n" 19195 " name=\"MaskPoints\">\n" 19196 " <Documentation long_help=\"Reduce the number of points. This filter is often used before glyphing. Generating vertices is an option.\"\n" 19197 " short_help=\"Reduce the number of points.\">The Mask Points\n" 19198 " filter reduces the number of points in the dataset. It\n" 19199 " operates on any type of dataset, but produces only points\n" 19200 " / vertices as output.</Documentation>\n" 19201 " <InputProperty command=\"SetInputConnection\"\n" 19202 " name=\"Input\">\n" 19203 " <ProxyGroupDomain name=\"groups\">\n" 19204 " <Group name=\"sources\" />\n" 19205 " <Group name=\"filters\" />\n" 19206 " </ProxyGroupDomain>\n" 19207 " <DataTypeDomain name=\"input_type\">\n" 19208 " <DataType value=\"vtkDataSet\" />\n" 19209 " </DataTypeDomain>\n" 19210 " <Documentation>This property specifies the input to the Mask Points\n" 19211 " filter.</Documentation>\n" 19212 " </InputProperty>\n" 19213 " <IntVectorProperty command=\"SetOnRatio\"\n" 19214 " default_values=\"2\"\n" 19215 " name=\"OnRatio\"\n" 19216 " number_of_elements=\"1\">\n" 19217 " <IntRangeDomain min=\"1\"\n" 19218 " name=\"range\" />\n" 19219 " <Documentation>The value of this property specifies that every\n" 19220 " OnStride-th points will be retained in the output when not using Random\n" 19221 " (the skip or stride size for point ids). (For example, if the on ratio\n" 19222 " is 3, then the output will contain every 3rd point, up to the the\n" 19223 " maximum number of points.)</Documentation>\n" 19224 " </IntVectorProperty>\n" 19225 " <IntVectorProperty command=\"SetMaximumNumberOfPoints\"\n" 19226 " default_values=\"5000\"\n" 19227 " label=\"Maximum Number of Points\"\n" 19228 " name=\"MaximumNumberOfPoints\"\n" 19229 " number_of_elements=\"1\">\n" 19230 " <IntRangeDomain min=\"0\"\n" 19231 " name=\"range\" />\n" 19232 " <Documentation>The value of this property indicates the maximum number\n" 19233 " of points in the output dataset.</Documentation>\n" 19234 " </IntVectorProperty>\n" 19235 " <IntVectorProperty command=\"SetProportionalMaximumNumberOfPoints\"\n" 19236 " default_values=\"0\"\n" 19237 " label=\"Proportionally Distribute Maximum Number Of Points\"\n" 19238 " name=\"ProportionalMaximumNumberOfPoints\"\n" 19239 " number_of_elements=\"1\"\n" 19240 " panel_visibility=\"advanced\">\n" 19241 " <BooleanDomain name=\"bool\" />\n" 19242 " <Documentation>When this is off, the maximum number of points is taken\n" 19243 " per processor when running in parallel (total number of points = number\n" 19244 " of processors * maximum number of points). When this is on, the maximum\n" 19245 " number of points is proportionally distributed across processors\n" 19246 " depending on the number of points per processor\n" 19247 " (\"total number of points\" is the same as \"maximum number of points\"\n" 19248 " maximum number of points per processor = number of points on a processor\n" 19249 " * maximum number of points / total number of points across all processors\n" 19251 " </Documentation>\n" 19252 " </IntVectorProperty>\n" 19253 " <IntVectorProperty animateable=\"1\"\n" 19254 " command=\"SetOffset\"\n" 19255 " default_values=\"0\"\n" 19256 " name=\"Offset\"\n" 19257 " number_of_elements=\"1\"\n" 19258 " panel_visibility=\"advanced\">\n" 19259 " <IntRangeDomain min=\"0\"\n" 19260 " name=\"range\" />\n" 19261 " <Documentation>The value of this property indicates the starting point\n" 19262 " id in the ordered list of input points from which to start\n" 19263 " masking.</Documentation>\n" 19264 " </IntVectorProperty>\n" 19265 " <IntVectorProperty command=\"SetRandomMode\"\n" 19266 " default_values=\"0\"\n" 19267 " label=\"Random Sampling\"\n" 19268 " name=\"RandomMode\"\n" 19269 " number_of_elements=\"1\"\n" 19270 " panel_visibility=\"advanced\">\n" 19271 " <BooleanDomain name=\"bool\" />\n" 19272 " <Documentation>If the value of this property is set to true, then the\n" 19273 " points in the output will be randomly selected from the input in\n" 19274 " various ways set by Random Mode; otherwise this filter will subsample\n" 19275 " point ids regularly.</Documentation>\n" 19276 " </IntVectorProperty>\n" 19277 " <IntVectorProperty command=\"SetRandomModeType\"\n" 19278 " default_values=\"0\"\n" 19279 " label=\"Random Sampling Mode\"\n" 19280 " name=\"RandomModeType\"\n" 19281 " number_of_elements=\"1\"\n" 19282 " panel_visibility=\"advanced\">\n" 19283 " <EnumerationDomain name=\"enum\">\n" 19284 " <Entry text=\"Randomized Id Strides\"\n" 19285 " value=\"0\" />\n" 19286 " <Entry text=\"Random Sampling\"\n" 19287 " value=\"1\" />\n" 19288 " <Entry text=\"Spatially Stratified Random Sampling\"\n" 19289 " value=\"2\" />\n" 19290 " <Entry text=\"Uniform Spatial Distribution (Bounds Based)\"\n" 19292 " <Entry text=\"Uniform Spatial Distribution (Surface Sampling)\"\n" 19294 " <Entry text=\"Uniform Spatial Distribution (Volume Sampling)\"\n" 19296 " </EnumerationDomain>\n" 19297 " <Documentation>Randomized Id Strides picks points with random id\n" 19298 " increments starting at Offset (the output probably isn't a\n" 19299 " statistically random sample). Random Sampling generates a statistically\n" 19300 " random sample of the input, ignoring Offset (fast - O(sample size)).\n" 19301 " Spatially Stratified Random Sampling is a variant of random sampling\n" 19302 " that splits the points into equal sized spatial strata before randomly\n" 19303 " sampling (slow - O(N log N)). The Uniform Spatial Distribution (Bound\n" 19304 " based) samples points using random poisitions inside the bounds of\n" 19305 " the data set and a point locator. The Uniform Spatial Distribution\n" 19306 " (Surface Sampling) samples points randomly via an inverse transform on\n" 19307 " surface area of each cell (3D cells are ignored). The Uniform Spatial\n" 19308 " Distribution (Volume Sampling) samples points randomly sampled via an\n" 19309 " inverse transform on volume area of each cell (2D cells are ignored).\n" 19310 " </Documentation>\n" 19311 " </IntVectorProperty>\n" 19312 " <IntVectorProperty command=\"SetGenerateVertices\"\n" 19313 " default_values=\"0\"\n" 19314 " name=\"GenerateVertices\"\n" 19315 " number_of_elements=\"1\"\n" 19316 " panel_visibility=\"advanced\">\n" 19317 " <BooleanDomain name=\"bool\" />\n" 19318 " <Documentation>This property specifies whether to generate vertex cells\n" 19319 " as the topography of the output. If set to 1, the geometry (vertices)\n" 19320 " will be displayed in the rendering window; otherwise no geometry will\n" 19321 " be displayed.</Documentation>\n" 19322 " </IntVectorProperty>\n" 19323 " <IntVectorProperty command=\"SetSingleVertexPerCell\"\n" 19324 " default_values=\"0\"\n" 19325 " name=\"SingleVertexPerCell\"\n" 19326 " number_of_elements=\"1\"\n" 19327 " panel_visibility=\"advanced\">\n" 19328 " <BooleanDomain name=\"bool\" />\n" 19329 " <Documentation>Tell filter to only generate one vertex per cell instead\n" 19330 " of multiple vertices in one cell.</Documentation>\n" 19331 " </IntVectorProperty>\n" 19332 " <!-- End MaskPoints -->\n" 19333 " </SourceProxy>\n" 19335 " <!-- ==================================================================== -->\n" 19336 " <SourceProxy class=\"vtkPOutlineCornerFilter\"\n" 19337 " label=\"Outline Corners\"\n" 19338 " name=\"OutlineCornerFilter\">\n" 19339 " <Documentation long_help=\"This filter generates a bounding box representation of the input. It only displays the corners of the bounding box.\"\n" 19340 " short_help=\"Generates corners of a bounding box.\">The\n" 19341 " Outline Corners filter generates the corners of a bounding\n" 19342 " box for the input dataset. This filter operates on any\n" 19343 " type of dataset and produces polygonal\n" 19344 " output.</Documentation>\n" 19345 " <InputProperty command=\"SetInputConnection\"\n" 19346 " name=\"Input\">\n" 19347 " <ProxyGroupDomain name=\"groups\">\n" 19348 " <Group name=\"sources\" />\n" 19349 " <Group name=\"filters\" />\n" 19350 " </ProxyGroupDomain>\n" 19351 " <DataTypeDomain name=\"input_type\">\n" 19352 " <DataType value=\"vtkDataSet\" />\n" 19353 " </DataTypeDomain>\n" 19354 " <Documentation>This property specifies the input to the Outline Corners\n" 19355 " filter.</Documentation>\n" 19356 " </InputProperty>\n" 19357 " <DoubleVectorProperty command=\"SetCornerFactor\"\n" 19358 " default_values=\"0.2\"\n" 19359 " name=\"CornerFactor\"\n" 19360 " number_of_elements=\"1\">\n" 19361 " <DoubleRangeDomain max=\"0.5\"\n" 19363 " name=\"range\" />\n" 19364 " <Documentation>The value of this property sets the size of the corners\n" 19365 " as a percentage of the length of the corresponding bounding box\n" 19366 " edge.</Documentation>\n" 19367 " </DoubleVectorProperty>\n" 19369 " <Visibility replace_input=\"0\" />\n" 19371 " <!-- End OutlineCornerFilter -->\n" 19372 " </SourceProxy>\n" 19374 " <!-- ==================================================================== -->\n" 19375 " <SourceProxy class=\"vtkPOutlineFilter\"\n" 19376 " label=\"Outline\"\n" 19377 " name=\"OutlineFilter\">\n" 19378 " <Documentation long_help=\"This filter generates a bounding box representation of the input.\"\n" 19379 " short_help=\"Generates a bounding box.\">The Outline filter\n" 19380 " generates an axis-aligned bounding box for the input\n" 19381 " dataset. This filter operates on any type of dataset and\n" 19382 " produces polygonal output.</Documentation>\n" 19383 " <InputProperty command=\"SetInputConnection\"\n" 19384 " name=\"Input\">\n" 19385 " <ProxyGroupDomain name=\"groups\">\n" 19386 " <Group name=\"sources\" />\n" 19387 " <Group name=\"filters\" />\n" 19388 " </ProxyGroupDomain>\n" 19389 " <DataTypeDomain name=\"input_type\">\n" 19390 " <DataType value=\"vtkDataSet\" />\n" 19391 " <DataType value=\"vtkGraph\" />\n" 19392 " </DataTypeDomain>\n" 19393 " <Documentation>This property specifies the input to the Outline\n" 19394 " filter.</Documentation>\n" 19399 " </InputProperty>\n" 19401 " <Visibility replace_input=\"0\" />\n" 19403 " <!-- End OutlineFilter -->\n" 19404 " </SourceProxy>\n" 19406 " <!-- ==================================================================== -->\n" 19407 " <SourceProxy class=\"vtkPPolyDataNormals\"\n" 19408 " label=\"Generate Surface Normals\"\n" 19409 " name=\"PolyDataNormals\">\n" 19410 " <Documentation long_help=\"This filter will produce surface normals used for smooth shading. Splitting is used to avoid smoothing across feature edges.\"\n" 19411 " short_help=\"Produce surface point normals.\">This filter\n" 19412 " generates surface normals at the points of the input\n" 19413 " polygonal dataset to provide smooth shading of the\n" 19414 " dataset. The resulting dataset is also polygonal. The\n" 19415 " filter works by calculating a normal vector for each\n" 19416 " polygon in the dataset and then averaging the normals at\n" 19417 " the shared points.</Documentation>\n" 19418 " <InputProperty command=\"SetInputConnection\"\n" 19419 " name=\"Input\">\n" 19420 " <ProxyGroupDomain name=\"groups\">\n" 19421 " <Group name=\"sources\" />\n" 19422 " <Group name=\"filters\" />\n" 19423 " </ProxyGroupDomain>\n" 19424 " <DataTypeDomain name=\"input_type\">\n" 19425 " <DataType value=\"vtkPolyData\" />\n" 19426 " </DataTypeDomain>\n" 19427 " <Documentation>This property specifies the input to the Normals\n" 19428 " Generation filter.</Documentation>\n" 19429 " </InputProperty>\n" 19430 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n" 19431 " default_values=\"30\"\n" 19432 " name=\"FeatureAngle\"\n" 19433 " number_of_elements=\"1\">\n" 19434 " <DoubleRangeDomain max=\"180\"\n" 19436 " name=\"range\" />\n" 19437 " <Documentation>The value of this property defines a feature edge. If\n" 19438 " the surface normal between two adjacent triangles is at least as large\n" 19439 " as this Feature Angle, a feature edge exists. If Splitting is on,\n" 19440 " points are duplicated along these feature edges. (See the Splitting\n" 19441 " property.)</Documentation>\n" 19442 " </DoubleVectorProperty>\n" 19443 " <IntVectorProperty command=\"SetSplitting\"\n" 19444 " default_values=\"1\"\n" 19445 " name=\"Splitting\"\n" 19446 " number_of_elements=\"1\">\n" 19447 " <BooleanDomain name=\"bool\" />\n" 19448 " <Documentation>This property controls the splitting of sharp edges. If\n" 19449 " sharp edges are split (property value = 1), then points are duplicated\n" 19450 " along these edges, and separate normals are computed for both sets of\n" 19451 " points to give crisp (rendered) surface definition.</Documentation>\n" 19452 " </IntVectorProperty>\n" 19453 " <IntVectorProperty command=\"SetConsistency\"\n" 19454 " default_values=\"1\"\n" 19455 " name=\"Consistency\"\n" 19456 " number_of_elements=\"1\">\n" 19457 " <BooleanDomain name=\"bool\" />\n" 19458 " <Documentation>The value of this property controls whether consistent\n" 19459 " polygon ordering is enforced. Generally the normals for a data set\n" 19460 " should either all point inward or all point outward. If the value of\n" 19461 " this property is 1, then this filter will reorder the points of cells\n" 19462 " that whose normal vectors are oriented the opposite direction from the\n" 19463 " rest of those in the data set.</Documentation>\n" 19464 " </IntVectorProperty>\n" 19465 " <IntVectorProperty command=\"SetFlipNormals\"\n" 19466 " default_values=\"0\"\n" 19467 " name=\"FlipNormals\"\n" 19468 " number_of_elements=\"1\">\n" 19469 " <BooleanDomain name=\"bool\" />\n" 19470 " <Documentation>If the value of this property is 1, this filter will\n" 19471 " reverse the normal direction (and reorder the points accordingly) for\n" 19472 " all polygons in the data set; this changes front-facing polygons to\n" 19473 " back-facing ones, and vice versa. You might want to do this if your\n" 19474 " viewing position will be inside the data set instead of outside of\n" 19475 " it.</Documentation>\n" 19476 " </IntVectorProperty>\n" 19477 " <IntVectorProperty command=\"SetNonManifoldTraversal\"\n" 19478 " default_values=\"1\"\n" 19479 " label=\"Non-Manifold Traversal\"\n" 19480 " name=\"NonManifoldTraversal\"\n" 19481 " number_of_elements=\"1\">\n" 19482 " <BooleanDomain name=\"bool\" />\n" 19483 " <Documentation>Turn on/off traversal across non-manifold edges. Not\n" 19484 " traversing non-manifold edges will prevent problems where the\n" 19485 " consistency of polygonal ordering is corrupted due to topological\n" 19486 " loops.</Documentation>\n" 19487 " </IntVectorProperty>\n" 19488 " <IntVectorProperty command=\"SetComputeCellNormals\"\n" 19489 " default_values=\"0\"\n" 19490 " name=\"ComputeCellNormals\"\n" 19491 " number_of_elements=\"1\">\n" 19492 " <BooleanDomain name=\"bool\" />\n" 19493 " <Documentation>This filter computes the normals at the points in the\n" 19494 " data set. In the process of doing this it computes polygon normals too.\n" 19495 " If you want these normals to be passed to the output of this filter,\n" 19496 " set the value of this property to 1.</Documentation>\n" 19497 " </IntVectorProperty>\n" 19498 " <IntVectorProperty command=\"SetPieceInvariant\"\n" 19499 " default_values=\"1\"\n" 19500 " name=\"PieceInvariant\"\n" 19501 " number_of_elements=\"1\">\n" 19502 " <BooleanDomain name=\"bool\" />\n" 19503 " <Documentation>Turn this option to to produce the same results\n" 19504 " regardless of the number of processors used (i.e., avoid seams along\n" 19505 " processor boundaries). Turn this off if you do want to process ghost\n" 19506 " levels and do not mind seams.</Documentation>\n" 19507 " </IntVectorProperty>\n" 19508 " <!-- End PolyDataNormals -->\n" 19509 " </SourceProxy>\n" 19511 " <!-- ==================================================================== -->\n" 19512 " <SourceProxy class=\"vtkPReflectionFilter\"\n" 19513 " label=\"Reflect\"\n" 19514 " name=\"ReflectionFilter\">\n" 19515 " <Documentation long_help=\"This filter takes the union of the input and its reflection over an axis-aligned plane.\"\n" 19516 " short_help=\"Reflect input over an axis aligned plane.\">The\n" 19517 " Reflect filter reflects the input dataset across the\n" 19518 " specified plane. This filter operates on any type of data\n" 19519 " set and produces an unstructured grid\n" 19520 " output.</Documentation>\n" 19521 " <InputProperty command=\"SetInputConnection\"\n" 19522 " name=\"Input\">\n" 19523 " <ProxyGroupDomain name=\"groups\">\n" 19524 " <Group name=\"sources\" />\n" 19525 " <Group name=\"filters\" />\n" 19526 " </ProxyGroupDomain>\n" 19527 " <DataTypeDomain name=\"input_type\">\n" 19528 " <DataType value=\"vtkDataSet\" />\n" 19529 " </DataTypeDomain>\n" 19530 " <Documentation>This property specifies the input to the Reflect\n" 19531 " filter.</Documentation>\n" 19532 " </InputProperty>\n" 19533 " <IntVectorProperty command=\"SetPlane\"\n" 19534 " default_values=\"0\"\n" 19535 " name=\"Plane\"\n" 19536 " number_of_elements=\"1\">\n" 19537 " <EnumerationDomain name=\"enum\">\n" 19538 " <Entry text=\"X Min\"\n" 19539 " value=\"0\" />\n" 19540 " <Entry text=\"Y Min\"\n" 19541 " value=\"1\" />\n" 19542 " <Entry text=\"Z Min\"\n" 19543 " value=\"2\" />\n" 19544 " <Entry text=\"X Max\"\n" 19545 " value=\"3\" />\n" 19546 " <Entry text=\"Y Max\"\n" 19547 " value=\"4\" />\n" 19548 " <Entry text=\"Z Max\"\n" 19549 " value=\"5\" />\n" 19550 " <Entry text=\"X\"\n" 19551 " value=\"6\" />\n" 19552 " <Entry text=\"Y\"\n" 19553 " value=\"7\" />\n" 19554 " <Entry text=\"Z\"\n" 19555 " value=\"8\" />\n" 19556 " </EnumerationDomain>\n" 19557 " <Documentation>The value of this property determines which plane to\n" 19558 " reflect across. If the value is X, Y, or Z, the value of the Center\n" 19559 " property determines where the plane is placed along the specified axis.\n" 19560 " The other six options (X Min, X Max, etc.) place the reflection plane\n" 19561 " at the specified face of the bounding box of the input\n" 19562 " dataset.</Documentation>\n" 19563 " </IntVectorProperty>\n" 19564 " <DoubleVectorProperty animateable=\"1\"\n" 19565 " command=\"SetCenter\"\n" 19566 " default_values=\"0.0\"\n" 19567 " name=\"Center\"\n" 19568 " number_of_elements=\"1\">\n" 19569 " <DoubleRangeDomain name=\"range\" />\n" 19570 " <Documentation>If the value of the Plane property is X, Y, or Z, then\n" 19571 " the value of this property specifies the center of the reflection\n" 19572 " plane.</Documentation>\n" 19573 " </DoubleVectorProperty>\n" 19574 " <IntVectorProperty command=\"SetCopyInput\"\n" 19575 " default_values=\"1\"\n" 19576 " name=\"CopyInput\"\n" 19577 " number_of_elements=\"1\">\n" 19578 " <BooleanDomain name=\"bool\" />\n" 19579 " <Documentation>If this property is set to 1, the output will contain\n" 19580 " the union of the input dataset and its reflection. Otherwise the output\n" 19581 " will contain only the reflection of the input data.</Documentation>\n" 19582 " </IntVectorProperty>\n" 19583 " <IntVectorProperty command=\"SetFlipAllInputArrays\"\n" 19584 " default_values=\"1\"\n" 19585 " name=\"FlipAllInputArrays\"\n" 19586 " number_of_elements=\"1\">\n" 19587 " <BooleanDomain name=\"bool\" />\n" 19588 " <Documentation> If off, only Vectors, Normals and Tensors will be flipped.\n" 19589 " If on, all 3-component data arrays ( considered as 3D vectors),\n" 19590 " 6-component data arrays (considered as symmetric tensors),\n" 19591 " 9-component data arrays (considered as tensors ) of signed type will be flipped.\n" 19592 " All other arrays won't be flipped and will only be copied.</Documentation>\n" 19593 " </IntVectorProperty>\n" 19594 " <!-- End ReflectionFilter -->\n" 19595 " </SourceProxy>\n" 19597 " <!-- ==================================================================== -->\n" 19598 " <SourceProxy class=\"vtkProcessIdScalars\"\n" 19599 " label=\"Process Id Scalars\"\n" 19600 " name=\"ProcessIdScalars\">\n" 19601 " <Documentation long_help=\"This filter uses colors to show how data is partitioned across processes.\"\n" 19602 " short_help=\"Generate point scalars from process id.\">The\n" 19603 " Process Id Scalars filter assigns a unique scalar value to\n" 19604 " each piece of the input according to which processor it\n" 19605 " resides on. This filter operates on any type of data when\n" 19606 " ParaView is run in parallel. It is useful for determining\n" 19607 " whether your data is load-balanced across the processors\n" 19608 " being used. The output data set type is the same as that\n" 19609 " of the input.</Documentation>\n" 19610 " <InputProperty command=\"SetInputConnection\"\n" 19611 " name=\"Input\">\n" 19612 " <ProxyGroupDomain name=\"groups\">\n" 19613 " <Group name=\"sources\" />\n" 19614 " <Group name=\"filters\" />\n" 19615 " </ProxyGroupDomain>\n" 19616 " <DataTypeDomain name=\"input_type\">\n" 19617 " <DataType value=\"vtkDataSet\" />\n" 19618 " </DataTypeDomain>\n" 19619 " <Documentation>This property specifies the input to the Process Id\n" 19620 " Scalars filter.</Documentation>\n" 19621 " </InputProperty>\n" 19622 " <IntVectorProperty command=\"SetRandomMode\"\n" 19623 " default_values=\"0\"\n" 19624 " name=\"RandomMode\"\n" 19625 " number_of_elements=\"1\">\n" 19626 " <BooleanDomain name=\"bool\" />\n" 19627 " <Documentation>The value of this property determines whether to use\n" 19628 " random id values for the various pieces. If set to 1, the unique value\n" 19629 " per piece will be chosen at random; otherwise the unique value will\n" 19630 " match the id of the process.</Documentation>\n" 19631 " </IntVectorProperty>\n" 19632 " <!-- End ProcessIdScalars -->\n" 19633 " </SourceProxy>\n" 19635 " <!-- ==================================================================== -->\n" 19636 " <SourceProxy class=\"vtkPTextureMapToSphere\"\n" 19637 " label=\"Texture Map to Sphere\"\n" 19638 " name=\"TextureMapToSphere\">\n" 19639 " <Documentation long_help=\"Generate texture coordinates by mapping points to sphere.\"\n" 19640 " short_help=\"Generate texture coordinates by mapping points to sphere.\">\n" 19641 " This is a filter that generates 2D texture coordinates by\n" 19642 " mapping input dataset points onto a sphere. The sphere is\n" 19643 " generated automatically. The sphere is generated\n" 19644 " automatically by computing the center i.e. averaged\n" 19645 " coordinates, of the sphere. Note that the generated\n" 19646 " texture coordinates range between (0,1). The s-coordinate\n" 19647 " lies in the angular direction around the z-axis, measured\n" 19648 " counter-clockwise from the x-axis. The t-coordinate lies\n" 19649 " in the angular direction measured down from the north pole\n" 19650 " towards the south pole.</Documentation>\n" 19651 " <InputProperty command=\"SetInputConnection\"\n" 19652 " name=\"Input\">\n" 19653 " <ProxyGroupDomain name=\"groups\">\n" 19654 " <Group name=\"sources\" />\n" 19655 " <Group name=\"filters\" />\n" 19656 " </ProxyGroupDomain>\n" 19657 " <DataTypeDomain name=\"input_type\">\n" 19658 " <DataType value=\"vtkDataSet\" />\n" 19659 " </DataTypeDomain>\n" 19660 " <Documentation>Set the input to the Texture Map to Sphere\n" 19661 " filter.</Documentation>\n" 19662 " </InputProperty>\n" 19663 " <IntVectorProperty command=\"SetPreventSeam\"\n" 19664 " default_values=\"1\"\n" 19665 " name=\"PreventSeam\"\n" 19666 " number_of_elements=\"1\">\n" 19667 " <BooleanDomain name=\"bool\" />\n" 19668 " <Documentation>Control how the texture coordinates are generated. If\n" 19669 " Prevent Seam is set, the s-coordinate ranges from 0->1 and 1->0\n" 19670 " corresponding to the theta angle variation between 0->180 and\n" 19671 " 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1\n" 19672 " between 0->360 degrees.</Documentation>\n" 19673 " </IntVectorProperty>\n" 19674 " <!-- End TextureMapToSphere -->\n" 19675 " </SourceProxy>\n" 19677 " <!-- ==================================================================== -->\n" 19678 " <SourceProxy class=\"vtkRemoveGhosts\"\n" 19679 " label=\"Remove Ghost Information\"\n" 19680 " name=\"RemoveGhostInformation\">\n" 19681 " <Documentation long_help=\"Removes ghost information.\"\n" 19682 " short_help=\"Removes ghost information.\">Removes ghost\n" 19683 " cells and point data and cell data ghost arrays.</Documentation>\n" 19684 " <InputProperty command=\"SetInputConnection\"\n" 19689 " name=\"Input\">\n" 19690 " <ProxyGroupDomain name=\"groups\">\n" 19691 " <Group name=\"sources\" />\n" 19692 " <Group name=\"filters\" />\n" 19693 " </ProxyGroupDomain>\n" 19694 " <DataTypeDomain name=\"input_type\">\n" 19695 " <DataType value=\"vtkPolyData\" />\n" 19696 " <DataType value=\"vtkUnstructuredGrid\" />\n" 19697 " </DataTypeDomain>\n" 19698 " <Documentation>This property specifies the input to the remove ghost\n" 19699 " information filter.</Documentation>\n" 19700 " </InputProperty>\n" 19701 " </SourceProxy>\n" 19703 " <!-- ==================================================================== -->\n" 19704 " <SourceProxy class=\"vtkUnstructuredGridGhostCellsGenerator\"\n" 19705 " label=\"Ghost Cells Generator\"\n" 19706 " name=\"GhostCellsGenerator\">\n" 19707 " <Documentation long_help=\"Generate ghost cells for unstructured grids.\"\n" 19708 " short_help=\"Generate ghost cells for unstructured grids.\">\n" 19709 " The GhostCellGenerator operates on unstructured grids only.\n" 19710 " This filter does not redistribute the input data, it only\n" 19711 " generates ghost cells at processor boundaries by fetching\n" 19712 " topological and geometrical information of those cells on\n" 19713 " neighbor ranks. The filter can take advantage of global point\n" 19714 " ids if they are available - if so it will perform faster,\n" 19715 " otherwise point coordinates will be exchanged and processed.\n" 19716 " </Documentation>\n" 19717 " <InputProperty command=\"SetInputConnection\"\n" 19718 " name=\"Input\">\n" 19719 " <ProxyGroupDomain name=\"groups\">\n" 19720 " <Group name=\"sources\" />\n" 19721 " <Group name=\"filters\" />\n" 19722 " </ProxyGroupDomain>\n" 19723 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 19724 " <DataType value=\"vtkUnstructuredGrid\" />\n" 19725 " </DataTypeDomain>\n" 19726 " <Documentation>This property specifies the input to the ghost cells\n" 19727 " generator.</Documentation>\n" 19728 " </InputProperty>\n" 19729 " <IntVectorProperty command=\"SetBuildIfRequired\"\n" 19730 " default_values=\"0\"\n" 19731 " name=\"BuildIfRequired\"\n" 19732 " number_of_elements=\"1\">\n" 19733 " <Documentation>Specify if the filter must generate the ghost cells only\n" 19734 " if required by the pipeline downstream. To force at least a fixed level\n" 19735 " of ghosts, this must be set to 0 (unchecked).</Documentation>\n" 19736 " <BooleanDomain name=\"bool\" />\n" 19737 " </IntVectorProperty>\n" 19738 " <IntVectorProperty command=\"SetMinimumNumberOfGhostLevels\"\n" 19739 " number_of_elements=\"1\"\n" 19740 " default_values=\"1\"\n" 19741 " name=\"MinimumNumberOfGhostLevels\">\n" 19742 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10\" />\n" 19743 " <Documentation>\n" 19744 " When **BuildIfRequired** if off, use this to specify the minimum number of\n" 19745 " ghost cells to request. The filter may request more ghost levels than indicated if a\n" 19746 " downstream filter asked for more ghost levels.\n" 19747 " </Documentation>\n" 19749 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 19750 " mode=\"enabled_state\"\n" 19751 " property=\"BuildIfRequired\"\n" 19752 " value=\"0\" />\n" 19753 " <!-- if BuildIfRequired !=0 , we disable this property -->\n" 19755 " </IntVectorProperty>\n" 19756 " <IntVectorProperty command=\"SetUseGlobalPointIds\"\n" 19757 " default_values=\"1\"\n" 19758 " name=\"UseGlobalIds\"\n" 19759 " number_of_elements=\"1\"\n" 19760 " panel_visibility=\"advanced\">\n" 19761 " <Documentation>Specify if the filter must take benefit of global point\n" 19762 " ids if they exist or if point coordinates should be used instead.\n" 19763 " </Documentation>\n" 19764 " <BooleanDomain name=\"bool\" />\n" 19765 " </IntVectorProperty>\n" 19766 " <StringVectorProperty command=\"SetGlobalPointIdsArrayName\"\n" 19767 " default_values=\"GlobalNodeIds\"\n" 19768 " name=\"GlobalPointIdsArrayName\"\n" 19769 " number_of_elements=\"1\"\n" 19770 " panel_visibility=\"never\">\n" 19771 " <Documentation>This property provides the name for the input array\n" 19772 " containing the global point ids if the GlobalIds array of the point\n" 19773 " data if not set. Default is GlobalNodeIds.</Documentation>\n" 19775 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 19776 " <Property name=\"UseGlobalIds\" function=\"boolean\" />\n" 19777 " </PropertyWidgetDecorator>\n" 19779 " </StringVectorProperty>\n" 19780 " <!-- End vtkPUnstructuredGridGhostCellsGenerator -->\n" 19781 " </SourceProxy>\n" 19783 " <!-- ==================================================================== -->\n" 19784 " <SourceProxy class=\"vtkPExtractExodusGlobalTemporalVariables\"\n" 19785 " label=\"Plot Global Variables Over Time\"\n" 19786 " name=\"ExtractFieldDataOverTime\">\n" 19787 " <Documentation long_help=\"Extracts and plots data in field data over time.\"\n" 19788 " short_help=\"Extracts and plots data in field data over time.\">\n" 19789 " This filter extracts the variables that reside in a\n" 19790 " dataset's field data and are defined for all timesteps. Such variables\n" 19791 " are generated by certain readers, like the Exodus reader.\n" 19792 " </Documentation>\n" 19793 " <InputProperty command=\"SetInputConnection\"\n" 19794 " name=\"Input\">\n" 19795 " <ProxyGroupDomain name=\"groups\">\n" 19796 " <Group name=\"sources\" />\n" 19797 " <Group name=\"filters\" />\n" 19798 " </ProxyGroupDomain>\n" 19799 " <DataTypeDomain name=\"input_type\">\n" 19800 " <DataType value=\"vtkDataSet\" />\n" 19801 " </DataTypeDomain>\n" 19802 " <Documentation>The input from which the selection is\n" 19803 " extracted.</Documentation>\n" 19804 " </InputProperty>\n" 19806 " <!-- View can be used to specify the preferred view for the proxy -->\n" 19807 " <View type=\"XYChartView\" />\n" 19809 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n" 19811 " <!-- End ExtractFieldDatasOverTime -->\n" 19812 " </SourceProxy>\n" 19814 " <!-- ==================================================================== -->\n" 19815 " <SourceProxy class=\"vtkPExtractSelectedArraysOverTime\"\n" 19816 " label=\"Plot Selection Over Time\"\n" 19817 " name=\"ExtractSelectionOverTime\">\n" 19818 " <Documentation long_help=\"Extracts selection over time and then plots it.\"\n" 19819 " short_help=\"Extracts selection over time and then plots it.\">\n" 19820 " This filter extracts the selection over time, i.e. cell\n" 19821 " and/or point variables at a cells/point selected are\n" 19822 " extracted over time The output multiblock consists of 1D\n" 19823 " rectilinear grids where the x coordinate corresponds to\n" 19824 " time (the same array is also copied to a point array named\n" 19825 " Time or TimeData (if Time exists in the input)). If\n" 19826 " selection input is a Location based selection then the\n" 19827 " point values are interpolated from the nearby cells, ie\n" 19828 " those of the cell the location lies in.</Documentation>\n" 19829 " <InputProperty command=\"SetInputConnection\"\n" 19830 " name=\"Input\"\n" 19831 " panel_visibility=\"default\">\n" 19832 " <ProxyGroupDomain name=\"groups\">\n" 19833 " <Group name=\"sources\" />\n" 19834 " <Group name=\"filters\" />\n" 19835 " </ProxyGroupDomain>\n" 19836 " <DataTypeDomain name=\"input_type\">\n" 19837 " <DataType value=\"vtkDataSet\" />\n" 19838 " <DataType value=\"vtkTable\" />\n" 19839 " <DataType value=\"vtkCompositeDataSet\" />\n" 19840 " </DataTypeDomain>\n" 19841 " <Documentation>The input from which the selection is\n" 19842 " extracted.</Documentation>\n" 19843 " </InputProperty>\n" 19844 " <InputProperty command=\"SetSelectionConnection\"\n" 19845 " name=\"Selection\"\n" 19846 " panel_visibility=\"default\">\n" 19847 " <ProxyGroupDomain name=\"groups\">\n" 19848 " <Group name=\"sources\" />\n" 19849 " <Group name=\"filters\" />\n" 19850 " </ProxyGroupDomain>\n" 19851 " <DataTypeDomain name=\"input_type\">\n" 19852 " <DataType value=\"vtkSelection\" />\n" 19853 " </DataTypeDomain>\n" 19854 " <Documentation>The input that provides the selection\n" 19855 " object.</Documentation>\n" 19857 " <!-- This tag alerts the auto-generated panels and input selection\n" 19858 " that this input is a selection. It should use the special\n" 19859 " selection GUI. -->\n" 19860 " <SelectionInput />\n" 19862 " </InputProperty>\n" 19863 " <IntVectorProperty command=\"SetReportStatisticsOnly\"\n" 19864 " default_values=\"1\"\n" 19865 " name=\"Only Report Selection Statistics\"\n" 19866 " number_of_elements=\"1\">\n" 19867 " <BooleanDomain name=\"bool\" />\n" 19868 " <Documentation>If this property is set to 1, the min, max,\n" 19869 " inter-quartile ranges, and (for numeric arrays) mean and standard\n" 19870 " deviation of all the selected points or cells within each time step\n" 19871 " are reported -- instead of breaking each selected point's or cell's\n" 19872 " attributes out into separate time history tables.</Documentation>\n" 19873 " </IntVectorProperty>\n" 19875 " <SubProxy command=\"SetSelectionExtractor\">\n" 19876 " <Proxy name=\"SetSelectionExtractor\" class=\"vtkPVExtractSelection\" />\n" 19880 " <!-- View can be used to specify the preferred view for the proxy -->\n" 19881 " <PipelineIcon name=\"XYChartView\" />\n" 19882 " <View type=\"QuartileChartView\" />\n" 19883 " <WarnOnCreate title=\"Potentially slow operation\">\n" 19884 " **Plot Selection Over Time** filter needs to process all timesteps\n" 19885 " available in your dataset and can potentially take a long time to complete.\n" 19886 " Do you want to continue?\n" 19887 " </WarnOnCreate>\n" 19888 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n" 19890 " <!-- End of ExtractSelectionOverTime -->\n" 19891 " </SourceProxy>\n" 19893 " <!-- ==================================================================== -->\n" 19894 " <SourceProxy class=\"vtkPExtractDataArraysOverTime\"\n" 19895 " label=\"Plot Data Over Time\"\n" 19896 " name=\"PlotDataOverTime\">\n" 19897 " <InputProperty command=\"SetInputConnection\"\n" 19898 " name=\"Input\"\n" 19899 " panel_visibility=\"default\">\n" 19900 " <ProxyGroupDomain name=\"groups\">\n" 19901 " <Group name=\"sources\" />\n" 19902 " <Group name=\"filters\" />\n" 19903 " </ProxyGroupDomain>\n" 19904 " <DataTypeDomain name=\"input_type\">\n" 19905 " <DataType value=\"vtkDataSet\" />\n" 19906 " <DataType value=\"vtkTable\" />\n" 19907 " <DataType value=\"vtkCompositeDataSet\" />\n" 19908 " </DataTypeDomain>\n" 19909 " <Documentation>The input from which the selection is\n" 19910 " extracted.</Documentation>\n" 19911 " </InputProperty>\n" 19912 " <IntVectorProperty command=\"SetFieldAssociation\"\n" 19913 " default_values=\"0\"\n" 19914 " name=\"FieldAssociation\"\n" 19915 " number_of_elements=\"1\">\n" 19916 " <Documentation>Select the attribute data to pass.</Documentation>\n" 19917 " <EnumerationDomain name=\"enum\">\n" 19918 " <Entry text=\"Points\" value=\"0\" />\n" 19919 " <Entry text=\"Cells\" value=\"1\" />\n" 19920 " <Entry text=\"Vertices\" value=\"4\" />\n" 19921 " <Entry text=\"Edges\" value=\"5\" />\n" 19922 " <Entry text=\"Rows\" value=\"6\" />\n" 19923 " </EnumerationDomain>\n" 19924 " </IntVectorProperty>\n" 19926 " <IntVectorProperty command=\"SetReportStatisticsOnly\"\n" 19927 " default_values=\"1\"\n" 19928 " name=\"Only Report Selection Statistics\"\n" 19929 " number_of_elements=\"1\">\n" 19930 " <BooleanDomain name=\"bool\" />\n" 19931 " <Documentation>If this property is set to 1, the min, max,\n" 19932 " inter-quartile ranges, and (for numeric arrays) mean and standard\n" 19933 " deviation of all the selected points or cells within each time step\n" 19934 " are reported -- instead of breaking each selected point's or cell's\n" 19935 " attributes out into separate time history tables.</Documentation>\n" 19936 " </IntVectorProperty>\n" 19938 " <!-- View can be used to specify the preferred view for the proxy -->\n" 19939 " <PipelineIcon name=\"XYChartView\" />\n" 19940 " <View type=\"QuartileChartView\" />\n" 19941 " <WarnOnCreate title=\"Potentially slow operation\">\n" 19942 " **Plot Data Over Time** filter needs to process all timesteps\n" 19943 " available in your dataset and can potentially take a long time to complete.\n" 19944 " Do you want to continue?\n" 19945 " </WarnOnCreate>\n" 19947 " <!-- End of PlotDataOverTime -->\n" 19948 " </SourceProxy>\n" 19951 "</ServerManagerConfiguration>\n" 19970 char* res =
new char[ len + 1];
19978 assert(offset == len);
19986 "<ServerManagerConfiguration>\n" 19987 " <ProxyGroup name=\"filters\">\n" 19988 " <!-- ==================================================================== -->\n" 19989 " <SourceProxy class=\"vtkDistributedPointCloudFilter\"\n" 19990 " name=\"DistributePoints\"\n" 19991 " label=\"Distribute Points\">\n" 19992 " <Documentation long_help=\"Fairly distribute points over processors into spatially contiguous regions.\"\n" 19993 " short_help=\"Distribute points over processors.\">\n" 19994 " This filter fairly distributes points over processors into contiguous spatial regions.\n" 19995 " The output is a PolyData which does not contain any cell.\n" 19996 " Distribution is done using a Kd-tree.\n" 19997 " </Documentation>\n" 19998 " <InputProperty name=\"Input\"\n" 19999 " command=\"SetInputConnection\">\n" 20000 " <ProxyGroupDomain name=\"groups\">\n" 20001 " <Group name=\"sources\"/>\n" 20002 " <Group name=\"filters\"/>\n" 20003 " </ProxyGroupDomain>\n" 20004 " <DataTypeDomain name=\"input_type\">\n" 20005 " <DataType value=\"vtkPointSet\"/>\n" 20006 " </DataTypeDomain>\n" 20007 " </InputProperty>\n" 20008 " <!-- End DistributePointCloud -->\n" 20009 " </SourceProxy>\n" 20012 "</ServerManagerConfiguration>\n" 20021 char* res =
new char[ len + 1];
20024 assert(offset == len);
20032 "<ServerManagerConfiguration>\n" 20033 " <ProxyGroup name=\"filters\">\n" 20034 " <!-- ==================================================================== -->\n" 20035 " <SourceProxy name=\"ForceTime\"\n" 20036 " class=\"vtkForceTime\"\n" 20037 " label=\"Force Time\">\n" 20038 " <Documentation>\n" 20039 " Filter used to explicitly request a specific time from the pipeline.\n" 20040 " </Documentation>\n" 20041 " <InputProperty\n" 20042 " name=\"Input\"\n" 20043 " command=\"SetInputConnection\">\n" 20044 " <ProxyGroupDomain name=\"groups\">\n" 20045 " <Group name=\"sources\"/>\n" 20046 " <Group name=\"filters\"/>\n" 20047 " </ProxyGroupDomain>\n" 20048 " <DataTypeDomain name=\"input_type\">\n" 20049 " <DataType value=\"vtkDataSet\"/>\n" 20050 " </DataTypeDomain>\n" 20051 " <Documentation>\n" 20052 " This property specifies the input to the ForceTime filter.\n" 20053 " </Documentation>\n" 20054 " </InputProperty>\n" 20055 " <IntVectorProperty name=\"IgnorePipelineTime\"\n" 20056 " command=\"SetIgnorePipelineTime\"\n" 20057 " number_of_elements=\"1\"\n" 20058 " animatable=\"1\"\n" 20059 " default_values=\"1\">\n" 20060 " <BooleanDomain name=\"bool\"/>\n" 20061 " <Documentation>\n" 20062 " If set to 0, this filter will do nothing, only shallow copy the\n" 20063 " input to the output. If set to 1, this filter will always request the\n" 20064 " ForcedTime to the pipeline, ignoring time requests.\n" 20065 " </Documentation>\n" 20066 " </IntVectorProperty>\n" 20067 " <DoubleVectorProperty\n" 20068 " name=\"ForcedTime\"\n" 20069 " command=\"SetForcedTime\"\n" 20070 " number_of_elements=\"1\"\n" 20071 " animatable=\"1\"\n" 20072 " default_values=\"0.0\">\n" 20073 " <DoubleRangeDomain name=\"range\"/>\n" 20074 " <Documentation>\n" 20075 " This property specifies the time to request.\n" 20076 " If the IgnorePipelineTime property is set, then this value will override any time request in the VTK pipeline.\n" 20077 " </Documentation>\n" 20079 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 20080 " mode=\"enabled_state\"\n" 20081 " property=\"IgnorePipelineTime\"\n" 20082 " value=\"1\" />\n" 20084 " </DoubleVectorProperty>\n" 20085 " <!-- End ForceTime -->\n" 20086 " </SourceProxy>\n" 20088 " <!-- ==================================================================== -->\n" 20089 " <SourceProxy name=\"TemporalArrayOperator\"\n" 20090 " label=\"Temporal Array Operator\"\n" 20091 " class=\"vtkTemporalArrayOperatorFilter\">\n" 20092 " <Documentation>\n" 20093 " Filter used to perform an operation on a data array at 2 different timesteps.\n" 20094 " </Documentation>\n" 20095 " <InputProperty\n" 20096 " name=\"Input\"\n" 20097 " command=\"SetInputConnection\">\n" 20098 " <ProxyGroupDomain name=\"groups\">\n" 20099 " <Group name=\"sources\"/>\n" 20100 " <Group name=\"filters\"/>\n" 20101 " </ProxyGroupDomain>\n" 20102 " <DataTypeDomain name=\"input_type\">\n" 20103 " <DataType value=\"vtkDataSet\"/>\n" 20104 " </DataTypeDomain>\n" 20105 " <InputArrayDomain attribute_type=\"any\"\n" 20106 " name=\"input_array\"/>\n" 20107 " <Documentation>\n" 20108 " This property specifies the input to the TemporalArrayOperator filter.\n" 20109 " </Documentation>\n" 20110 " </InputProperty>\n" 20111 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 20112 " element_types=\"0 0 0 0 2\"\n" 20113 " name=\"SelectInputArray\"\n" 20114 " number_of_elements=\"5\">\n" 20115 " <ArrayListDomain name=\"array_list\"\n" 20116 " input_domain_name=\"input_array\">\n" 20117 " <RequiredProperties>\n" 20118 " <Property function=\"Input\"\n" 20119 " name=\"Input\" />\n" 20120 " </RequiredProperties>\n" 20121 " </ArrayListDomain>\n" 20122 " <Documentation>This property lists the name of the array from which to\n" 20123 " use.</Documentation>\n" 20124 " </StringVectorProperty>\n" 20125 " <IntVectorProperty\n" 20126 " name=\"FirstTimeStepIndex\"\n" 20127 " command=\"SetFirstTimeStepIndex\"\n" 20128 " number_of_elements=\"1\"\n" 20129 " animatable=\"1\"\n" 20130 " default_values=\"0\">\n" 20131 " <IntRangeDomain name=\"range\"/>\n" 20132 " <Documentation>\n" 20133 " This property specifies the timestep index to use in the first part of the comparison computation\n" 20134 " </Documentation>\n" 20135 " </IntVectorProperty>\n" 20136 " <IntVectorProperty command=\"SetOperator\"\n" 20137 " default_values=\"0\"\n" 20138 " name=\"Operator\"\n" 20139 " number_of_elements=\"1\">\n" 20140 " <EnumerationDomain name=\"enum\">\n" 20141 " <Entry text=\"+\"\n" 20142 " value=\"0\" />\n" 20143 " <Entry text=\"-\"\n" 20144 " value=\"1\" />\n" 20145 " <Entry text=\"*\"\n" 20146 " value=\"2\" />\n" 20147 " <Entry text=\"/\"\n" 20148 " value=\"3\" />\n" 20149 " </EnumerationDomain>\n" 20150 " <Documentation>The property determines the operation to compute\n" 20151 " between the first and second timestep data.</Documentation>\n" 20152 " </IntVectorProperty>\n" 20153 " <IntVectorProperty\n" 20154 " name=\"SecondTimeStepIndex\"\n" 20155 " command=\"SetSecondTimeStepIndex\"\n" 20156 " number_of_elements=\"1\"\n" 20157 " animatable=\"1\"\n" 20158 " default_values=\"0\">\n" 20159 " <IntRangeDomain name=\"range\"/>\n" 20160 " <Documentation>\n" 20161 " This property specifies the timestep index to use in the second part of the comparison computation\n" 20162 " </Documentation>\n" 20163 " </IntVectorProperty>\n" 20164 " <StringVectorProperty command=\"SetOutputArrayNameSuffix\"\n" 20165 " name=\"OutputArrayNameSuffix\"\n" 20166 " number_of_elements=\"1\"\n" 20167 " panel_visibility=\"advanced\">\n" 20168 " <Documentation>This property set the suffix to be append to the output array name.\n" 20169 " If empty, output will be suffixed with '_' and the operation type.\n" 20170 " </Documentation>\n" 20171 " </StringVectorProperty>\n" 20172 " <!-- End TemporalArrayOperator -->\n" 20173 " </SourceProxy>\n" 20175 " <!-- ==================================================================== -->\n" 20176 " <SourceProxy class=\"vtkTemporalDataSetCache\"\n" 20177 " label=\"Temporal Cache\"\n" 20178 " name=\"TemporalCache\">\n" 20179 " <Documentation long_help=\"Saves a copy of the data set for a fixed number of time steps.\"\n" 20180 " short_help=\"Caches data per time step.\">The Temporal Cache\n" 20181 " can be used to save multiple copies of a data set at\n" 20182 " different time steps to prevent thrashing in the pipeline\n" 20183 " caused by downstream filters that adjust the requested\n" 20184 " time step. For example, assume that there is a downstream\n" 20185 " Temporal Interpolator filter. This filter will (usually)\n" 20186 " request two time steps from the upstream filters, which in\n" 20187 " turn (usually) causes the upstream filters to run twice,\n" 20188 " once for each time step. The next time the interpolator\n" 20189 " requests the same two time steps, they might force the\n" 20190 " upstream filters to re-evaluate the same two time steps.\n" 20191 " The Temporal Cache can keep copies of both of these time\n" 20192 " steps and provide the requested data without having to run\n" 20193 " upstream filters.</Documentation>\n" 20194 " <InputProperty command=\"SetInputConnection\"\n" 20195 " name=\"Input\">\n" 20196 " <ProxyGroupDomain name=\"groups\">\n" 20197 " <Group name=\"sources\" />\n" 20198 " <Group name=\"filters\" />\n" 20199 " </ProxyGroupDomain>\n" 20200 " <DataTypeDomain composite_data_supported=\"1\"\n" 20201 " name=\"input_type\">\n" 20202 " <DataType value=\"vtkDataObject\" />\n" 20203 " </DataTypeDomain>\n" 20204 " <Documentation>This property specifies the input of the Temporal Cache\n" 20205 " filter.</Documentation>\n" 20206 " </InputProperty>\n" 20207 " <IntVectorProperty command=\"SetCacheSize\"\n" 20208 " default_values=\"2\"\n" 20209 " name=\"CacheSize\"\n" 20210 " number_of_elements=\"1\">\n" 20211 " <IntRangeDomain max=\"10\"\n" 20213 " name=\"range\" />\n" 20214 " <Documentation>The cache size determines the number of time steps that\n" 20215 " can be cached at one time. The maximum number is 10. The minimum is 2\n" 20216 " (since it makes little sense to cache less than that).</Documentation>\n" 20217 " </IntVectorProperty>\n" 20218 " <DoubleVectorProperty information_only=\"1\"\n" 20219 " name=\"TimestepValues\">\n" 20220 " <TimeStepsInformationHelper />\n" 20221 " </DoubleVectorProperty>\n" 20222 " <!-- End TemporalCache -->\n" 20223 " </SourceProxy>\n" 20225 "<!-- ==================================================================== -->\n" 20226 " <SourceProxy class=\"vtkTemporalShiftScale\"\n" 20227 " label=\"Temporal Shift Scale\"\n" 20228 " name=\"TemporalShiftScale\">\n" 20229 " <Documentation long_help=\"Shift and scale time values.\"\n" 20230 " short_help=\"Shift and scale time values.\">The Temporal\n" 20231 " Shift Scale filter linearly transforms the time values of\n" 20232 " a pipeline object by applying a shift and then scale.\n" 20233 " Given a data at time t on the input, it will be\n" 20234 " transformed to time t*Shift + Scale on the output.\n" 20235 " Inversely, if this filter has a request for time t, it\n" 20236 " will request time (t-Shift)/Scale on its\n" 20237 " input.</Documentation>\n" 20238 " <InputProperty command=\"SetInputConnection\"\n" 20239 " name=\"Input\">\n" 20240 " <ProxyGroupDomain name=\"groups\">\n" 20241 " <Group name=\"sources\" />\n" 20242 " <Group name=\"filters\" />\n" 20243 " </ProxyGroupDomain>\n" 20244 " <DataTypeDomain composite_data_supported=\"1\"\n" 20245 " name=\"input_type\">\n" 20246 " <DataType value=\"vtkDataObject\" />\n" 20247 " </DataTypeDomain>\n" 20248 " <Documentation>The input to the Temporal Shift Scale\n" 20249 " filter.</Documentation>\n" 20250 " </InputProperty>\n" 20251 " <DoubleVectorProperty command=\"SetPreShift\"\n" 20252 " default_values=\"0.0\"\n" 20253 " name=\"PreShift\"\n" 20254 " number_of_elements=\"1\"\n" 20255 " panel_visibility=\"default\">\n" 20256 " <DoubleRangeDomain name=\"range\" />\n" 20257 " <Documentation>Apply a translation to the data before scaling. To\n" 20258 " convert T{5,100} to T{0,1} use Preshift=-5, Scale=1/95, PostShift=0 To\n" 20259 " convert T{5,105} to T{5,10} use Preshift=-5, Scale=5/100,\n" 20260 " PostShift=5</Documentation>\n" 20261 " </DoubleVectorProperty>\n" 20262 " <DoubleVectorProperty command=\"SetPostShift\"\n" 20263 " default_values=\"0.0\"\n" 20264 " name=\"PostShift\"\n" 20265 " number_of_elements=\"1\"\n" 20266 " panel_visibility=\"default\">\n" 20267 " <DoubleRangeDomain name=\"range\" />\n" 20268 " <Documentation>The amount of time the input is shifted.</Documentation>\n" 20269 " </DoubleVectorProperty>\n" 20270 " <DoubleVectorProperty command=\"SetScale\"\n" 20271 " default_values=\"1.0\"\n" 20272 " name=\"Scale\"\n" 20273 " number_of_elements=\"1\"\n" 20274 " panel_visibility=\"default\">\n" 20275 " <DoubleRangeDomain name=\"range\" />\n" 20276 " <Documentation>The factor by which the input time is\n" 20277 " scaled.</Documentation>\n" 20278 " </DoubleVectorProperty>\n" 20279 " <IntVectorProperty command=\"SetPeriodic\"\n" 20280 " default_values=\"0\"\n" 20281 " name=\"Periodic\"\n" 20282 " number_of_elements=\"1\">\n" 20283 " <BooleanDomain name=\"bool\" />\n" 20284 " <Documentation>If Periodic is true, requests for time will be wrapped\n" 20285 " around so that the source appears to be a periodic time source. If data\n" 20286 " exists for times {0,N-1}, setting periodic to true will cause time 0 to\n" 20287 " be produced when time N, 2N, 2N etc is requested. This effectively\n" 20288 " gives the source the ability to generate time data indefinitely in a\n" 20289 " loop. When combined with Shift/Scale, the time becomes periodic in the\n" 20290 " shifted and scaled time frame of reference. Note: Since the input time\n" 20291 " may not start at zero, the wrapping of time from the end of one period\n" 20292 " to the start of the next, will subtract the initial time - a source\n" 20293 " with T{5..6} repeated periodically will have output time {5..6..7..8}\n" 20294 " etc.</Documentation>\n" 20295 " </IntVectorProperty>\n" 20296 " <IntVectorProperty command=\"SetPeriodicEndCorrection\"\n" 20297 " default_values=\"1\"\n" 20298 " name=\"PeriodicEndCorrection\"\n" 20299 " number_of_elements=\"1\">\n" 20300 " <BooleanDomain name=\"bool\" />\n" 20301 " <Documentation>If Periodic time is enabled, this flag determines if the\n" 20302 " last time step is the same as the first. If PeriodicEndCorrection is\n" 20303 " true, then it is assumed that the input data goes from 0-1 (or whatever\n" 20304 " scaled/shifted actual time) and time 1 is the same as time 0 so that\n" 20305 " steps will be 0,1,2,3...N,1,2,3...N,1,2,3 where step N is the same as 0\n" 20306 " and step 0 is not repeated. When this flag is false the data is assumed\n" 20307 " to be literal and output is of the form 0,1,2,3...N,0,1,2,3... By\n" 20308 " default this flag is ON</Documentation>\n" 20309 " </IntVectorProperty>\n" 20310 " <DoubleVectorProperty command=\"SetMaximumNumberOfPeriods\"\n" 20311 " default_values=\"1.0\"\n" 20312 " name=\"MaximumNumberOfPeriods\"\n" 20313 " number_of_elements=\"1\">\n" 20314 " <DoubleRangeDomain max=\"100\"\n" 20316 " name=\"range\" />\n" 20317 " <Documentation>If Periodic time is enabled, this controls how many time\n" 20318 " periods time is reported for. A filter cannot output an infinite number\n" 20319 " of time steps and therefore a finite number of periods is generated\n" 20320 " when reporting time.</Documentation>\n" 20321 " </DoubleVectorProperty>\n" 20322 " <DoubleVectorProperty information_only=\"1\"\n" 20323 " name=\"TimestepValues\">\n" 20324 " <TimeStepsInformationHelper />\n" 20325 " </DoubleVectorProperty>\n" 20326 " <!-- End TemporalShiftScale -->\n" 20327 " </SourceProxy>\n" 20329 " <!-- ==================================================================== -->\n" 20330 " <SourceProxy class=\"vtkTemporalSnapToTimeStep\"\n" 20331 " label=\"Temporal Snap-to-Time-Step\"\n" 20332 " name=\"TemporalSnapToTimeStep\">\n" 20333 " <Documentation long_help=\"Modifies the time range/steps of temporal data.\"\n" 20334 " short_help=\"Modifies the time range/steps of temporal data.\">\n" 20335 " This file modifies the time range or time steps of the\n" 20336 " data without changing the data itself. The data is not\n" 20337 " resampled by this filter, only the information\n" 20342 " accompanying the data is modified.</Documentation>\n" 20343 " <InputProperty command=\"SetInputConnection\"\n" 20344 " name=\"Input\">\n" 20345 " <ProxyGroupDomain name=\"groups\">\n" 20346 " <Group name=\"sources\" />\n" 20347 " <Group name=\"filters\" />\n" 20348 " </ProxyGroupDomain>\n" 20349 " <DataTypeDomain composite_data_supported=\"1\"\n" 20350 " name=\"input_type\">\n" 20351 " <DataType value=\"vtkDataObject\" />\n" 20352 " </DataTypeDomain>\n" 20353 " <Documentation>This property specifies the input of the\n" 20354 " filter.</Documentation>\n" 20355 " </InputProperty>\n" 20356 " <IntVectorProperty command=\"SetSnapMode\"\n" 20357 " default_values=\"0\"\n" 20358 " name=\"SnapMode\"\n" 20359 " number_of_elements=\"1\">\n" 20360 " <EnumerationDomain name=\"enum\">\n" 20361 " <Entry text=\"Nearest\"\n" 20362 " value=\"0\" />\n" 20363 " <Entry text=\"NextBelowOrEqual\"\n" 20364 " value=\"1\" />\n" 20365 " <Entry text=\"NextAboveOrEqual\"\n" 20366 " value=\"2\" />\n" 20367 " </EnumerationDomain>\n" 20368 " <Documentation>Determine which time step to snap to.</Documentation>\n" 20369 " </IntVectorProperty>\n" 20370 " <DoubleVectorProperty information_only=\"1\"\n" 20371 " name=\"TimestepValues\">\n" 20372 " <TimeStepsInformationHelper />\n" 20373 " </DoubleVectorProperty>\n" 20374 " <!-- End TemporalSnapToTimeStep -->\n" 20375 " </SourceProxy>\n" 20379 " <ProxyGroup name=\"sources\">\n" 20380 " <!-- ==================================================================== -->\n" 20381 " <SourceProxy class=\"vtkTemporalDataSetCache\"\n" 20382 " label=\"Temporal Cache Source\"\n" 20383 " name=\"TemporalCache\">\n" 20384 " <Documentation long_help=\"Saves a copy of the data set for a fixed number of time steps.\"\n" 20385 " short_help=\"Caches data per time step.\">The Temporal Cache\n" 20386 " can be used to save multiple copies of a data set at\n" 20387 " different time steps to prevent thrashing in the pipeline\n" 20388 " caused by downstream filters that adjust the requested\n" 20389 " time step. For example, assume that there is a downstream\n" 20390 " Temporal Interpolator filter. This filter will (usually)\n" 20391 " request two time steps from the upstream filters, which in\n" 20392 " turn (usually) causes the upstream filters to run twice,\n" 20393 " once for each time step. The next time the interpolator\n" 20394 " requests the same two time steps, they might force the\n" 20395 " upstream filters to re-evaluate the same two time steps.\n" 20396 " The Temporal Cache can keep copies of both of these time\n" 20397 " steps and provide the requested data without having to run\n" 20398 " upstream filters.</Documentation>\n" 20399 " <InputProperty command=\"SetInputConnection\"\n" 20400 " name=\"Input\">\n" 20401 " <ProxyGroupDomain name=\"groups\">\n" 20402 " <Group name=\"sources\" />\n" 20403 " <Group name=\"filters\" />\n" 20404 " </ProxyGroupDomain>\n" 20405 " <DataTypeDomain composite_data_supported=\"1\"\n" 20406 " name=\"input_type\">\n" 20407 " <DataType value=\"vtkDataObject\" />\n" 20408 " </DataTypeDomain>\n" 20409 " <Documentation>This property specifies the input of the Temporal Cache\n" 20410 " filter.</Documentation>\n" 20411 " </InputProperty>\n" 20412 " <IntVectorProperty command=\"SetCacheSize\"\n" 20413 " default_values=\"2\"\n" 20414 " name=\"CacheSize\"\n" 20415 " number_of_elements=\"1\">\n" 20416 " <IntRangeDomain max=\"10\"\n" 20418 " name=\"range\" />\n" 20419 " <Documentation>The cache size determines the number of time steps that\n" 20420 " can be cached at one time. The maximum number is 10. The minimum is 2\n" 20421 " (since it makes little sense to cache less than that).</Documentation>\n" 20422 " </IntVectorProperty>\n" 20423 " <DoubleVectorProperty information_only=\"1\"\n" 20424 " name=\"TimestepValues\">\n" 20425 " <TimeStepsInformationHelper />\n" 20426 " </DoubleVectorProperty>\n" 20427 " <IntVectorProperty name=\"IsASource\"\n" 20428 " command=\"SetIsASource\"\n" 20429 " number_of_elements=\"1\"\n" 20430 " default_values=\"1\"\n" 20431 " panel_visibility=\"never\">\n" 20432 " <BooleanDomain name=\"bool\"/>\n" 20433 " <Documentation> Sets up the Algorithm to act as a pipeline source rather than a filter. This is used in Catalyst. </Documentation>\n" 20434 " </IntVectorProperty>\n" 20435 " <!-- End TemporalCache -->\n" 20436 " </SourceProxy>\n" 20439 "</ServerManagerConfiguration>\n" 20450 char* res =
new char[ len + 1];
20454 assert(offset == len);
20462 "<ServerManagerConfiguration>\n" 20463 " <ProxyGroup name=\"sources\">\n" 20464 " <!-- ================================================================== -->\n" 20465 " <SourceProxy class=\"vtkFacetReader\"\n" 20466 " name=\"FacetReader\">\n" 20467 " <Documentation long_help=\"Reads ASCII files stored in Facet format.\"\n" 20468 " short_help=\"Read a dataset in Facet format.\">The Facet\n" 20469 " Reader reads files in Facet format: a simple ASCII file\n" 20470 " format listing point coordinates and connectivity between\n" 20471 " these points. The default file extension is .facet. The\n" 20472 " output of the Facet Reader is polygonal.</Documentation>\n" 20473 " <StringVectorProperty animateable=\"0\"\n" 20474 " command=\"SetFileName\"\n" 20475 " name=\"FileName\"\n" 20476 " number_of_elements=\"1\"\n" 20477 " panel_visibility=\"never\" >\n" 20478 " <FileListDomain name=\"files\" />\n" 20479 " <Documentation>This property specifies the file name for the Facet\n" 20480 " reader.</Documentation>\n" 20481 " </StringVectorProperty>\n" 20483 " <ReaderFactory extensions=\"facet\"\n" 20484 " file_description=\"Facet Polygonal Data Files\" />\n" 20486 " <!-- End Facet Reader -->\n" 20487 " </SourceProxy>\n" 20490 "</ServerManagerConfiguration>\n" 20499 char* res =
new char[ len + 1];
20502 assert(offset == len);
20510 "<ServerManagerConfiguration>\n" 20511 " <ProxyGroup name=\"filters\">\n" 20512 " <!-- ==================================================================== -->\n" 20513 " <SourceProxy class=\"vtkHyperTreeGridAxisReflection\"\n" 20514 " name=\"HyperTreeGridAxisReflection\"\n" 20515 " label=\"Hyper Tree Grid - Axis Reflection\">\n" 20516 " <Documentation short_help=\"Reflect an HTG across an axis-aligned plane.\">\n" 20517 " This filter reflect the cells of a hyper tree grid with respect to\n" 20518 " one of the planes parallel to the bounding box of the data set.\n" 20519 " </Documentation>\n" 20520 " <InputProperty command=\"SetInputConnection\"\n" 20521 " name=\"Input\">\n" 20522 " <ProxyGroupDomain name=\"groups\">\n" 20523 " <Group name=\"sources\" />\n" 20524 " <Group name=\"filters\" />\n" 20525 " </ProxyGroupDomain>\n" 20526 " <DataTypeDomain name=\"input_type\">\n" 20527 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20528 " </DataTypeDomain>\n" 20529 " </InputProperty>\n" 20530 " <IntVectorProperty name=\"PlaneNormal\"\n" 20531 " command=\"SetPlane\"\n" 20532 " number_of_elements=\"1\"\n" 20533 " default_values=\"0\">\n" 20534 " <EnumerationDomain name=\"enum\">\n" 20535 " <Entry text=\"X Axis\" value=\"6\" />\n" 20536 " <Entry text=\"Y Axis\" value=\"7\" />\n" 20537 " <Entry text=\"Z Axis\" value=\"8\" />\n" 20538 " </EnumerationDomain>\n" 20539 " <Documentation>Axis to use as the normal to the reflection plane.</Documentation>\n" 20540 " </IntVectorProperty>\n" 20541 " <DoubleVectorProperty name=\"PlanePosition\"\n" 20542 " command=\"SetCenter\"\n" 20543 " number_of_elements=\"1\"\n" 20544 " default_values=\"0.0\">\n" 20545 " <Documentation>Position of the reflection plane along the normal axis.</Documentation>\n" 20546 " </DoubleVectorProperty>\n" 20547 " <!-- End vtkHyperTreeGridAxisReflection -->\n" 20548 " </SourceProxy>\n" 20550 " <!-- ==================================================================== -->\n" 20551 " <SourceProxy class=\"vtkHyperTreeGridCellCenters\"\n" 20552 " name=\"HyperTreeGridCellCenters\"\n" 20553 " label=\"Hyper Tree Grid - Cell Centers\">\n" 20554 " <Documentation short_help=\"Generate points at leaf node centers.\">\n" 20555 " This filter generates output points at the center of the leaf\n" 20556 " cells in the hyper tree grid.\n" 20557 " These points can be used for placing glyphs or labeling.\n" 20558 " The cell attributes will be associated with the points in the output.\n" 20559 " </Documentation>\n" 20560 " <InputProperty command=\"SetInputConnection\"\n" 20561 " name=\"Input\">\n" 20562 " <ProxyGroupDomain name=\"groups\">\n" 20563 " <Group name=\"sources\" />\n" 20564 " <Group name=\"filters\" />\n" 20565 " </ProxyGroupDomain>\n" 20566 " <DataTypeDomain name=\"input_type\">\n" 20567 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20568 " </DataTypeDomain>\n" 20569 " </InputProperty>\n" 20570 " <IntVectorProperty name=\"CreateVertexCells\"\n" 20571 " command=\"SetVertexCells\"\n" 20572 " default_values=\"0\"\n" 20573 " number_of_elements=\"1\">\n" 20574 " <Documentation>\n" 20575 " If enabled, vertex cells will be added to the output dataset. This\n" 20576 " is useful for visualizing the output points, which are not rendered\n" 20578 " </Documentation>\n" 20579 " <BooleanDomain name=\"bool\" />\n" 20580 " </IntVectorProperty>\n" 20581 " <!-- End vtkHyperTreeGridCellCenters -->\n" 20582 " </SourceProxy>\n" 20584 " <!-- ==================================================================== -->\n" 20585 " <SourceProxy class=\"vtkHyperTreeGridDepthLimiter\"\n" 20586 " name=\"HyperTreeGridDepthLimiter\"\n" 20587 " label=\"Hyper Tree Grid - Depth Limiter\">\n" 20588 " <Documentation short_help=\"Limit HTG nodes to a maximum depth\">\n" 20589 " Extract all levels down to a specified depth from a hyper tree grid.\n" 20590 " If the required depth is greater or equal to the maximum level of the\n" 20591 " input grid, then the output is identical.\n" 20592 " Note that when a material mask is present, the geometry extent of the\n" 20593 " output grid is guaranteed to contain that of the input tree, but the\n" 20594 " former might be strictly larger than the latter. This is not a bug\n" 20595 " but an expected behavior of which the user should be aware.\n" 20596 " </Documentation>\n" 20597 " <InputProperty command=\"SetInputConnection\"\n" 20598 " name=\"Input\">\n" 20599 " <ProxyGroupDomain name=\"groups\">\n" 20600 " <Group name=\"sources\" />\n" 20601 " <Group name=\"filters\" />\n" 20602 " </ProxyGroupDomain>\n" 20603 " <DataTypeDomain name=\"input_type\">\n" 20604 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20605 " </DataTypeDomain>\n" 20606 " </InputProperty>\n" 20607 " <IntVectorProperty name=\"SetDepth\"\n" 20608 " command=\"SetDepth\"\n" 20609 " default_values=\"0\"\n" 20610 " number_of_elements=\"1\">\n" 20611 " <Documentation>\n" 20612 " Maximum depth to which the output grid should be limited.\n" 20613 " </Documentation>\n" 20614 " <IntRangeDomain min=\"0\"\n" 20615 " name=\"range\" />\n" 20616 " </IntVectorProperty>\n" 20617 " <!-- End vtkHyperTreeGridDepthLimiter -->\n" 20618 " </SourceProxy>\n" 20620 " <!-- ==================================================================== -->\n" 20621 " <SourceProxy class=\"vtkHyperTreeGridGeometry\"\n" 20622 " name=\"HyperTreeGridGeometry\"\n" 20623 " label=\"Hyper Tree Grid - Geometry Filter\">\n" 20624 " <Documentation short_help=\"Generate external surface of a HTG.\">\n" 20625 " Generate PolyData representing the external surface of a HTG.\n" 20626 " </Documentation>\n" 20627 " <InputProperty command=\"SetInputConnection\"\n" 20628 " name=\"Input\">\n" 20629 " <ProxyGroupDomain name=\"groups\">\n" 20630 " <Group name=\"sources\" />\n" 20631 " <Group name=\"filters\" />\n" 20632 " </ProxyGroupDomain>\n" 20633 " <DataTypeDomain name=\"input_type\">\n" 20634 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20635 " </DataTypeDomain>\n" 20636 " </InputProperty>\n" 20637 " <!-- End vtkHyperTreeGridGeometry -->\n" 20638 " </SourceProxy>\n" 20640 " <!-- ==================================================================== -->\n" 20641 " <SourceProxy class=\"vtkHyperTreeGridToDualGrid\"\n" 20642 " label=\"HyperTreeGrid To Dual Grid\"\n" 20643 " name=\"HyperTreeGridToDualGrid\">\n" 20644 " <Documentation long_help=\"Convert HyperTreeGrid to the dual UnstructuredGrid.\"\n" 20645 " short_help=\"Convert HyperTreeGrid to the dual UnstructuredGrid.\">\n" 20646 " This filter converts vtkHyperTreeGrid data to vtkUnstructuredGrid, using the dual grid. The converted output consumes much more memory but is compatible with most of the standard filters.\n" 20647 " </Documentation>\n" 20648 " <InputProperty command=\"SetInputConnection\"\n" 20649 " name=\"Input\">\n" 20650 " <ProxyGroupDomain name=\"groups\">\n" 20651 " <Group name=\"sources\" />\n" 20652 " <Group name=\"filters\" />\n" 20653 " </ProxyGroupDomain>\n" 20654 " <DataTypeDomain name=\"input_type\">\n" 20655 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20656 " </DataTypeDomain>\n" 20657 " <Documentation>This property specifies the input to the converter.</Documentation>\n" 20658 " </InputProperty>\n" 20659 " <!-- End vtkHyperTreeGridToDualGrid -->\n" 20660 " </SourceProxy>\n" 20662 " <!-- ==================================================================== -->\n" 20663 " <SourceProxy class=\"vtkHyperTreeGridToUnstructuredGrid\"\n" 20664 " label=\"HyperTreeGrid To UnstructuredGrid\"\n" 20665 " name=\"HyperTreeGridToUnstructuredGrid\">\n" 20666 " <Documentation long_help=\"Convert HyperTreeGrid to UnstructuredGrid.\"\n" 20667 " short_help=\"Convert HyperTreeGrid to UnstructuredGrid.\">\n" 20668 " This filter converts vtkHyperTreeGrid data to vtkUnstructuredGrid. The converted output consumes much more memory but is compatible with most of the standard filters.\n" 20669 " </Documentation>\n" 20670 " <InputProperty command=\"SetInputConnection\"\n" 20671 " name=\"Input\">\n" 20672 " <ProxyGroupDomain name=\"groups\">\n" 20673 " <Group name=\"sources\" />\n" 20674 " <Group name=\"filters\" />\n" 20675 " </ProxyGroupDomain>\n" 20676 " <DataTypeDomain name=\"input_type\">\n" 20677 " <DataType value=\"vtkHyperTreeGrid\" />\n" 20678 " </DataTypeDomain>\n" 20679 " <Documentation>This property specifies the input to the converter.</Documentation>\n" 20680 " </InputProperty>\n" 20681 " <!-- End vtkHyperTreeGridToUnstructuredGrid -->\n" 20682 " </SourceProxy>\n" 20685 "</ServerManagerConfiguration>\n" 20694 char* res =
new char[ len + 1];
20697 assert(offset == len);
20705 "<ServerManagerConfiguration>\n" 20706 " <ProxyGroup name=\"filters\">\n" 20707 " <!-- ==================================================================== -->\n" 20708 " <SourceProxy class=\"vtkLinearSubdivisionFilter\"\n" 20709 " name=\"Subdivide\">\n" 20710 " <Documentation long_help=\"This filter iteratively divide triangles into four smaller triangles. New points are placed linearly so the output surface matches the input surface.\"\n" 20711 " short_help=\"Creates a surface with more triangles than the input.\">\n" 20712 " The Subdivide filter iteratively divides each triangle in\n" 20713 " the input dataset into 4 new triangles. Three new points\n" 20714 " are added per triangle -- one at the midpoint of each\n" 20715 " edge. This filter operates only on polygonal data\n" 20716 " containing triangles, so run your polygonal data through\n" 20717 " the Triangulate filter first if it is not composed of\n" 20718 " triangles. The output of this filter is also\n" 20719 " polygonal.</Documentation>\n" 20720 " <InputProperty command=\"SetInputConnection\"\n" 20721 " name=\"Input\">\n" 20722 " <ProxyGroupDomain name=\"groups\">\n" 20723 " <Group name=\"sources\" />\n" 20724 " <Group name=\"filters\" />\n" 20725 " </ProxyGroupDomain>\n" 20726 " <DataTypeDomain name=\"input_type\">\n" 20727 " <DataType value=\"vtkPolyData\" />\n" 20728 " </DataTypeDomain>\n" 20729 " <Documentation>This parameter specifies the input to the Subdivide\n" 20730 " filter.</Documentation>\n" 20731 " </InputProperty>\n" 20732 " <IntVectorProperty command=\"SetNumberOfSubdivisions\"\n" 20733 " default_values=\"1\"\n" 20734 " label=\"Number of Subdivisions\"\n" 20735 " name=\"NumberOfSubdivisions\"\n" 20736 " number_of_elements=\"1\">\n" 20737 " <IntRangeDomain max=\"4\"\n" 20739 " name=\"range\" />\n" 20740 " <Documentation>The value of this property specifies the number of\n" 20741 " subdivision iterations to perform.</Documentation>\n" 20742 " </IntVectorProperty>\n" 20743 " <!-- End Subdivide -->\n" 20744 " </SourceProxy>\n" 20746 " <!-- ==================================================================== -->\n" 20747 " <SourceProxy class=\"vtkLoopSubdivisionFilter\"\n" 20748 " label=\"Loop Subdivision\"\n" 20749 " name=\"LoopSubdivisionFilter\">\n" 20750 " <Documentation long_help=\"This filter iteratively divides each triangle into four triangles. New points are placed so the output surface is smooth.\"\n" 20751 " short_help=\"Create a higher resolution and smoother surface.\">\n" 20752 " The Loop Subdivision filter increases the granularity of a\n" 20753 " polygonal mesh. It works by dividing each triangle in the\n" 20754 " input into four new triangles. It is named for Charles\n" 20755 " Loop, the person who devised this subdivision scheme. This\n" 20756 " filter only operates on triangles, so a data set that\n" 20757 " contains other types of polygons should be passed through\n" 20758 " the Triangulate filter before applying this filter to it.\n" 20759 " This filter only operates on polygonal data (specifically\n" 20760 " triangle meshes), and it produces polygonal\n" 20761 " output.</Documentation>\n" 20762 " <InputProperty command=\"SetInputConnection\"\n" 20763 " name=\"Input\">\n" 20764 " <ProxyGroupDomain name=\"groups\">\n" 20765 " <Group name=\"sources\" />\n" 20766 " <Group name=\"filters\" />\n" 20767 " </ProxyGroupDomain>\n" 20768 " <DataTypeDomain name=\"input_type\">\n" 20769 " <DataType value=\"vtkPolyData\" />\n" 20770 " </DataTypeDomain>\n" 20771 " <Documentation>This property specifies the input to the Loop\n" 20772 " Subdivision filter.</Documentation>\n" 20773 " </InputProperty>\n" 20774 " <IntVectorProperty animateable=\"1\"\n" 20775 " command=\"SetNumberOfSubdivisions\"\n" 20776 " default_values=\"1\"\n" 20777 " label=\"Number of Subdivisions\"\n" 20778 " name=\"NumberOfSubdivisions\"\n" 20779 " number_of_elements=\"1\">\n" 20780 " <IntRangeDomain max=\"4\"\n" 20782 " name=\"range\" />\n" 20783 " <Documentation>Set the number of subdivision iterations to perform.\n" 20784 " Each subdivision divides single triangles into four new\n" 20785 " triangles.</Documentation>\n" 20786 " </IntVectorProperty>\n" 20787 " <!-- End LoopSubdivisionFilter -->\n" 20788 " </SourceProxy>\n" 20790 " <!-- ==================================================================== -->\n" 20791 " <SourceProxy class=\"vtkRibbonFilter\"\n" 20792 " label=\"Ribbon\"\n" 20793 " name=\"RibbonFilter\">\n" 20794 " <Documentation long_help=\"This filter generates ribbon surface from lines. It is useful for displaying streamlines.\"\n" 20795 " short_help=\"Create ribbon surfaces from lines.\">The Ribbon\n" 20796 " filter creates ribbons from the lines in the input data\n" 20797 " set. This filter is useful for visualizing streamlines.\n" 20798 " Both the input and output of this filter are polygonal\n" 20799 " data. The input data set must also have at least one\n" 20800 " point-centered vector array.</Documentation>\n" 20801 " <InputProperty command=\"SetInputConnection\"\n" 20802 " name=\"Input\">\n" 20803 " <ProxyGroupDomain name=\"groups\">\n" 20804 " <Group name=\"sources\" />\n" 20805 " <Group name=\"filters\" />\n" 20806 " </ProxyGroupDomain>\n" 20807 " <DataTypeDomain name=\"input_type\">\n" 20808 " <DataType value=\"vtkPolyData\" />\n" 20809 " </DataTypeDomain>\n" 20810 " <InputArrayDomain attribute_type=\"point\"\n" 20811 " name=\"input_array1\"\n" 20812 " number_of_components=\"3\"\n" 20813 " optional=\"1\" />\n" 20814 " <InputArrayDomain attribute_type=\"point\"\n" 20815 " name=\"input_array2\"\n" 20816 " number_of_components=\"1\"\n" 20817 " optional=\"1\" />\n" 20818 " <Documentation>This property specifies the input to the Ribbon\n" 20819 " filter.</Documentation>\n" 20820 " </InputProperty>\n" 20821 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 20822 " element_types=\"0 0 0 0 2\"\n" 20823 " label=\"Scalars\"\n" 20824 " name=\"SelectInputScalars\"\n" 20825 " number_of_elements=\"5\">\n" 20826 " <ArrayListDomain attribute_type=\"Scalars\"\n" 20827 " input_domain_name=\"input_array2\"\n" 20828 " name=\"array_list\">\n" 20829 " <RequiredProperties>\n" 20830 " <Property function=\"Input\"\n" 20831 " name=\"Input\" />\n" 20832 " </RequiredProperties>\n" 20833 " </ArrayListDomain>\n" 20834 " <Documentation>The value of this property indicates the name of the\n" 20835 " input scalar array used by this filter. The width of the ribbons will\n" 20836 " be varied based on the values in the specified array if the value of\n" 20837 " the Width property is 1.</Documentation>\n" 20838 " </StringVectorProperty>\n" 20839 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 20840 " default_values=\"1\"\n" 20841 " element_types=\"0 0 0 0 2\"\n" 20842 " label=\"Vectors\"\n" 20843 " name=\"SelectInputVectors\"\n" 20844 " number_of_elements=\"5\">\n" 20845 " <!-- default_values=1, send vectors to the right place -->\n" 20846 " <ArrayListDomain attribute_type=\"Vectors\"\n" 20847 " input_domain_name=\"input_array1\"\n" 20848 " name=\"array_list\">\n" 20849 " <RequiredProperties>\n" 20850 " <Property function=\"Input\"\n" 20851 " name=\"Input\" />\n" 20852 " </RequiredProperties>\n" 20853 " </ArrayListDomain>\n" 20854 " <Documentation>The value of this property indicates the name of the\n" 20855 " input vector array used by this filter. If the UseDefaultNormal\n" 20856 " property is set to 0, the normal vectors for the ribbons come from the\n" 20857 " specified vector array.</Documentation>\n" 20858 " </StringVectorProperty>\n" 20859 " <DoubleVectorProperty command=\"SetWidth\"\n" 20860 " default_values=\"1\"\n" 20861 " name=\"Width\"\n" 20862 " number_of_elements=\"1\">\n" 20863 " <BoundsDomain mode=\"scaled_extent\"\n" 20864 " name=\"bounds\"\n" 20865 " scale_factor=\"0.01\">\n" 20866 " <RequiredProperties>\n" 20867 " <Property function=\"Input\"\n" 20868 " name=\"Input\" />\n" 20869 " </RequiredProperties>\n" 20870 " </BoundsDomain>\n" 20871 " <Documentation>If the VaryWidth property is set to 1, the value of this\n" 20872 " property is the minimum ribbon width. If the VaryWidth property is set\n" 20873 " to 0, the value of this property is half the width of the\n" 20874 " ribbon.</Documentation>\n" 20875 " </DoubleVectorProperty>\n" 20876 " <DoubleVectorProperty command=\"SetAngle\"\n" 20877 " default_values=\"0\"\n" 20878 " name=\"Angle\"\n" 20879 " number_of_elements=\"1\">\n" 20880 " <DoubleRangeDomain max=\"360\"\n" 20882 " name=\"range\" />\n" 20883 " <Documentation>The value of this property specifies the offset angle\n" 20884 " (in degrees) of the ribbon from the line normal.</Documentation>\n" 20885 " </DoubleVectorProperty>\n" 20886 " <IntVectorProperty command=\"SetUseDefaultNormal\"\n" 20887 " default_values=\"0\"\n" 20888 " name=\"UseDefaultNormal\"\n" 20889 " number_of_elements=\"1\">\n" 20890 " <BooleanDomain name=\"bool\" />\n" 20891 " <Documentation>If this property is set to 0, and the input contains no\n" 20892 " vector array, then default ribbon normals will be generated\n" 20893 " (DefaultNormal property); if a vector array has been set\n" 20894 " (SelectInputVectors property), the ribbon normals will be set from the\n" 20895 " specified array. If this property is set to 1, the default normal\n" 20896 " (DefaultNormal property) will be used, regardless of whether the\n" 20897 " SelectInputVectors property has been set.</Documentation>\n" 20898 " </IntVectorProperty>\n" 20899 " <DoubleVectorProperty command=\"SetDefaultNormal\"\n" 20900 " default_values=\"0 0 1\"\n" 20901 " name=\"DefaultNormal\"\n" 20902 " number_of_elements=\"3\">\n" 20903 " <DoubleRangeDomain name=\"range\" />\n" 20904 " <Documentation>The value of this property specifies the normal to use\n" 20905 " when the UseDefaultNormal property is set to 1 or the input contains no\n" 20906 " vector array (SelectInputVectors property).</Documentation>\n" 20907 " </DoubleVectorProperty>\n" 20908 " <IntVectorProperty command=\"SetVaryWidth\"\n" 20909 " default_values=\"0\"\n" 20910 " name=\"VaryWidth\"\n" 20911 " number_of_elements=\"1\">\n" 20912 " <BooleanDomain name=\"bool\" />\n" 20913 " <Documentation>If this property is set to 1, the ribbon width will be\n" 20914 " scaled according to the scalar array specified in the\n" 20915 " SelectInputScalars property. Toggle the variation of ribbon width with\n" 20916 " scalar value.</Documentation>\n" 20917 " </IntVectorProperty>\n" 20918 " <!-- End RibbonFilter -->\n" 20919 " </SourceProxy>\n" 20921 " <!-- ==================================================================== -->\n" 20922 " <SourceProxy class=\"vtkRotationalExtrusionFilter\"\n" 20923 " label=\"Rotational Extrusion\"\n" 20924 " name=\"RotationalExtrusionFilter\">\n" 20925 " <Documentation long_help=\"This filter generates a swept surface while translating the input along a circular path.\"\n" 20926 " short_help=\"Generates a swept surface using a rotational path.\">\n" 20927 " The Rotational Extrusion filter forms a surface by\n" 20928 " rotating the input about the Z axis. This filter is\n" 20929 " intended to operate on 2D polygonal data. It produces\n" 20930 " polygonal output.</Documentation>\n" 20931 " <InputProperty command=\"SetInputConnection\"\n" 20932 " name=\"Input\">\n" 20933 " <ProxyGroupDomain name=\"groups\">\n" 20934 " <Group name=\"sources\" />\n" 20935 " <Group name=\"filters\" />\n" 20936 " </ProxyGroupDomain>\n" 20937 " <DataTypeDomain name=\"input_type\">\n" 20938 " <DataType value=\"vtkPolyData\" />\n" 20939 " </DataTypeDomain>\n" 20940 " <Documentation>This property specifies the input to the Rotational\n" 20941 " Extrusion filter.</Documentation>\n" 20942 " </InputProperty>\n" 20943 " <IntVectorProperty command=\"SetResolution\"\n" 20944 " default_values=\"12\"\n" 20945 " name=\"Resolution\"\n" 20946 " number_of_elements=\"1\">\n" 20947 " <IntRangeDomain min=\"1\"\n" 20948 " name=\"range\" />\n" 20949 " <Documentation>The value of this property controls the number of\n" 20950 " intermediate node points used in performing the sweep (rotating from 0\n" 20951 " degrees to the value specified by the Angle property.</Documentation>\n" 20952 " </IntVectorProperty>\n" 20953 " <IntVectorProperty command=\"SetCapping\"\n" 20954 " default_values=\"1\"\n" 20955 " name=\"Capping\"\n" 20956 " number_of_elements=\"1\">\n" 20957 " <BooleanDomain name=\"bool\" />\n" 20958 " <Documentation>If this property is set to 1, the open ends of the swept\n" 20959 " surface will be capped with a copy of the input dataset. This works\n" 20960 " property if the input is a 2D surface composed of filled polygons. If\n" 20961 " the input dataset is a closed solid (e.g., a sphere), then either two\n" 20962 " copies of the dataset will be drawn or no surface will be drawn. No\n" 20963 " surface is drawn if either this property is set to 0 or if the two\n" 20964 " surfaces would occupy exactly the same 3D space (i.e., the Angle\n" 20965 " property's value is a multiple of 360, and the values of the\n" 20966 " Translation and DeltaRadius properties are 0).</Documentation>\n" 20967 " </IntVectorProperty>\n" 20968 " <DoubleVectorProperty animateable=\"1\"\n" 20969 " command=\"SetAngle\"\n" 20970 " default_values=\"360\"\n" 20971 " name=\"Angle\"\n" 20972 " number_of_elements=\"1\">\n" 20973 " <DoubleRangeDomain name=\"range\" />\n" 20974 " <Documentation>This property specifies the angle of rotation in\n" 20975 " degrees. The surface is swept from 0 to the value of this\n" 20976 " property.</Documentation>\n" 20977 " </DoubleVectorProperty>\n" 20978 " <DoubleVectorProperty animateable=\"1\"\n" 20979 " command=\"SetTranslation\"\n" 20980 " default_values=\"0\"\n" 20981 " name=\"Translation\"\n" 20982 " number_of_elements=\"1\">\n" 20983 " <DoubleRangeDomain name=\"range\" />\n" 20984 " <Documentation>The value of this property specifies the total amount of\n" 20985 " translation along the Z axis during the sweep process. Specifying a\n" 20986 " non-zero value for this property allows you to create a corkscrew\n" 20991 " (value of DeltaRadius > 0) or spring effect.</Documentation>\n" 20992 " </DoubleVectorProperty>\n" 20993 " <DoubleVectorProperty command=\"SetDeltaRadius\"\n" 20994 " default_values=\"0\"\n" 20995 " name=\"DeltaRadius\"\n" 20996 " number_of_elements=\"1\">\n" 20997 " <DoubleRangeDomain name=\"range\" />\n" 20998 " <Documentation>The value of this property specifies the change in\n" 20999 " radius during the sweep process.</Documentation>\n" 21000 " </DoubleVectorProperty>\n" 21001 " <!-- End RotationalExtrusionFilter -->\n" 21002 " </SourceProxy>\n" 21004 "</ServerManagerConfiguration>\n" 21015 char* res =
new char[ len + 1];
21019 assert(offset == len);
21027 "<ServerManagerConfiguration>\n" 21028 " <ProxyGroup name=\"sources\">\n" 21029 " <!-- ==================================================================== -->\n" 21030 " <SourceProxy class=\"vtkArrowSource\"\n" 21031 " label=\"Arrow\"\n" 21032 " name=\"ArrowSource\">\n" 21033 " <Documentation long_help=\"3D arrow with a long cylindrical shaft and a cone for the tip\"\n" 21034 " short_help=\"Create a 3D arrow\">The Arrow source appends a\n" 21035 " cylinder to a cone to form a 3D arrow. The length of the\n" 21036 " whole arrow is 1.0 unit. The output of the Arrow source is\n" 21037 " polygonal data. This polygonal data will not contain\n" 21038 " normals, so rendering of the arrow will be performed using\n" 21039 " flat shading. The appearance of the arrow can be improved\n" 21040 " without significantly increasing the resolution of the tip\n" 21041 " and shaft by generating normals. (Use Normals Generation\n" 21042 " filter).</Documentation>\n" 21043 " <IntVectorProperty command=\"SetTipResolution\"\n" 21044 " default_values=\"6\"\n" 21045 " name=\"TipResolution\"\n" 21046 " number_of_elements=\"1\"\n" 21047 " panel_visibility=\"advanced\">\n" 21048 " <IntRangeDomain max=\"128\"\n" 21050 " name=\"range\" />\n" 21051 " <Documentation>This property specifies the number of faces in the\n" 21052 " representation of the tip of the arrow (the cone). As the resolution\n" 21053 " increases, the cone will become smoother.</Documentation>\n" 21054 " </IntVectorProperty>\n" 21055 " <!-- These arbitrary ranges come from the header file for vtkArrowSource.-->\n" 21056 " <DoubleVectorProperty command=\"SetTipRadius\"\n" 21057 " default_values=\"0.1\"\n" 21058 " name=\"TipRadius\"\n" 21059 " number_of_elements=\"1\"\n" 21060 " panel_visibility=\"default\">\n" 21061 " <DoubleRangeDomain max=\"10\"\n" 21063 " name=\"range\" />\n" 21064 " <Documentation>This property specifies the radius of the widest part of\n" 21065 " the tip of the arrow (the cone).</Documentation>\n" 21066 " </DoubleVectorProperty>\n" 21067 " <DoubleVectorProperty command=\"SetTipLength\"\n" 21068 " default_values=\"0.35\"\n" 21069 " name=\"TipLength\"\n" 21070 " number_of_elements=\"1\"\n" 21071 " panel_visibility=\"default\">\n" 21072 " <DoubleRangeDomain max=\"1\"\n" 21074 " name=\"range\" />\n" 21075 " <Documentation>This property specifies the length of the\n" 21076 " tip.</Documentation>\n" 21077 " </DoubleVectorProperty>\n" 21078 " <IntVectorProperty command=\"SetShaftResolution\"\n" 21079 " default_values=\"6\"\n" 21080 " name=\"ShaftResolution\"\n" 21081 " number_of_elements=\"1\"\n" 21082 " panel_visibility=\"advanced\">\n" 21083 " <IntRangeDomain max=\"128\"\n" 21085 " name=\"range\" />\n" 21086 " <Documentation>This property specifies the number of faces of the shaft\n" 21087 " of the arrow (the cylinder). As the resolution increases, the cylinder\n" 21088 " will become smoother.</Documentation>\n" 21089 " </IntVectorProperty>\n" 21090 " <DoubleVectorProperty command=\"SetShaftRadius\"\n" 21091 " default_values=\"0.03\"\n" 21092 " name=\"ShaftRadius\"\n" 21093 " number_of_elements=\"1\"\n" 21094 " panel_visibility=\"default\">\n" 21095 " <DoubleRangeDomain max=\"5\"\n" 21097 " name=\"range\" />\n" 21098 " <Documentation>This property specifies the radius of the shaft of the\n" 21099 " arrow (the cylinder).</Documentation>\n" 21100 " </DoubleVectorProperty>\n" 21101 " <IntVectorProperty command=\"SetInvert\"\n" 21102 " default_values=\"0\"\n" 21103 " name=\"Invert\"\n" 21104 " number_of_elements=\"1\"\n" 21105 " panel_visibility=\"default\">\n" 21106 " <BooleanDomain name=\"bool\" />\n" 21107 " <Documentation>Inverts the arrow direction.</Documentation>\n" 21108 " </IntVectorProperty>\n" 21109 " <!-- End Arrow -->\n" 21110 " </SourceProxy>\n" 21112 " <!-- ==================================================================== -->\n" 21113 " <SourceProxy class=\"vtkCellTypeSource\"\n" 21114 " label=\"Unstructured Cell Types\"\n" 21115 " name=\"UnstructuredCellTypes\">\n" 21116 " <Documentation long_help=\"Generates cells of the specified type.\"\n" 21117 " short_help=\"Generate cells of the specified type\">\n" 21118 " Generate cells of the specified type. If a 1D cell type is chosen then\n" 21119 " only the first value of BlocksDimension is used. If a 2D cell type is chosen\n" 21120 " then only the first and second value of BlocksDimension is used. A cell block\n" 21121 " may be divided into multiple cells (e.g. 6 pyramids will be in a cell block).\n" 21123 " Note that not all meshes generated for Lagrange cells (particularly tetrahedra)\n" 21124 " will be conformal; their boundaries will not meet exactly at block boundaries.\n" 21125 " </Documentation>\n" 21126 " <IntVectorProperty command=\"SetCellType\"\n" 21127 " default_values=\"12\"\n" 21128 " name=\"CellType\"\n" 21129 " number_of_elements=\"1\">\n" 21130 " <Documentation>This property specifies the type of cells to generate.\n" 21131 " </Documentation>\n" 21132 " <EnumerationDomain name=\"enum\">\n" 21133 " <Entry text=\"Line\"\n" 21134 " value=\"3\" />\n" 21135 " <Entry text=\"Quadratic Line\"\n" 21136 " value=\"21\" />\n" 21137 " <Entry text=\"Cubic Line\"\n" 21138 " value=\"35\" />\n" 21139 " <Entry text=\"Triangle\"\n" 21140 " value=\"5\" />\n" 21141 " <Entry text=\"Quad\"\n" 21142 " value=\"9\" />\n" 21143 " <Entry text=\"Quadratic Triangle\"\n" 21144 " value=\"22\" />\n" 21145 " <Entry text=\"Quadratic Quad\"\n" 21146 " value=\"23\" />\n" 21147 " <Entry text=\"Tet\"\n" 21148 " value=\"10\" />\n" 21149 " <Entry text=\"Hex\"\n" 21150 " value=\"12\" />\n" 21151 " <Entry text=\"Wedge\"\n" 21152 " value=\"13\" />\n" 21153 " <Entry text=\"Pyramid\"\n" 21154 " value=\"14\" />\n" 21155 " <Entry text=\"Quadratic Tet\"\n" 21156 " value=\"24\" />\n" 21157 " <Entry text=\"Quadratic Hex\"\n" 21158 " value=\"25\" />\n" 21159 " <Entry text=\"Quadratic Wedge\"\n" 21160 " value=\"26\" />\n" 21161 " <Entry text=\"Quadratic Pyramid\"\n" 21162 " value=\"27\" />\n" 21163 " <Entry text=\"Lagrange Curve\"\n" 21164 " value=\"68\" />\n" 21165 " <Entry text=\"Lagrange Triangle\"\n" 21166 " value=\"69\" />\n" 21167 " <Entry text=\"Lagrange Quadrilateral\"\n" 21168 " value=\"70\" />\n" 21169 " <Entry text=\"Lagrange Tetrahedron\"\n" 21170 " value=\"71\" />\n" 21171 " <Entry text=\"Lagrange Hexahedron\"\n" 21172 " value=\"72\" />\n" 21173 " <Entry text=\"Lagrange Wedge\"\n" 21174 " value=\"73\" />\n" 21175 " <Entry text=\"Bezier Curve\"\n" 21176 " value=\"75\" />\n" 21177 " <Entry text=\"Bezier Triangle\"\n" 21178 " value=\"76\" />\n" 21179 " <Entry text=\"Bezier Quadrilateral\"\n" 21180 " value=\"77\" />\n" 21181 " <Entry text=\"Bezier Tetrahedron\"\n" 21182 " value=\"78\" />\n" 21183 " <Entry text=\"Bezier Hexahedron\"\n" 21184 " value=\"79\" />\n" 21185 " <Entry text=\"Bezier Wedge\"\n" 21186 " value=\"80\" />\n" 21187 " </EnumerationDomain>\n" 21188 " </IntVectorProperty>\n" 21189 " <IntVectorProperty command=\"SetOutputPrecision\"\n" 21190 " default_values=\"0\"\n" 21191 " name=\"OutputPrecision\"\n" 21192 " number_of_elements=\"1\"\n" 21193 " panel_visibility=\"advanced\">\n" 21194 " <Documentation>This property specifies the precision of point locations and fields.\n" 21195 " </Documentation>\n" 21196 " <EnumerationDomain name=\"enum\">\n" 21197 " <Entry text=\"Single\"\n" 21198 " value=\"0\" />\n" 21199 " <Entry text=\"Double\"\n" 21200 " value=\"1\" />\n" 21201 " </EnumerationDomain>\n" 21202 " </IntVectorProperty>\n" 21203 " <IntVectorProperty command=\"SetPolynomialFieldOrder\"\n" 21204 " default_values=\"1\"\n" 21205 " name=\"PolynomialFieldOrder\"\n" 21206 " number_of_elements=\"1\">\n" 21207 " <Documentation>This property specifies the order for the \"Polynomial\" point data field.\n" 21208 " </Documentation>\n" 21209 " <IntRangeDomain min=\"0\"\n" 21210 " name=\"range\" />\n" 21211 " </IntVectorProperty>\n" 21212 " <IntVectorProperty command=\"SetBlocksDimensions\"\n" 21213 " default_values=\"10 10 10\"\n" 21214 " name=\"BlocksDimensions\"\n" 21215 " number_of_elements=\"3\">\n" 21216 " <IntRangeDomain min=\"1 1 1\"\n" 21217 " name=\"range\" />\n" 21218 " <Documentation>Sets the number of blocks of cells in each direction.\n" 21219 " A cell block may be divided into multiple cells (e.g. there will be\n" 21220 " 6 pyramid cells in a cell block). If a 1D cell type is chosen only\n" 21221 " the first blocks dimension will be used. If a 2D cell type is chosen the\n" 21222 " first and second blocks dimensions will be used.\n" 21223 " </Documentation>\n" 21224 " </IntVectorProperty>\n" 21225 " <IntVectorProperty command=\"SetCellOrder\"\n" 21226 " default_values=\"3\"\n" 21227 " name=\"CellOrder\"\n" 21228 " number_of_elements=\"1\">\n" 21229 " <Documentation>This property specifies the interpolation order for Lagrange cell types.\n" 21230 " </Documentation>\n" 21231 " <IntRangeDomain min=\"1\" max=\"10\" name=\"range\" />\n" 21232 " </IntVectorProperty>\n" 21233 " <IntVectorProperty command=\"SetCompleteQuadraticSimplicialElements\"\n" 21234 " default_values=\"0\"\n" 21235 " name=\"CompleteQuadraticSimplicialElements\"\n" 21236 " label=\"Add nodes to complete polynomial basis\"\n" 21237 " number_of_elements=\"1\">\n" 21238 " <Documentation>When true, some quadratic Lagrange cell types will have additional nodes.\n" 21241 " triangles will have 7 points instead of 6;\n" 21242 " tetrahedra will have 15 points instead of 10; and\n" 21243 " wedges will have 21 points instead of 18.\n" 21244 " These additional points increase the number of polynomial terms\n" 21245 " in each element so that the shape functions can span a larger\n" 21246 " space of polynomial functions.\n" 21247 " </Documentation>\n" 21248 " <BooleanDomain name=\"bool\" />\n" 21249 " </IntVectorProperty>\n" 21250 " <!-- End of CellTypeSource -->\n" 21251 " </SourceProxy>\n" 21253 " <!-- ==================================================================== -->\n" 21254 " <SourceProxy class=\"vtkConeSource\"\n" 21255 " name=\"Test3DWidget\">\n" 21256 " <IntVectorProperty command=\"SetResolution\"\n" 21257 " default_values=\"6\"\n" 21258 " name=\"Resolution\"\n" 21259 " number_of_elements=\"1\">\n" 21260 " <IntRangeDomain max=\"128\"\n" 21262 " name=\"range\" />\n" 21263 " <Documentation>Set the number of faces used to generate the\n" 21264 " cone.</Documentation>\n" 21265 " </IntVectorProperty>\n" 21266 " <!-- End Test3DWidget -->\n" 21267 " </SourceProxy>\n" 21269 " <!-- ==================================================================== -->\n" 21270 " <SourceProxy class=\"vtkConeSource\"\n" 21271 " label=\"Cone\"\n" 21272 " name=\"ConeSource\">\n" 21273 " <Documentation long_help=\"Create a 3D cone of a given radius and height.\"\n" 21274 " short_help=\"3D cone of a given radius and height\">The Cone\n" 21275 " source can be used to add a polygonal cone to the 3D\n" 21276 " scene. The output of the Cone source is polygonal\n" 21277 " data.</Documentation>\n" 21278 " <IntVectorProperty animateable=\"1\"\n" 21279 " command=\"SetResolution\"\n" 21280 " default_values=\"6\"\n" 21281 " name=\"Resolution\"\n" 21282 " number_of_elements=\"1\"\n" 21283 " panel_visibility=\"default\">\n" 21284 " <IntRangeDomain max=\"512\"\n" 21286 " name=\"range\" />\n" 21287 " <Documentation>This property indicates the number of divisions around\n" 21288 " the cone. The higher this number, the closer the polygonal\n" 21289 " approximation will come to representing a cone, and the more polygons\n" 21290 " it will contain.</Documentation>\n" 21291 " </IntVectorProperty>\n" 21292 " <DoubleVectorProperty animateable=\"1\"\n" 21293 " command=\"SetRadius\"\n" 21294 " default_values=\"0.5\"\n" 21295 " name=\"Radius\"\n" 21296 " number_of_elements=\"1\"\n" 21297 " panel_visibility=\"default\">\n" 21298 " <DoubleRangeDomain min=\"0\"\n" 21299 " name=\"range\" />\n" 21300 " <Documentation>This property specifies the radius of the base of the\n" 21301 " cone.</Documentation>\n" 21302 " </DoubleVectorProperty>\n" 21303 " <DoubleVectorProperty animateable=\"1\"\n" 21304 " command=\"SetHeight\"\n" 21305 " default_values=\"1.0\"\n" 21306 " name=\"Height\"\n" 21307 " number_of_elements=\"1\"\n" 21308 " panel_visibility=\"default\">\n" 21309 " <DoubleRangeDomain min=\"0\"\n" 21310 " name=\"range\" />\n" 21311 " <Documentation>This property specifies the height of the\n" 21312 " cone.</Documentation>\n" 21313 " </DoubleVectorProperty>\n" 21314 " <DoubleVectorProperty animateable=\"1\"\n" 21315 " command=\"SetCenter\"\n" 21316 " default_values=\"0.0 0.0 0.0\"\n" 21317 " name=\"Center\"\n" 21318 " number_of_elements=\"3\"\n" 21319 " panel_visibility=\"default\">\n" 21320 " <DoubleRangeDomain name=\"range\" />\n" 21321 " <Documentation>This property specifies the center of the\n" 21322 " cone.</Documentation>\n" 21323 " </DoubleVectorProperty>\n" 21324 " <DoubleVectorProperty animateable=\"1\"\n" 21325 " command=\"SetDirection\"\n" 21326 " default_values=\"1.0 0.0 0.0\"\n" 21327 " name=\"Direction\"\n" 21328 " number_of_elements=\"3\"\n" 21329 " panel_visibility=\"default\">\n" 21330 " <DoubleRangeDomain name=\"range\" />\n" 21331 " <Documentation>Set the orientation vector of the cone. The vector does\n" 21332 " not have to be normalized. The cone will point in the direction\n" 21333 " specified.</Documentation>\n" 21334 " </DoubleVectorProperty>\n" 21335 " <IntVectorProperty animateable=\"1\"\n" 21336 " command=\"SetCapping\"\n" 21337 " default_values=\"1\"\n" 21342 " name=\"Capping\"\n" 21343 " number_of_elements=\"1\">\n" 21344 " <BooleanDomain name=\"bool\" />\n" 21345 " <Documentation>If this property is set to 1, the base of the cone will\n" 21346 " be capped with a filled polygon. Otherwise, the base of the cone will\n" 21347 " be open.</Documentation>\n" 21348 " </IntVectorProperty>\n" 21349 " <!-- End Cone -->\n" 21350 " </SourceProxy>\n" 21352 " <!-- ==================================================================== -->\n" 21353 " <SourceProxy class=\"vtkCubeSource\"\n" 21355 " name=\"CubeSource\">\n" 21356 " <Documentation long_help=\"Create a box with specified X, Y, and Z lengths.\"\n" 21357 " short_help=\"3D box with specified X, Y, and Z lengths\">The\n" 21358 " Box source can be used to add a box to the 3D scene. The\n" 21359 " output of the Box source is polygonal data containing both\n" 21360 " normals and texture coordinates.</Documentation>\n" 21361 " <DoubleVectorProperty animateable=\"1\"\n" 21362 " command=\"SetXLength\"\n" 21363 " default_values=\"1.0\"\n" 21364 " name=\"XLength\"\n" 21365 " number_of_elements=\"1\"\n" 21366 " panel_visibility=\"default\">\n" 21367 " <DoubleRangeDomain min=\"0\"\n" 21368 " name=\"range\" />\n" 21369 " <Documentation>This property specifies the length of the box in the X\n" 21370 " direction.</Documentation>\n" 21371 " </DoubleVectorProperty>\n" 21372 " <DoubleVectorProperty animateable=\"1\"\n" 21373 " command=\"SetYLength\"\n" 21374 " default_values=\"1.0\"\n" 21375 " name=\"YLength\"\n" 21376 " number_of_elements=\"1\"\n" 21377 " panel_visibility=\"default\">\n" 21378 " <DoubleRangeDomain min=\"0\"\n" 21379 " name=\"range\" />\n" 21380 " <Documentation>This property specifies the length of the box in the Y\n" 21381 " direction.</Documentation>\n" 21382 " </DoubleVectorProperty>\n" 21383 " <DoubleVectorProperty animateable=\"1\"\n" 21384 " command=\"SetZLength\"\n" 21385 " default_values=\"1.0\"\n" 21386 " name=\"ZLength\"\n" 21387 " number_of_elements=\"1\"\n" 21388 " panel_visibility=\"default\">\n" 21389 " <DoubleRangeDomain min=\"0\"\n" 21390 " name=\"range\" />\n" 21391 " <Documentation>This property specifies the length of the box in the Z\n" 21392 " direction.</Documentation>\n" 21393 " </DoubleVectorProperty>\n" 21394 " <DoubleVectorProperty animateable=\"1\"\n" 21395 " command=\"SetCenter\"\n" 21396 " default_values=\"0.0 0.0 0.0\"\n" 21397 " name=\"Center\"\n" 21398 " number_of_elements=\"3\"\n" 21399 " panel_visibility=\"default\">\n" 21400 " <DoubleRangeDomain name=\"range\" />\n" 21401 " <Documentation>This property specifies the center of the\n" 21402 " box.</Documentation>\n" 21403 " </DoubleVectorProperty>\n" 21404 " <!-- End Box -->\n" 21405 " </SourceProxy>\n" 21407 " <!-- ==================================================================== -->\n" 21408 " <SourceProxy class=\"vtkCylinderSource\"\n" 21409 " label=\"Cylinder\"\n" 21410 " name=\"CylinderSource\">\n" 21411 " <Documentation long_help=\"Create a 3D cylinder of a given radius and height.\"\n" 21412 " short_help=\"3D cylinder of a given radius and height\">The\n" 21413 " Cylinder source can be used to add a polygonal cylinder to\n" 21414 " the 3D scene. The output of the Cylinder source is\n" 21415 " polygonal data containing both normals and texture\n" 21416 " coordinates.</Documentation>\n" 21417 " <IntVectorProperty command=\"SetResolution\"\n" 21418 " default_values=\"6\"\n" 21419 " name=\"Resolution\"\n" 21420 " number_of_elements=\"1\"\n" 21421 " panel_visibility=\"default\">\n" 21422 " <IntRangeDomain max=\"512\"\n" 21424 " name=\"range\" />\n" 21425 " <Documentation>This property indicates the number of divisions around\n" 21426 " the cylinder. The higher this number, the closer the polygonal\n" 21427 " approximation will come to representing a cylinder, and the more\n" 21428 " polygons it will contain.</Documentation>\n" 21429 " </IntVectorProperty>\n" 21430 " <DoubleVectorProperty animateable=\"1\"\n" 21431 " command=\"SetHeight\"\n" 21432 " default_values=\"1.0\"\n" 21433 " name=\"Height\"\n" 21434 " number_of_elements=\"1\"\n" 21435 " panel_visibility=\"default\">\n" 21436 " <DoubleRangeDomain min=\"0\"\n" 21437 " name=\"range\" />\n" 21438 " <Documentation>This property specifies the height of the cylinder\n" 21439 " (along the y axis).</Documentation>\n" 21440 " </DoubleVectorProperty>\n" 21441 " <DoubleVectorProperty command=\"SetRadius\"\n" 21442 " default_values=\"0.5\"\n" 21443 " name=\"Radius\"\n" 21444 " number_of_elements=\"1\"\n" 21445 " panel_visibility=\"default\">\n" 21446 " <DoubleRangeDomain min=\"0\"\n" 21447 " name=\"range\" />\n" 21448 " <Documentation>This property specifies the radius of the\n" 21449 " cylinder.</Documentation>\n" 21450 " </DoubleVectorProperty>\n" 21451 " <DoubleVectorProperty animateable=\"1\"\n" 21452 " command=\"SetCenter\"\n" 21453 " default_values=\"0.0 0.0 0.0\"\n" 21454 " name=\"Center\"\n" 21455 " number_of_elements=\"3\"\n" 21456 " panel_visibility=\"default\">\n" 21457 " <DoubleRangeDomain name=\"range\" />\n" 21458 " <Documentation>This property specifies the coordinate value at the\n" 21459 " center of the cylinder.</Documentation>\n" 21460 " </DoubleVectorProperty>\n" 21461 " <IntVectorProperty command=\"SetCapping\"\n" 21462 " default_values=\"1\"\n" 21463 " name=\"Capping\"\n" 21464 " number_of_elements=\"1\">\n" 21465 " <BooleanDomain name=\"bool\" />\n" 21466 " <Documentation>If this property is set to 1, the ends of the cylinder\n" 21467 " will each be capped with a closed polygon. Otherwise, the ends of the\n" 21468 " cylinder will be open.</Documentation>\n" 21469 " </IntVectorProperty>\n" 21470 " <!-- End Cylinder -->\n" 21471 " </SourceProxy>\n" 21473 " <!-- ==================================================================== -->\n" 21474 " <SourceProxy class=\"vtkDiskSource\"\n" 21475 " label=\"Disk\"\n" 21476 " name=\"DiskSource\">\n" 21477 " <Documentation long_help=\"Create a 3D disk with a specified inner and outer radius.\"\n" 21478 " short_help=\"Create a 3D disk\">The Disk source can be used\n" 21479 " to add a polygonal disk to the 3D scene. The output of the\n" 21480 " Disk source is polygonal data.</Documentation>\n" 21481 " <DoubleVectorProperty animateable=\"1\"\n" 21482 " command=\"SetInnerRadius\"\n" 21483 " default_values=\"0.5\"\n" 21484 " name=\"InnerRadius\"\n" 21485 " number_of_elements=\"1\"\n" 21486 " panel_visibility=\"default\">\n" 21487 " <DoubleRangeDomain min=\"0\"\n" 21488 " name=\"range\" />\n" 21489 " <Documentation>Specify inner radius of hole in disc.</Documentation>\n" 21490 " </DoubleVectorProperty>\n" 21491 " <DoubleVectorProperty animateable=\"1\"\n" 21492 " command=\"SetOuterRadius\"\n" 21493 " default_values=\"1.0\"\n" 21494 " name=\"OuterRadius\"\n" 21495 " number_of_elements=\"1\"\n" 21496 " panel_visibility=\"default\">\n" 21497 " <DoubleRangeDomain min=\"0\"\n" 21498 " name=\"range\" />\n" 21499 " <Documentation>Specify outer radius of disc.</Documentation>\n" 21500 " </DoubleVectorProperty>\n" 21501 " <IntVectorProperty command=\"SetRadialResolution\"\n" 21502 " default_values=\"8\"\n" 21503 " name=\"RadialResolution\"\n" 21504 " number_of_elements=\"1\"\n" 21505 " panel_visibility=\"advanced\">\n" 21506 " <IntRangeDomain max=\"1024\"\n" 21508 " name=\"range\" />\n" 21509 " <Documentation>Set the number of points in radial\n" 21510 " direction.</Documentation>\n" 21511 " </IntVectorProperty>\n" 21512 " <IntVectorProperty command=\"SetCircumferentialResolution\"\n" 21513 " default_values=\"8\"\n" 21514 " name=\"CircumferentialResolution\"\n" 21515 " number_of_elements=\"1\"\n" 21516 " panel_visibility=\"advanced\">\n" 21517 " <IntRangeDomain max=\"1024\"\n" 21519 " name=\"range\" />\n" 21520 " <Documentation>Set the number of points in circumferential\n" 21521 " direction.</Documentation>\n" 21522 " </IntVectorProperty>\n" 21523 " <!-- End DiscSource -->\n" 21524 " </SourceProxy>\n" 21526 " <!-- ==================================================================== -->\n" 21527 " <SourceProxy class=\"vtkEllipseArcSource\"\n" 21528 " label=\"Ellipse\"\n" 21529 " name=\"EllipseSource\">\n" 21530 " <Documentation short_help=\"Create an elliptical arc\">\n" 21531 " Source that creates an elliptical arc\n" 21532 " defined by a normal, a center, a major radius vector (the direction in\n" 21533 " which the ellipse is longest), and a ratio defined as the minor radius over\n" 21534 " the major radius. A starting angle and segment angle control the starting\n" 21535 " and ending points on the ellipse perimeter, enabling creation of only a\n" 21536 " section of the ellipse. The number of segments in the polyline is controlled\n" 21537 " by setting the object resolution.\n" 21538 " </Documentation>\n" 21539 " <DoubleVectorProperty command=\"SetCenter\"\n" 21540 " default_values=\"0.0 0.0 0.0\"\n" 21541 " name=\"Center\"\n" 21542 " number_of_elements=\"3\" >\n" 21543 " <DoubleRangeDomain name=\"range\" />\n" 21544 " <Documentation>The center of the ellipse.</Documentation>\n" 21545 " </DoubleVectorProperty>\n" 21546 " <DoubleVectorProperty command=\"SetNormal\"\n" 21547 " default_values=\"0.0 0.0 1.0\"\n" 21548 " name=\"Normal\"\n" 21549 " number_of_elements=\"3\" >\n" 21550 " <DoubleRangeDomain name=\"range\" />\n" 21551 " <Documentation>The normal of the plane containing the ellipse.</Documentation>\n" 21552 " </DoubleVectorProperty>\n" 21553 " <IntVectorProperty command=\"SetResolution\"\n" 21554 " default_values=\"100\"\n" 21555 " name=\"Resolution\"\n" 21556 " number_of_elements=\"1\" >\n" 21557 " <IntRangeDomain max=\"1024\" min=\"8\" name=\"range\" />\n" 21558 " <Documentation>Number of line segments in the polyline defining the ellipse edge.</Documentation>\n" 21559 " </IntVectorProperty>\n" 21561 " <DoubleVectorProperty command=\"SetMajorRadiusVector\"\n" 21562 " default_values=\"1.0 0.0 0.0\"\n" 21563 " name=\"MajorRadiusVector\"\n" 21564 " number_of_elements=\"3\" >\n" 21565 " <DoubleRangeDomain name=\"range\" />\n" 21566 " <Documentation>The origin of polar angle and the major radius size.</Documentation>\n" 21567 " </DoubleVectorProperty>\n" 21569 " <DoubleVectorProperty command=\"SetRatio\"\n" 21570 " default_values=\"1.0\"\n" 21571 " name=\"Ratio\"\n" 21572 " number_of_elements=\"1\" >\n" 21573 " <DoubleRangeDomain name=\"range\" min=\"0.001\" max=\"1.0\" />\n" 21574 " <Documentation>Ratio of the ellipse defined as minor radius / major radius. Valid\n" 21575 " values are in the range [0.001, 1.0].</Documentation>\n" 21576 " </DoubleVectorProperty>\n" 21578 " <DoubleVectorProperty command=\"SetStartAngle\"\n" 21579 " default_values=\"0.0\"\n" 21580 " name=\"StartAngle\"\n" 21581 " number_of_elements=\"1\"\n" 21582 " panel_visibility=\"advanced\">\n" 21583 " <DoubleRangeDomain name=\"range\" min=\"-360.0\" max=\"360.0\" />\n" 21584 " <Documentation>The angle (in degrees) where the ellipse begins relative to the\n" 21585 " **Major Radius Vector**.</Documentation>\n" 21586 " </DoubleVectorProperty>\n" 21587 " <DoubleVectorProperty command=\"SetSegmentAngle\"\n" 21588 " default_values=\"360.0\"\n" 21589 " name=\"SectorAngle\"\n" 21590 " number_of_elements=\"1\"\n" 21591 " panel_visibility=\"advanced\">\n" 21592 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"360.0\" />\n" 21593 " <Documentation>The angular sector occupied by the arc, measured in degrees from\n" 21594 " the **Start Angle**.</Documentation>\n" 21595 " </DoubleVectorProperty>\n" 21596 " <IntVectorProperty command=\"SetClose\"\n" 21597 " default_values=\"1\"\n" 21598 " name=\"Close\"\n" 21599 " number_of_elements=\"1\"\n" 21600 " panel_visibility=\"advanced\">\n" 21601 " <BooleanDomain name=\"bool\" />\n" 21602 " <Documentation>When on, closes the elliptical arc by adding a line segment between\n" 21603 " the last point and the first point.</Documentation>\n" 21604 " </IntVectorProperty>\n" 21605 " </SourceProxy>\n" 21607 " <!-- ==================================================================== -->\n" 21608 " <SourceProxy class=\"vtkGlyphSource2D\"\n" 21609 " label=\"2D Glyph\"\n" 21610 " name=\"GlyphSource2D\">\n" 21611 " <Documentation long_help=\"Create a 2D glyph (e.g., arrow, cross, dash, etc.)\"\n" 21612 " short_help=\"Create a 2D glyph\">The 2D Glyph source is used\n" 21613 " for generating a family of 2D glyphs, each of which lies\n" 21614 " in the x-y plane. The output of the 2D Glyph source is\n" 21615 " polygonal data.</Documentation>\n" 21616 " <IntVectorProperty command=\"SetGlyphType\"\n" 21617 " default_values=\"9\"\n" 21618 " name=\"GlyphType\"\n" 21619 " number_of_elements=\"1\">\n" 21620 " <EnumerationDomain name=\"enum\">\n" 21621 " <Entry text=\"Vertex\"\n" 21622 " value=\"1\" />\n" 21623 " <Entry text=\"Dash\"\n" 21624 " value=\"2\" />\n" 21625 " <Entry text=\"Cross\"\n" 21626 " value=\"3\" />\n" 21627 " <Entry text=\"ThickCross\"\n" 21628 " value=\"4\" />\n" 21629 " <Entry text=\"Triangle\"\n" 21630 " value=\"5\" />\n" 21631 " <Entry text=\"Square\"\n" 21632 " value=\"6\" />\n" 21633 " <Entry text=\"Circle\"\n" 21634 " value=\"7\" />\n" 21635 " <Entry text=\"Diamond\"\n" 21636 " value=\"8\" />\n" 21637 " <Entry text=\"Arrow\"\n" 21638 " value=\"9\" />\n" 21639 " <Entry text=\"ThickArrow\"\n" 21640 " value=\"10\" />\n" 21641 " <Entry text=\"HookedArrow\"\n" 21642 " value=\"11\" />\n" 21643 " <Entry text=\"EdgeArrow\"\n" 21644 " value=\"12\" />\n" 21649 " </EnumerationDomain>\n" 21650 " <Documentation>This property specifies the type of the 2D\n" 21651 " glyph.</Documentation>\n" 21652 " </IntVectorProperty>\n" 21653 " <IntVectorProperty command=\"SetFilled\"\n" 21654 " default_values=\"0\"\n" 21655 " name=\"Filled\"\n" 21656 " number_of_elements=\"1\">\n" 21657 " <BooleanDomain name=\"bool\" />\n" 21658 " <Documentation>If the value of this property is 1, the 2D glyph will be\n" 21659 " a filled polygon; otherwise, only the edges (line segments) will be\n" 21660 " included in the output. This only applies to closed 2D\n" 21661 " glyphs.</Documentation>\n" 21662 " </IntVectorProperty>\n" 21663 " <DoubleVectorProperty command=\"SetCenter\"\n" 21664 " default_values=\"0.0 0.0 0.0\"\n" 21665 " name=\"Center\"\n" 21666 " number_of_elements=\"3\">\n" 21667 " <DoubleRangeDomain name=\"range\" />\n" 21668 " <Documentation>Set the x, y, z coordinates of the origin of the 2D\n" 21669 " glyph.</Documentation>\n" 21670 " </DoubleVectorProperty>\n" 21671 " <!-- End 2DGlyph -->\n" 21672 " </SourceProxy>\n" 21674 " <!-- ==================================================================== -->\n" 21675 " <SourceProxy class=\"vtkHyperTreeGridSource\"\n" 21676 " label=\"Hyper Tree Grid\"\n" 21677 " name=\"HyperTreeGridSource\">\n" 21678 " <Documentation long_help=\"Hyper tree grid representing a tree-based AMR data set\"\n" 21679 " short_help=\"Create a hyper tree grid\">This source uses input parameters,\n" 21680 " most notably a string descriptor, to generate a vtkHyperTreeGrid instance\n" 21681 " representing the corresponding a tree-based AMR grid with arbitrary rectilinear\n" 21682 " geometry and either binary or ternary subdivision.</Documentation>\n" 21683 " <IntVectorProperty command=\"SetDimensions\"\n" 21684 " default_values=\"2 2 2\"\n" 21685 " name=\"Dimensions\"\n" 21686 " number_of_elements=\"3\">\n" 21687 " <IntRangeDomain name=\"range\" />\n" 21688 " <Documentation>The three values in this property specify the number\n" 21689 " of points in each dimension of the hyper tree grid.</Documentation>\n" 21690 " </IntVectorProperty>\n" 21691 " <DoubleVectorProperty command=\"SetGridScale\"\n" 21692 " default_values=\"1 1 1\"\n" 21693 " name=\"GridScale\"\n" 21694 " number_of_elements=\"3\">\n" 21695 " <DoubleRangeDomain min=\"0\"\n" 21696 " name=\"range\" />\n" 21697 " <Documentation>The three values in this property specify the scale\n" 21698 " of the root cells in each dimension of the hyper tree grid.</Documentation>\n" 21699 " </DoubleVectorProperty>\n" 21700 " <IntVectorProperty command=\"SetBranchFactor\"\n" 21701 " default_values=\"2\"\n" 21702 " name=\"BranchFactor\"\n" 21703 " number_of_elements=\"1\">\n" 21704 " <IntRangeDomain max=\"3\"\n" 21706 " name=\"range\" />\n" 21707 " <Documentation>This property specifies the subdivision scheme\n" 21708 " (binary or ternary) of the hyper tree grid.</Documentation>\n" 21709 " </IntVectorProperty>\n" 21710 " <IntVectorProperty command=\"SetMaxDepth\"\n" 21711 " default_values=\"1\"\n" 21712 " name=\"MaxDepth\"\n" 21713 " number_of_elements=\"1\">\n" 21714 " <IntRangeDomain min=\"1\"\n" 21715 " name=\"range\" />\n" 21716 " <Documentation>The value of this property specifies the maximum\n" 21717 " number of levels in the hyper tree grid.</Documentation>\n" 21718 " </IntVectorProperty>\n" 21719 " <StringVectorProperty command=\"SetDescriptor\"\n" 21720 " default_values=\".\"\n" 21721 " name=\"Descriptor\"\n" 21722 " number_of_elements=\"1\"\n" 21723 " panel_visibility=\"default\">\n" 21725 " <Widget type=\"multi_line\" />\n" 21727 " <Documentation>This property specifies the string used to describe\n" 21728 " the hyper tree grid.</Documentation>\n" 21729 " </StringVectorProperty>\n" 21730 " <!-- End Hyper Tree Grid -->\n" 21731 " </SourceProxy>\n" 21733 " <!-- ==================================================================== -->\n" 21734 " <SourceProxy class=\"vtkLineSource\"\n" 21735 " label=\"Line\"\n" 21736 " name=\"LineSource\">\n" 21737 " <Documentation long_help=\"This source creates a line between two points. The resolution indicates how many segments are in the line.\"\n" 21738 " short_help=\"Create a line between two points\">The Line\n" 21739 " source can be used to interactively (using a 3D widget) or\n" 21740 " manually (using the entries on the user interface) add a\n" 21741 " line to the 3D scene. The output of the Line source is\n" 21742 " polygonal data.</Documentation>\n" 21743 " <DoubleVectorProperty animateable=\"1\"\n" 21744 " command=\"SetPoint1\"\n" 21745 " default_values=\"-0.5 0.0 0.0\"\n" 21746 " name=\"Point1\"\n" 21747 " number_of_elements=\"3\">\n" 21748 " <DoubleRangeDomain name=\"range\" />\n" 21749 " <Documentation>This property controls the coordinates of the first\n" 21750 " endpoint of the line.</Documentation>\n" 21751 " </DoubleVectorProperty>\n" 21752 " <DoubleVectorProperty animateable=\"1\"\n" 21753 " command=\"SetPoint2\"\n" 21754 " default_values=\"0.5 0.0 0.0\"\n" 21755 " name=\"Point2\"\n" 21756 " number_of_elements=\"3\">\n" 21757 " <DoubleRangeDomain name=\"range\" />\n" 21758 " <Documentation>This property controls the coordinates of the second\n" 21759 " endpoint of the line.</Documentation>\n" 21760 " </DoubleVectorProperty>\n" 21761 " <IntVectorProperty name=\"UseRegularRefinement\"\n" 21762 " command=\"SetUseRegularRefinement\"\n" 21763 " number_of_elements=\"1\"\n" 21764 " default_values=\"1\">\n" 21765 " <BooleanDomain name=\"bool\" />\n" 21766 " <Documentation>\n" 21767 " If set, the line segment will be generated with regular subdivisions (specified\n" 21768 " by **Resolution**), else the subdivisions must be explicitly specified.\n" 21769 " </Documentation>\n" 21770 " </IntVectorProperty>\n" 21771 " <IntVectorProperty command=\"SetResolution\"\n" 21772 " default_values=\"6\"\n" 21773 " name=\"Resolution\"\n" 21774 " number_of_elements=\"1\">\n" 21775 " <IntRangeDomain min=\"1\"\n" 21776 " name=\"range\" />\n" 21777 " <Documentation>This property specifies the number of pieces into which\n" 21778 " to divide the line.</Documentation>\n" 21780 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 21781 " mode=\"visibility\"\n" 21782 " property=\"UseRegularRefinement\"\n" 21783 " value=\"1\" />\n" 21785 " </IntVectorProperty>\n" 21786 " <DoubleVectorProperty name=\"RefinementRatios\"\n" 21787 " repeat_command=\"1\"\n" 21788 " number_of_elements_per_command=\"1\"\n" 21789 " use_index=\"1\"\n" 21790 " command=\"SetRefinementRatio\"\n" 21791 " set_number_command=\"SetNumberOfRefinementRatios\"\n" 21792 " number_of_elements=\"2\"\n" 21793 " default_values=\"0.0 1.0\">\n" 21794 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n" 21795 " <Documentation>\n" 21796 " Specify refinements ration in the range [0.0, 1.0] where to add points\n" 21797 " along the line segment. 0.0 and 1.0 must be added to add the start and end points,\n" 21799 " </Documentation>\n" 21801 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 21802 " mode=\"visibility\"\n" 21803 " property=\"UseRegularRefinement\"\n" 21804 " value=\"0\" />\n" 21806 " </DoubleVectorProperty>\n" 21807 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n" 21808 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n" 21809 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n" 21810 " </PropertyGroup>\n" 21811 " <!-- End Line -->\n" 21812 " </SourceProxy>\n" 21814 " <!-- ==================================================================== -->\n" 21815 " <SourceProxy class=\"vtkLineSource\"\n" 21816 " label=\"Ruler\"\n" 21817 " name=\"Ruler\">\n" 21818 " <Documentation long_help=\"This is a line source that can be used to measure distance between two points\"\n" 21819 " short_help=\"Create a ruler\">The ruler can be used to\n" 21820 " interactively (using a 3D widget) or manually (using the\n" 21821 " entries on the user interface) specify two points and then\n" 21822 " determine the distance between the two points. To place\n" 21823 " points on the surface of any dataset, one can use the 'p'\n" 21824 " key shortcut.</Documentation>\n" 21825 " <DoubleVectorProperty default_values=\"-0.5 0.0 0.0\"\n" 21826 " name=\"Point1\"\n" 21827 " number_of_elements=\"3\"\n" 21828 " command=\"SetPoint1\">\n" 21829 " <DoubleRangeDomain name=\"range\" />\n" 21830 " <Documentation>This property controls the coordinates of the first\n" 21831 " endpoint of the line.</Documentation>\n" 21832 " </DoubleVectorProperty>\n" 21833 " <DoubleVectorProperty default_values=\"0.5 0.0 0.0\"\n" 21834 " name=\"Point2\"\n" 21835 " number_of_elements=\"3\"\n" 21836 " command=\"SetPoint2\">\n" 21837 " <DoubleRangeDomain name=\"range\" />\n" 21838 " <Documentation>This property controls the coordinates of the second\n" 21839 " endpoint of the line.</Documentation>\n" 21840 " </DoubleVectorProperty>\n" 21841 " <PropertyGroup label=\"Distance\" panel_widget=\"InteractiveLine\">\n" 21842 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n" 21843 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n" 21844 " </PropertyGroup>\n" 21846 " <Representation view=\"RenderView\" type=\"RulerSourceRepresentation\" />\n" 21848 " </SourceProxy>\n" 21850 " <!-- ==================================================================== -->\n" 21851 " <SourceProxy class=\"vtkOutlineSource\"\n" 21852 " label=\"Outline\"\n" 21853 " name=\"OutlineSource\">\n" 21854 " <Documentation long_help=\"3D outline of the specified bounds.\"\n" 21855 " short_help=\"Create an outline from the bounds\">The Outline\n" 21856 " source creates an axis aligned bounding box given the\n" 21857 " user-specified minimum and maximum coordinates for each\n" 21858 " axis.</Documentation>\n" 21859 " <DoubleVectorProperty command=\"SetBounds\"\n" 21860 " default_values=\"0 1 0 1 0 1\"\n" 21861 " name=\"Bounds\"\n" 21862 " number_of_elements=\"6\"\n" 21863 " panel_visibility=\"default\">\n" 21864 " <DoubleRangeDomain name=\"range\" />\n" 21865 " <Documentation>The values of this property specify the minimum and\n" 21866 " maximum X, Y, and Z coordinates (X min, X max, Y min, Y max, Z min, Z\n" 21867 " max) for drawing the outline.</Documentation>\n" 21868 " </DoubleVectorProperty>\n" 21869 " <!-- End OutlineSource -->\n" 21870 " </SourceProxy>\n" 21872 " <!-- ==================================================================== -->\n" 21873 " <SourceProxy class=\"vtkParametricFunctionSource\"\n" 21874 " name=\"SplineSource\">\n" 21875 " <Documentation long_help=\"Tessellate parametric functions.\"\n" 21876 " short_help=\"Tessellate parametric functions.\">This class\n" 21877 " tessellates parametric functions. The user must specify\n" 21878 " how many points in the parametric coordinate directions\n" 21879 " are required (i.e., the resolution), and the mode to use\n" 21880 " to generate scalars.</Documentation>\n" 21881 " <ProxyProperty command=\"SetParametricFunction\"\n" 21882 " label=\"Parametric Function\"\n" 21883 " name=\"ParametricFunction\">\n" 21884 " <ProxyListDomain name=\"proxy_list\">\n" 21885 " <Proxy group=\"parametric_functions\"\n" 21886 " name=\"Spline\" />\n" 21887 " </ProxyListDomain>\n" 21888 " <Documentation>Property used to reference the parametric function as\n" 21889 " data generator.</Documentation>\n" 21890 " </ProxyProperty>\n" 21891 " <IntVectorProperty name=\"Resolution\"\n" 21892 " command=\"SetUResolution\"\n" 21893 " number_of_elements=\"1\"\n" 21894 " default_values=\"50\">\n" 21895 " <IntRangeDomain name=\"range\" min=\"2\" />\n" 21896 " <Documentation>\n" 21897 " Set the spline resolution.\n" 21898 " </Documentation>\n" 21899 " </IntVectorProperty>\n" 21900 " </SourceProxy>\n" 21902 " <!-- ==================================================================== -->\n" 21903 " <SourceProxy class=\"vtkPlaneSource\"\n" 21904 " label=\"Plane\"\n" 21905 " name=\"PlaneSource\">\n" 21906 " <Documentation long_help=\"Create a parallelogram given an origin and two points. The resolution indicates the number of division along each axis of the plane.\"\n" 21907 " short_help=\"Create a parallelogram from an origin and two points\">\n" 21908 " The Plane source can be used to add a polygonal\n" 21909 " parallelogram to the 3D scene. Unlike the sphere, cone,\n" 21910 " and cylinder sources, the parallelogram is exactly\n" 21911 " represented at the lowest resolution, but higher\n" 21912 " resolutions may be desired if this plane is to be used as\n" 21913 " an input to a filter. The output of the Plane source is\n" 21914 " polygonal data.</Documentation>\n" 21915 " <DoubleVectorProperty animateable=\"1\"\n" 21916 " command=\"SetOrigin\"\n" 21917 " default_values=\"-0.5 -0.5 0.0\"\n" 21918 " name=\"Origin\"\n" 21919 " number_of_elements=\"3\"\n" 21920 " panel_visibility=\"default\">\n" 21921 " <DoubleRangeDomain name=\"range\" />\n" 21922 " <Documentation>This property specifies the 3D coordinate of the origin\n" 21923 " (one corner) of the plane.</Documentation>\n" 21924 " </DoubleVectorProperty>\n" 21925 " <DoubleVectorProperty animateable=\"1\"\n" 21926 " command=\"SetPoint1\"\n" 21927 " default_values=\"0.5 -0.5 0.0\"\n" 21928 " name=\"Point1\"\n" 21929 " number_of_elements=\"3\"\n" 21930 " panel_visibility=\"default\">\n" 21931 " <DoubleRangeDomain name=\"range\" />\n" 21932 " <Documentation>This property specifies the 3D coordinate a second\n" 21933 " corner of the parallelogram. The line connecting this point and that\n" 21934 " specified by the Origin property define one edge of the parallelogram\n" 21935 " (its X axis).</Documentation>\n" 21936 " </DoubleVectorProperty>\n" 21941 " <DoubleVectorProperty animateable=\"1\"\n" 21942 " command=\"SetPoint2\"\n" 21943 " default_values=\"-0.5 0.5 0.0\"\n" 21944 " name=\"Point2\"\n" 21945 " number_of_elements=\"3\"\n" 21946 " panel_visibility=\"default\">\n" 21947 " <DoubleRangeDomain name=\"range\" />\n" 21948 " <Documentation>This property specifies the 3D coordinate a third corner\n" 21949 " of the parallelogram. The line connecting this point and that specified\n" 21950 " by the Origin property define a second edge of the parallelogram (its Y\n" 21951 " axis).</Documentation>\n" 21952 " </DoubleVectorProperty>\n" 21953 " <IntVectorProperty command=\"SetXResolution\"\n" 21954 " default_values=\"1\"\n" 21955 " name=\"XResolution\"\n" 21956 " number_of_elements=\"1\">\n" 21957 " <IntRangeDomain min=\"1\"\n" 21958 " name=\"range\" />\n" 21959 " <Documentation>This property specifies the number of divisions along\n" 21960 " the X axis of the parallelogram.</Documentation>\n" 21961 " </IntVectorProperty>\n" 21962 " <IntVectorProperty command=\"SetYResolution\"\n" 21963 " default_values=\"1\"\n" 21964 " name=\"YResolution\"\n" 21965 " number_of_elements=\"1\">\n" 21966 " <IntRangeDomain min=\"1\"\n" 21967 " name=\"range\" />\n" 21968 " <Documentation>This property specifies the number of divisions along\n" 21969 " the Y axis of the parallelogram.</Documentation>\n" 21970 " </IntVectorProperty>\n" 21971 " <!-- End Plane -->\n" 21972 " </SourceProxy>\n" 21974 " <!-- ==================================================================== -->\n" 21975 " <SourceProxy class=\"vtkPointSource\"\n" 21976 " label=\"Point Source\"\n" 21977 " name=\"PointSource\">\n" 21978 " <Documentation long_help=\"Create a point cloud of a certain size, radius, and center.\"\n" 21979 " short_help=\"Create a point cloud\">The point source creates\n" 21980 " a specified number of points within a given radius about a\n" 21981 " specified center point.</Documentation>\n" 21982 " <DoubleVectorProperty animateable=\"1\"\n" 21983 " command=\"SetCenter\"\n" 21984 " default_values=\"0.0 0.0 0.0\"\n" 21985 " name=\"Center\"\n" 21986 " number_of_elements=\"3\">\n" 21987 " <DoubleRangeDomain name=\"range\" />\n" 21988 " <Documentation>This property specifies the 3D coordinates of the center\n" 21989 " of the point cloud.</Documentation>\n" 21990 " </DoubleVectorProperty>\n" 21991 " <IntVectorProperty animateable=\"1\"\n" 21992 " command=\"SetNumberOfPoints\"\n" 21993 " default_values=\"1\"\n" 21994 " name=\"NumberOfPoints\"\n" 21995 " number_of_elements=\"1\" >\n" 21996 " <IntRangeDomain min=\"1\"\n" 21997 " name=\"range\" />\n" 21998 " <Documentation>This property specifies the number of points in the\n" 21999 " point cloud.</Documentation>\n" 22000 " </IntVectorProperty>\n" 22001 " <DoubleVectorProperty animateable=\"1\"\n" 22002 " command=\"SetRadius\"\n" 22003 " default_values=\"0.0\"\n" 22004 " name=\"Radius\"\n" 22005 " number_of_elements=\"1\">\n" 22006 " <DoubleRangeDomain min=\"0\"\n" 22007 " name=\"range\" />\n" 22008 " <Documentation>This property specifies the radius of the point cloud,\n" 22009 " measured from the value of the Center property.</Documentation>\n" 22010 " </DoubleVectorProperty>\n" 22011 " <PropertyGroup label=\"Point Parameters\" panel_widget=\"InteractiveHandle\">\n" 22012 " <Property function=\"WorldPosition\" name=\"Center\" />\n" 22013 " </PropertyGroup>\n" 22014 " <!-- End PointSource -->\n" 22015 " </SourceProxy>\n" 22017 " <!-- ==================================================================== -->\n" 22018 " <SourceProxy class=\"vtkPolyLineSource\"\n" 22019 " label=\"Poly Line Source\"\n" 22020 " name=\"PolyLineSource\">\n" 22021 " <Documentation long_help=\"Create a poly line from one or more points.\"\n" 22022 " short_help=\"Create a poly line from one or more points.\">\n" 22023 " The Poly Line Source creates a poly line from an arbitrary\n" 22024 " number of specified points.\n" 22025 " </Documentation>\n" 22026 " <DoubleVectorProperty command=\"SetPoint\"\n" 22027 " default_values=\"0 0 0 1 0 0\"\n" 22028 " name=\"Points\"\n" 22029 " number_of_elements=\"6\"\n" 22030 " number_of_elements_per_command=\"3\"\n" 22031 " repeat_command=\"1\"\n" 22032 " set_number_command=\"SetNumberOfPoints\"\n" 22033 " use_index=\"1\">\n" 22034 " </DoubleVectorProperty>\n" 22035 " <IntVectorProperty command=\"SetClosed\"\n" 22036 " default_values=\"0\"\n" 22037 " name=\"Closed\"\n" 22038 " number_of_elements=\"1\">\n" 22039 " <BooleanDomain name=\"bool\" />\n" 22040 " </IntVectorProperty>\n" 22041 " <PropertyGroup label=\"Poly-line Parameters\" panel_widget=\"InteractivePolyLine\">\n" 22042 " <Property function=\"HandlePositions\" name=\"Points\" />\n" 22043 " <Property function=\"Closed\" name=\"Closed\" />\n" 22044 " </PropertyGroup>\n" 22045 " </SourceProxy>\n" 22047 " <!-- ==================================================================== -->\n" 22048 " <SourceProxy class=\"vtkPolyPointSource\"\n" 22049 " label=\"Poly Point Source\"\n" 22050 " name=\"PolyPointSource\">\n" 22051 " <Documentation long_help=\"Create polydata from one or more points.\"\n" 22052 " short_help=\"Create polydata from one or more points.\">\n" 22053 " The Poly Point Source creates a poly data of points from an arbitrary\n" 22054 " number of specified points.\n" 22055 " </Documentation>\n" 22056 " <DoubleVectorProperty command=\"SetPoint\"\n" 22057 " default_values=\"0 0 0\"\n" 22058 " name=\"Points\"\n" 22059 " number_of_elements=\"3\"\n" 22060 " number_of_elements_per_command=\"3\"\n" 22061 " repeat_command=\"1\"\n" 22062 " set_number_command=\"SetNumberOfPoints\"\n" 22063 " use_index=\"1\">\n" 22064 " </DoubleVectorProperty>\n" 22065 " </SourceProxy>\n" 22067 " <!-- ==================================================================== -->\n" 22068 " <SourceProxy class=\"vtkRandomHyperTreeGridSource\"\n" 22069 " label=\"Hyper Tree Grid (Random)\"\n" 22070 " name=\"RandomHyperTreeGridSource\">\n" 22071 " <Documentation long_help=\"Construct a HyperTreeGrid from a random seed.\"\n" 22072 " short_help=\"Create a random hyper tree grid\">This source uses input parameters,\n" 22073 " most notably a seed value, to generate a vtkHyperTreeGrid instance for testing.\n" 22074 " </Documentation>\n" 22075 " <IntVectorProperty command=\"SetSeed\"\n" 22076 " default_values=\"0\"\n" 22078 " number_of_elements=\"1\">\n" 22079 " </IntVectorProperty>\n" 22080 " <IntVectorProperty command=\"SetDimensions\"\n" 22081 " default_values=\"6 6 3\"\n" 22082 " name=\"Dimensions\"\n" 22083 " number_of_elements=\"3\">\n" 22084 " <IntRangeDomain min=\"1\"\n" 22085 " name=\"range\" />\n" 22086 " <Documentation>The three values in this property specify the number\n" 22087 " of root cells in each dimension of the hyper tree grid.</Documentation>\n" 22088 " </IntVectorProperty>\n" 22089 " <DoubleVectorProperty command=\"SetOutputBounds\"\n" 22090 " default_values=\"-10 10 -10 10 -10 10\"\n" 22091 " name=\"OutputBounds\"\n" 22092 " number_of_elements=\"6\">\n" 22093 " <Documentation>The bounds of the resulting dataset.</Documentation>\n" 22094 " </DoubleVectorProperty>\n" 22095 " <DoubleVectorProperty command=\"SetSplitFraction\"\n" 22096 " default_values=\"0.5\"\n" 22097 " name=\"SplitFraction\"\n" 22098 " number_of_elements=\"1\">\n" 22099 " <DoubleRangeDomain min=\"0\"\n" 22101 " name=\"range\" />\n" 22102 " <Documentation>The chance that a given node will be split during\n" 22103 " construction. Higher values mean more splits.</Documentation>\n" 22104 " </DoubleVectorProperty>\n" 22105 " <IntVectorProperty command=\"SetMaxDepth\"\n" 22106 " default_values=\"5\"\n" 22107 " name=\"MaxDepth\"\n" 22108 " number_of_elements=\"1\">\n" 22109 " <IntRangeDomain min=\"1\"\n" 22110 " name=\"range\" />\n" 22111 " <Documentation>The value of this property specifies the maximum\n" 22112 " number of levels in the hyper tree grid.</Documentation>\n" 22113 " </IntVectorProperty>\n" 22114 " <!-- End Random Hyper Tree Grid -->\n" 22115 " </SourceProxy>\n" 22117 " <!-- ==================================================================== -->\n" 22118 " <SourceProxy class=\"vtkSphereSource\"\n" 22119 " label=\"Sphere\"\n" 22120 " name=\"SphereSource\">\n" 22121 " <Documentation long_help=\"Create a 3D sphere given a center and radius.\"\n" 22122 " short_help=\"Create a 3D sphere\">The Sphere source can be\n" 22123 " used to add a polygonal sphere to the 3D scene. The output\n" 22124 " of the Sphere source is polygonal data with point normals\n" 22125 " defined.</Documentation>\n" 22126 " <DoubleVectorProperty animateable=\"1\"\n" 22127 " command=\"SetCenter\"\n" 22128 " default_values=\"0.0 0.0 0.0\"\n" 22129 " name=\"Center\"\n" 22130 " number_of_elements=\"3\"\n" 22131 " panel_visibility=\"default\">\n" 22132 " <DoubleRangeDomain name=\"range\" />\n" 22133 " <Documentation>This property specifies the 3D coordinates for the\n" 22134 " center of the sphere.</Documentation>\n" 22135 " </DoubleVectorProperty>\n" 22136 " <DoubleVectorProperty animateable=\"1\"\n" 22137 " command=\"SetRadius\"\n" 22138 " default_values=\"0.5\"\n" 22139 " name=\"Radius\"\n" 22140 " number_of_elements=\"1\"\n" 22141 " panel_visibility=\"default\">\n" 22142 " <DoubleRangeDomain min=\"0\"\n" 22143 " name=\"range\" />\n" 22144 " <Documentation>This property specifies the radius of the\n" 22145 " sphere.</Documentation>\n" 22146 " </DoubleVectorProperty>\n" 22147 " <IntVectorProperty command=\"SetThetaResolution\"\n" 22148 " default_values=\"8\"\n" 22149 " name=\"ThetaResolution\"\n" 22150 " number_of_elements=\"1\"\n" 22151 " panel_visibility=\"default\">\n" 22152 " <IntRangeDomain min=\"3\"\n" 22153 " name=\"range\" />\n" 22154 " <Documentation>The value of this property represents the number of\n" 22155 " divisions between Start Theta and End Theta around the sphere. (See the\n" 22156 " Start Theta and End Theta properties.) The theta divisions are similar\n" 22157 " to longitude lines on the earth. The higher the resolution, the closer\n" 22158 " the approximation will come to a sphere, and the more polygons there\n" 22159 " will be.</Documentation>\n" 22160 " </IntVectorProperty>\n" 22161 " <DoubleVectorProperty animateable=\"1\"\n" 22162 " command=\"SetStartTheta\"\n" 22163 " default_values=\"0\"\n" 22164 " name=\"StartTheta\"\n" 22165 " number_of_elements=\"1\"\n" 22166 " panel_visibility=\"advanced\">\n" 22167 " <DoubleRangeDomain max=\"360\"\n" 22169 " name=\"range\" />\n" 22170 " <Documentation>To form a complete sphere, the value of this property\n" 22171 " should be 0 degrees, and the value of the End Theta property should be\n" 22172 " 360 degrees. The value of this property can be adjusted to form only a\n" 22173 " portion of a sphere.</Documentation>\n" 22174 " </DoubleVectorProperty>\n" 22175 " <DoubleVectorProperty animateable=\"1\"\n" 22176 " command=\"SetEndTheta\"\n" 22177 " default_values=\"360\"\n" 22178 " name=\"EndTheta\"\n" 22179 " number_of_elements=\"1\"\n" 22180 " panel_visibility=\"advanced\">\n" 22181 " <DoubleRangeDomain max=\"360\"\n" 22183 " name=\"range\" />\n" 22184 " <Documentation>The value of this property can be adjusted to form only\n" 22185 " a portion of a sphere. This value is measured in\n" 22186 " degrees.</Documentation>\n" 22187 " </DoubleVectorProperty>\n" 22188 " <IntVectorProperty command=\"SetPhiResolution\"\n" 22189 " default_values=\"8\"\n" 22190 " name=\"PhiResolution\"\n" 22191 " number_of_elements=\"1\"\n" 22192 " panel_visibility=\"default\">\n" 22193 " <IntRangeDomain min=\"3\"\n" 22194 " name=\"range\" />\n" 22195 " <Documentation>The value of this property represents the number of\n" 22196 " divisions between Start Phi and End Phi on the sphere. (See the Start\n" 22197 " Phi and End Phi properties.) The phi divisions are similar to latitude\n" 22198 " lines on the earth.</Documentation>\n" 22199 " </IntVectorProperty>\n" 22200 " <DoubleVectorProperty animateable=\"1\"\n" 22201 " command=\"SetStartPhi\"\n" 22202 " default_values=\"0\"\n" 22203 " name=\"StartPhi\"\n" 22204 " number_of_elements=\"1\"\n" 22205 " panel_visibility=\"advanced\">\n" 22206 " <DoubleRangeDomain max=\"180\"\n" 22208 " name=\"range\" />\n" 22209 " <Documentation>To form a complete sphere, the value of this property\n" 22210 " should be 0 degrees, and the value of the End Phi property should be\n" 22211 " 180 degrees. The value of this property can be adjusted to form only a\n" 22212 " portion of a sphere. Set the starting angle (in degrees) in the\n" 22213 " latitudinal direction.</Documentation>\n" 22214 " </DoubleVectorProperty>\n" 22215 " <DoubleVectorProperty animateable=\"1\"\n" 22216 " command=\"SetEndPhi\"\n" 22217 " default_values=\"180\"\n" 22218 " name=\"EndPhi\"\n" 22219 " number_of_elements=\"1\"\n" 22220 " panel_visibility=\"advanced\">\n" 22221 " <DoubleRangeDomain max=\"180\"\n" 22223 " name=\"range\" />\n" 22224 " <Documentation>The value of this property can be adjusted to form only\n" 22225 " a portion of a sphere. The value is measured in\n" 22226 " degrees.</Documentation>\n" 22227 " </DoubleVectorProperty>\n" 22228 " <!-- End Sphere -->\n" 22229 " </SourceProxy>\n" 22231 " <!-- ==================================================================== -->\n" 22232 " <SourceProxy class=\"vtkSuperquadricSource\"\n" 22233 " label=\"Superquadric\"\n" 22234 " name=\"SuperquadricSource\">\n" 22235 " <Documentation long_help=\"Create a superquadric according to the theta and phi roundness parameters. This one source can generate a wide variety of 3D objects including a box, a sphere, or a torus.\"\n" 22240 " short_help=\"Create a superquadric according to the theta and phi roundness parameters\">\n" 22241 " The Superquadric source can be used to add a polygonal superquadric to\n" 22242 " the 3D scene. This source can be used to create a wide variety of shapes\n" 22243 " (e.g., a sphere, a box, or a torus) by adjusting the roundness\n" 22244 " parameters. The output of the Superquadric source is polygonal data with\n" 22245 " point normals and texture coordinates defined.</Documentation>\n" 22246 " <DoubleVectorProperty animateable=\"1\"\n" 22247 " command=\"SetCenter\"\n" 22248 " default_values=\"0.0 0.0 0.0\"\n" 22249 " name=\"Center\"\n" 22250 " number_of_elements=\"3\"\n" 22251 " panel_visibility=\"default\">\n" 22252 " <DoubleRangeDomain name=\"range\" />\n" 22253 " <Documentation>This property specifies the 3D coordinates of the center\n" 22254 " of the superquadric.</Documentation>\n" 22255 " </DoubleVectorProperty>\n" 22256 " <DoubleVectorProperty command=\"SetScale\"\n" 22257 " default_values=\"1.0 1.0 1.0\"\n" 22258 " name=\"Scale\"\n" 22259 " number_of_elements=\"3\"\n" 22260 " panel_visibility=\"advanced\">\n" 22261 " <DoubleRangeDomain name=\"range\" />\n" 22262 " <Documentation>The three values in this property are used to scale the\n" 22263 " superquadric in X, Y, and Z. The surface normals will be computed\n" 22264 " correctly even with anisotropic scaling.</Documentation>\n" 22265 " </DoubleVectorProperty>\n" 22266 " <IntVectorProperty command=\"SetThetaResolution\"\n" 22267 " default_values=\"16\"\n" 22268 " name=\"ThetaResolution\"\n" 22269 " number_of_elements=\"1\"\n" 22270 " panel_visibility=\"advanced\">\n" 22271 " <IntRangeDomain max=\"1024\"\n" 22273 " name=\"range\" />\n" 22274 " <Documentation>The value of this property represents the number of\n" 22275 " divisions in the theta (longitudinal) direction. This value will be\n" 22276 " rounded to the nearest multiple of 8.</Documentation>\n" 22277 " </IntVectorProperty>\n" 22278 " <IntVectorProperty command=\"SetPhiResolution\"\n" 22279 " default_values=\"16\"\n" 22280 " name=\"PhiResolution\"\n" 22281 " number_of_elements=\"1\"\n" 22282 " panel_visibility=\"advanced\">\n" 22283 " <IntRangeDomain max=\"1024\"\n" 22285 " name=\"range\" />\n" 22286 " <Documentation>The value of this property represents the number of\n" 22287 " divisions in the phi (latitudinal) direction. This number will be\n" 22288 " rounded to the nearest multiple of 4.</Documentation>\n" 22289 " </IntVectorProperty>\n" 22290 " <DoubleVectorProperty command=\"SetThickness\"\n" 22291 " default_values=\"0.3333\"\n" 22292 " name=\"Thickness\"\n" 22293 " number_of_elements=\"1\"\n" 22294 " panel_visibility=\"advanced\">\n" 22295 " <DoubleRangeDomain max=\"1\"\n" 22296 " min=\"0.0001\"\n" 22297 " name=\"range\" />\n" 22298 " <Documentation>If the value of the Toroidal property is 1, this value\n" 22299 " represents the thickness of the superquadric as a value between 0 and\n" 22300 " 1. A value close to 0 leads to a thin object with a large hole, and a\n" 22301 " value near 1 leads to a thick object with a very small hole. Changing\n" 22302 " the thickness does not change the outer radius of the\n" 22303 " superquadric.</Documentation>\n" 22304 " </DoubleVectorProperty>\n" 22305 " <DoubleVectorProperty animateable=\"1\"\n" 22306 " command=\"SetThetaRoundness\"\n" 22307 " default_values=\"1\"\n" 22308 " name=\"ThetaRoundness\"\n" 22309 " number_of_elements=\"1\"\n" 22310 " panel_visibility=\"default\">\n" 22311 " <DoubleRangeDomain min=\"0.01\"\n" 22312 " name=\"range\" />\n" 22313 " <Documentation>This property defines the roundness of the superquadric\n" 22314 " in the theta (longitudinal) direction. A value of 0 represents a\n" 22315 " rectangular shape, a value of 1 represents a circular shape, and values\n" 22316 " greater than 1 produce higher order shapes.</Documentation>\n" 22317 " </DoubleVectorProperty>\n" 22318 " <DoubleVectorProperty animateable=\"1\"\n" 22319 " command=\"SetPhiRoundness\"\n" 22320 " default_values=\"1\"\n" 22321 " name=\"PhiRoundness\"\n" 22322 " number_of_elements=\"1\"\n" 22323 " panel_visibility=\"default\">\n" 22324 " <DoubleRangeDomain min=\"0.01\"\n" 22325 " name=\"range\" />\n" 22326 " <Documentation>This property defines the roundness in the phi\n" 22327 " (latitudinal) direction. A value of 0 represents a rectangular shape, a\n" 22328 " value of 1 represents a circular shape, and values greater than 1\n" 22329 " produce higher order shapes.</Documentation>\n" 22330 " </DoubleVectorProperty>\n" 22331 " <DoubleVectorProperty command=\"SetSize\"\n" 22332 " default_values=\"0.5\"\n" 22334 " number_of_elements=\"1\"\n" 22335 " panel_visibility=\"advanced\">\n" 22336 " <DoubleRangeDomain name=\"range\" />\n" 22337 " <Documentation>The value of this property represents the isotropic size\n" 22338 " of the superquadric. Note that both the Size and Thickness properties\n" 22339 " control coefficients of superquadric generation, so the value of this\n" 22340 " property may not exactly describe the size of the\n" 22341 " superquadric.</Documentation>\n" 22342 " </DoubleVectorProperty>\n" 22343 " <IntVectorProperty animateable=\"1\"\n" 22344 " command=\"SetToroidal\"\n" 22345 " default_values=\"1\"\n" 22346 " name=\"Toroidal\"\n" 22347 " number_of_elements=\"1\"\n" 22348 " panel_visibility=\"default\">\n" 22349 " <BooleanDomain name=\"bool\" />\n" 22350 " <Documentation>If the value of this property is 0, the generated\n" 22351 " superquadric will not contain a hole (i.e., the superquadric will be\n" 22352 " ellipsoidal). Otherwise, a toroidal object is\n" 22353 " generated.</Documentation>\n" 22354 " </IntVectorProperty>\n" 22355 " <!-- End SuperQuadric -->\n" 22356 " </SourceProxy>\n" 22358 " <!-- end of \"sources\" -->\n" 22361 " <ProxyGroup name=\"extended_sources\">\n" 22363 " <!-- ==================================================================== -->\n" 22364 " <SourceProxy class=\"vtkLineSource\"\n" 22365 " label=\"Line Source\"\n" 22366 " name=\"LineSource\">\n" 22367 " <DoubleVectorProperty animateable=\"1\"\n" 22368 " command=\"SetPoint1\"\n" 22369 " default_values=\"0.0 0.0 0.0\"\n" 22370 " name=\"Point1\"\n" 22371 " number_of_elements=\"3\">\n" 22372 " <BoundsDomain default_mode=\"min\"\n" 22373 " mode=\"normal\"\n" 22374 " name=\"range\">\n" 22375 " <RequiredProperties>\n" 22376 " <Property function=\"Input\"\n" 22377 " name=\"DummyInput\" />\n" 22378 " </RequiredProperties>\n" 22379 " </BoundsDomain>\n" 22380 " </DoubleVectorProperty>\n" 22381 " <DoubleVectorProperty animateable=\"1\"\n" 22382 " command=\"SetPoint2\"\n" 22383 " default_values=\"0.0 0.0 0.0\"\n" 22384 " name=\"Point2\"\n" 22385 " number_of_elements=\"3\">\n" 22386 " <BoundsDomain default_mode=\"max\"\n" 22387 " mode=\"normal\"\n" 22388 " name=\"range\">\n" 22389 " <RequiredProperties>\n" 22390 " <Property function=\"Input\"\n" 22391 " name=\"DummyInput\" />\n" 22392 " </RequiredProperties>\n" 22393 " </BoundsDomain>\n" 22394 " </DoubleVectorProperty>\n" 22395 " <IntVectorProperty command=\"SetResolution\"\n" 22396 " default_values=\"6\"\n" 22397 " name=\"Resolution\"\n" 22398 " number_of_elements=\"1\">\n" 22399 " <IntRangeDomain min=\"1\"\n" 22400 " name=\"range\" />\n" 22401 " </IntVectorProperty>\n" 22402 " <InputProperty is_internal=\"1\"\n" 22403 " name=\"DummyInput\">\n" 22404 " <!-- Used when this source is added to a proxy list domain. -->\n" 22405 " </InputProperty>\n" 22406 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n" 22407 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n" 22408 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n" 22409 " <Property function=\"Input\" name=\"DummyInput\" />\n" 22410 " </PropertyGroup>\n" 22413 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 22416 " <!-- End LineSource -->\n" 22417 " </SourceProxy>\n" 22419 " <!-- ==================================================================== -->\n" 22420 " <SourceProxy class=\"vtkLineSource\"\n" 22421 " label=\"Line\"\n" 22422 " name=\"HighResLineSource\">\n" 22423 " <DoubleVectorProperty animateable=\"1\"\n" 22424 " command=\"SetPoint1\"\n" 22425 " default_values=\"0.0 0.0 0.0\"\n" 22426 " name=\"Point1\"\n" 22427 " number_of_elements=\"3\">\n" 22428 " <BoundsDomain default_mode=\"min\"\n" 22429 " mode=\"normal\"\n" 22430 " name=\"range\">\n" 22431 " <RequiredProperties>\n" 22432 " <Property function=\"Input\"\n" 22433 " name=\"DummyInput\" />\n" 22434 " </RequiredProperties>\n" 22435 " </BoundsDomain>\n" 22436 " </DoubleVectorProperty>\n" 22437 " <DoubleVectorProperty animateable=\"1\"\n" 22438 " command=\"SetPoint2\"\n" 22439 " default_values=\"0.0 0.0 0.0\"\n" 22440 " name=\"Point2\"\n" 22441 " number_of_elements=\"3\">\n" 22442 " <BoundsDomain default_mode=\"max\"\n" 22443 " mode=\"normal\"\n" 22444 " name=\"range\">\n" 22445 " <RequiredProperties>\n" 22446 " <Property function=\"Input\"\n" 22447 " name=\"DummyInput\" />\n" 22448 " </RequiredProperties>\n" 22449 " </BoundsDomain>\n" 22450 " </DoubleVectorProperty>\n" 22451 " <IntVectorProperty command=\"SetResolution\"\n" 22452 " default_values=\"1000\"\n" 22453 " name=\"Resolution\"\n" 22454 " number_of_elements=\"1\">\n" 22455 " <IntRangeDomain min=\"1\"\n" 22456 " name=\"range\" />\n" 22457 " </IntVectorProperty>\n" 22458 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n" 22459 " <!-- Used when this source is added to a proxy list domain. -->\n" 22460 " </InputProperty>\n" 22461 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n" 22462 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n" 22463 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n" 22464 " <Property function=\"Input\" name=\"DummyInput\" />\n" 22465 " </PropertyGroup>\n" 22468 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 22471 " <!-- End HighResLineSource -->\n" 22472 " </SourceProxy>\n" 22474 " <!-- ==================================================================== -->\n" 22475 " <SourceProxy class=\"vtkPolyLineSource\"\n" 22476 " label=\"Poly Line Source\"\n" 22477 " name=\"PolyLineSource\">\n" 22478 " <DoubleVectorProperty command=\"SetPoint\"\n" 22479 " default_values=\"0 0 0 1 0 0\"\n" 22480 " name=\"Points\"\n" 22481 " number_of_elements=\"6\"\n" 22482 " number_of_elements_per_command=\"3\"\n" 22483 " repeat_command=\"1\"\n" 22484 " set_number_command=\"SetNumberOfPoints\"\n" 22485 " use_index=\"1\">\n" 22486 " <BoundsDomain default_mode=\"min,min,min,max,max,max\"\n" 22487 " mode=\"normal\"\n" 22488 " name=\"range\">\n" 22489 " <RequiredProperties>\n" 22490 " <Property function=\"Input\"\n" 22491 " name=\"DummyInput\" />\n" 22492 " </RequiredProperties>\n" 22493 " </BoundsDomain>\n" 22494 " </DoubleVectorProperty>\n" 22495 " <IntVectorProperty command=\"SetClosed\"\n" 22496 " default_values=\"0\"\n" 22497 " name=\"Closed\"\n" 22498 " number_of_elements=\"1\">\n" 22499 " <BooleanDomain name=\"bool\" />\n" 22500 " </IntVectorProperty>\n" 22501 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n" 22502 " <!-- Used when this source is added to a proxy list domain. -->\n" 22503 " </InputProperty>\n" 22504 " <PropertyGroup label=\"Poly-line Parameters\" panel_widget=\"InteractivePolyLine\">\n" 22505 " <Property function=\"HandlePositions\" name=\"Points\" />\n" 22506 " <Property function=\"Closed\" name=\"Closed\" />\n" 22507 " </PropertyGroup>\n" 22510 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 22513 " <!-- End PolyLineSource -->\n" 22514 " </SourceProxy>\n" 22516 " <!-- ==================================================================== -->\n" 22517 " <SourceProxy class=\"vtkPointSource\"\n" 22518 " label=\"Point Cloud\"\n" 22519 " name=\"PointSource\">\n" 22520 " <DoubleVectorProperty animateable=\"1\"\n" 22521 " command=\"SetCenter\"\n" 22522 " default_values=\"0.0 0.0 0.0\"\n" 22523 " name=\"Center\"\n" 22524 " number_of_elements=\"3\">\n" 22525 " <BoundsDomain default_mode=\"mid\"\n" 22526 " mode=\"normal\"\n" 22527 " name=\"range\">\n" 22528 " <RequiredProperties>\n" 22529 " <Property function=\"Input\"\n" 22530 " name=\"DummyInput\" />\n" 22531 " </RequiredProperties>\n" 22532 " </BoundsDomain>\n" 22533 " </DoubleVectorProperty>\n" 22534 " <IntVectorProperty animateable=\"1\"\n" 22535 " command=\"SetNumberOfPoints\"\n" 22536 " default_values=\"100\"\n" 22537 " name=\"NumberOfPoints\"\n" 22538 " number_of_elements=\"1\">\n" 22539 " <IntRangeDomain min=\"1\"\n" 22540 " name=\"range\" />\n" 22541 " </IntVectorProperty>\n" 22542 " <DoubleVectorProperty animateable=\"1\"\n" 22543 " command=\"SetRadius\"\n" 22544 " default_values=\"1.0\"\n" 22545 " name=\"Radius\"\n" 22546 " number_of_elements=\"1\">\n" 22547 " <BoundsDomain mode=\"scaled_extent\"\n" 22548 " name=\"range\"\n" 22549 " scale_factor=\"0.1\">\n" 22550 " <RequiredProperties>\n" 22551 " <Property function=\"Input\"\n" 22552 " name=\"DummyInput\" />\n" 22553 " </RequiredProperties>\n" 22554 " </BoundsDomain>\n" 22555 " </DoubleVectorProperty>\n" 22556 " <InputProperty is_internal=\"1\"\n" 22557 " name=\"DummyInput\">\n" 22558 " <!-- Used when this source is added to a proxy list domain. -->\n" 22559 " </InputProperty>\n" 22564 " <PropertyGroup label=\"Point Cloud Parameters\" panel_widget=\"InteractiveSphere\">\n" 22565 " <Property function=\"Center\" name=\"Center\" />\n" 22566 " <Property function=\"Radius\" name=\"Radius\" />\n" 22567 " <Property function=\"Input\" name=\"DummyInput\" />\n" 22568 " </PropertyGroup>\n" 22571 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 22574 " <!-- End PointSource -->\n" 22575 " </SourceProxy>\n" 22577 " <!-- ==================================================================== -->\n" 22578 " <SourceProxy class=\"vtkPointSource\"\n" 22579 " label=\"Fixed Radius Point Source\"\n" 22580 " name=\"FixedRadiusPointSource\">\n" 22581 " <DoubleVectorProperty animateable=\"1\"\n" 22582 " command=\"SetCenter\"\n" 22583 " default_values=\"0.0 0.0 0.0\"\n" 22584 " name=\"Center\"\n" 22585 " number_of_elements=\"3\">\n" 22586 " <BoundsDomain default_mode=\"mid\"\n" 22587 " mode=\"normal\"\n" 22588 " name=\"range\">\n" 22589 " <RequiredProperties>\n" 22590 " <Property function=\"Input\"\n" 22591 " name=\"DummyInput\" />\n" 22592 " </RequiredProperties>\n" 22593 " </BoundsDomain>\n" 22594 " </DoubleVectorProperty>\n" 22595 " <IntVectorProperty animateable=\"1\"\n" 22596 " command=\"SetNumberOfPoints\"\n" 22597 " default_values=\"1\"\n" 22598 " name=\"NumberOfPoints\"\n" 22599 " number_of_elements=\"1\">\n" 22600 " <IntRangeDomain min=\"1\"\n" 22601 " name=\"range\" />\n" 22602 " </IntVectorProperty>\n" 22603 " <DoubleVectorProperty animateable=\"1\"\n" 22604 " command=\"SetRadius\"\n" 22605 " default_values=\"0.0\"\n" 22606 " name=\"Radius\"\n" 22607 " number_of_elements=\"1\">\n" 22608 " <DoubleRangeDomain min=\"0.0\"\n" 22609 " name=\"range\" />\n" 22610 " </DoubleVectorProperty>\n" 22611 " <InputProperty is_internal=\"1\"\n" 22612 " name=\"DummyInput\">\n" 22613 " <!-- Used when this source is added to a proxy list domain. -->\n" 22614 " </InputProperty>\n" 22615 " <PropertyGroup label=\"Sphere Parameters\" panel_widget=\"InteractiveSphere\">\n" 22616 " <Property function=\"Center\" name=\"Center\" />\n" 22617 " <Property function=\"Radius\" name=\"Radius\" />\n" 22618 " <Property function=\"Input\" name=\"DummyInput\" />\n" 22619 " </PropertyGroup>\n" 22622 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 22625 " <!-- End PointSource -->\n" 22626 " </SourceProxy>\n" 22628 " <!-- end of \"extended_sources\" -->\n" 22630 "</ServerManagerConfiguration>\n" 22649 char* res =
new char[ len + 1];
22657 assert(offset == len);
22665 "<ServerManagerConfiguration>\n" 22666 " <ProxyGroup name=\"filters\">\n" 22667 " <!-- ==================================================================== -->\n" 22668 " <SourceProxy class=\"vtkComputeQuartiles\"\n" 22669 " label=\"Compute Quartiles\"\n" 22670 " name=\"ComputeQuartiles\">\n" 22671 " <Documentation long_help=\"Compute the quartiles table from a dataset or table.\"\n" 22672 " short_help=\"Compute the quartiles table from a dataset or table.\">\n" 22673 " </Documentation>\n" 22674 " <InputProperty command=\"SetInputConnection\"\n" 22675 " name=\"Input\">\n" 22676 " <ProxyGroupDomain name=\"groups\">\n" 22677 " <Group name=\"sources\" />\n" 22678 " <Group name=\"filters\" />\n" 22679 " </ProxyGroupDomain>\n" 22680 " <DataTypeDomain name=\"input_type\">\n" 22681 " <DataType value=\"vtkDataObject\" />\n" 22682 " </DataTypeDomain>\n" 22683 " <Documentation>This property specifies the input to the\n" 22684 " filter.</Documentation>\n" 22685 " </InputProperty>\n" 22686 " <!-- View can be used to specify the preferred view for the proxy -->\n" 22688 " <View type=\"BoxChartView\" />\n" 22691 " <!-- End ComputeQuartiles -->\n" 22692 " </SourceProxy>\n" 22694 "</ServerManagerConfiguration>\n" 22703 char* res =
new char[ len + 1];
22706 assert(offset == len);
22714 "<ServerManagerConfiguration>\n" 22715 " <ProxyGroup name=\"filters\">\n" 22716 " <!-- ==================================================================== -->\n" 22717 " <SourceProxy class=\"vtkImageClip\"\n" 22718 " label=\"Crop\"\n" 22719 " name=\"ImageClip\">\n" 22720 " <Documentation long_help=\"Efficiently extract an area/volume of interest from a 2-d image or 3-d volume.\"\n" 22721 " short_help=\"Extract a volume of interest.\">The Crop filter\n" 22722 " extracts an area/volume of interest from a 2D image or a\n" 22723 " 3D volume by allowing the user to specify the minimum and\n" 22724 " maximum extents of each dimension of the data. Both the\n" 22725 " input and output of this filter are uniform rectilinear\n" 22726 " data.</Documentation>\n" 22727 " <InputProperty command=\"SetInputConnection\"\n" 22728 " name=\"Input\">\n" 22729 " <ProxyGroupDomain name=\"groups\">\n" 22730 " <Group name=\"sources\" />\n" 22731 " <Group name=\"filters\" />\n" 22732 " </ProxyGroupDomain>\n" 22733 " <DataTypeDomain name=\"input_type\">\n" 22734 " <DataType value=\"vtkImageData\" />\n" 22735 " </DataTypeDomain>\n" 22736 " <Documentation>This property specifies the input to the Crop\n" 22737 " filter.</Documentation>\n" 22738 " </InputProperty>\n" 22739 " <IntVectorProperty command=\"SetOutputWholeExtent\"\n" 22740 " default_values=\"0 0 0 0 0 0\"\n" 22741 " name=\"OutputWholeExtent\"\n" 22742 " number_of_elements=\"6\">\n" 22743 " <ExtentDomain name=\"extent\">\n" 22744 " <RequiredProperties>\n" 22745 " <Property function=\"Input\"\n" 22746 " name=\"Input\" />\n" 22747 " </RequiredProperties>\n" 22748 " </ExtentDomain>\n" 22749 " <Documentation>This property gives the minimum and maximum point index\n" 22750 " (extent) in each dimension for the output dataset.</Documentation>\n" 22751 " </IntVectorProperty>\n" 22753 " <Visibility replace_input=\"0\" />\n" 22755 " <!-- End ImageClip -->\n" 22756 " </SourceProxy>\n" 22758 " <!-- ==================================================================== -->\n" 22759 " <SourceProxy class=\"vtkImageMapToColors\"\n" 22760 " label=\"Color By Array\"\n" 22761 " name=\"ColorByArray\">\n" 22762 " <Documentation long_help=\"This filter generate a color based image data based on a selected data scalar\"\n" 22763 " short_help=\"This filter generate a color based image data based on a selected data scalar\"/>\n" 22764 " <InputProperty command=\"SetInputConnection\"\n" 22765 " name=\"Input\">\n" 22766 " <ProxyGroupDomain name=\"groups\">\n" 22767 " <Group name=\"sources\" />\n" 22768 " <Group name=\"filters\" />\n" 22769 " </ProxyGroupDomain>\n" 22770 " <DataTypeDomain name=\"input_type\">\n" 22771 " <DataType value=\"vtkImageData\" />\n" 22772 " </DataTypeDomain>\n" 22773 " <InputArrayDomain attribute_type=\"point\"\n" 22774 " name=\"input_array\"\n" 22775 " number_of_components=\"1\" />\n" 22776 " </InputProperty>\n" 22777 " <ProxyProperty command=\"SetLookupTable\"\n" 22778 " name=\"LookupTable\">\n" 22779 " </ProxyProperty>\n" 22780 " <StringVectorProperty animateable=\"0\"\n" 22781 " command=\"SetInputArrayToProcess\"\n" 22782 " element_types=\"0 0 0 0 2\"\n" 22783 " label=\"Color By\"\n" 22784 " name=\"SelectInputScalars\"\n" 22785 " number_of_elements=\"5\">\n" 22786 " <ArrayListDomain attribute_type=\"Scalars\"\n" 22787 " name=\"array_list\">\n" 22788 " <RequiredProperties>\n" 22789 " <Property function=\"Input\"\n" 22790 " name=\"Input\" />\n" 22791 " </RequiredProperties>\n" 22792 " </ArrayListDomain>\n" 22793 " <Documentation>This property specifies the name of the scalar array\n" 22794 " from which we will color by.</Documentation>\n" 22795 " </StringVectorProperty>\n" 22796 " <IntVectorProperty command=\"SetNaNColor\"\n" 22797 " name=\"NaNColor\"\n" 22798 " label=\"RGBA NaN Color\"\n" 22799 " default_values=\"0 0 0 255\"\n" 22800 " number_of_elements=\"4\">\n" 22801 " <IntRangeDomain max=\"255 255 255 255\"\n" 22802 " min=\"0 0 0 0\"\n" 22803 " name=\"range\" />\n" 22804 " </IntVectorProperty>\n" 22805 " <IntVectorProperty command=\"SetOutputFormat\"\n" 22806 " name=\"OutputFormat\"\n" 22807 " default_values=\"3\"\n" 22808 " number_of_elements=\"1\">\n" 22809 " <EnumerationDomain name=\"enum\">\n" 22810 " <Entry text=\"Luminance\"\n" 22811 " value=\"1\" />\n" 22812 " <Entry text=\"Luminance Alpha\"\n" 22813 " value=\"2\" />\n" 22814 " <Entry text=\"RGB\"\n" 22815 " value=\"3\" />\n" 22816 " <Entry text=\"RGBA\"\n" 22817 " value=\"4\" />\n" 22818 " </EnumerationDomain>\n" 22819 " </IntVectorProperty>\n" 22820 " <!-- End ColorByArray -->\n" 22821 " </SourceProxy>\n" 22823 " <!-- ==================================================================== -->\n" 22824 " <SourceProxy class=\"vtkImageShrink3D\"\n" 22825 " label=\"Image Shrink\"\n" 22826 " name=\"ImageShrink\">\n" 22827 " <Documentation long_help=\"Reduce the size of an image/volume by subsampling.\"\n" 22828 " short_help=\"Subsample an image/volume.\">The Image Shrink\n" 22829 " filter reduces the size of an image/volume dataset by\n" 22830 " subsampling it (i.e., extracting every nth pixel/voxel in\n" 22831 " integer multiples). The subsampling rate can be set\n" 22832 " separately for each dimension of the\n" 22833 " image/volume.</Documentation>\n" 22834 " <InputProperty command=\"SetInputConnection\"\n" 22835 " name=\"Input\">\n" 22836 " <ProxyGroupDomain name=\"groups\">\n" 22837 " <Group name=\"sources\" />\n" 22838 " <Group name=\"filters\" />\n" 22839 " </ProxyGroupDomain>\n" 22840 " <DataTypeDomain name=\"input_type\">\n" 22841 " <DataType value=\"vtkImageData\" />\n" 22842 " </DataTypeDomain>\n" 22843 " <Documentation>This property specifies the input to the Image Shrink\n" 22844 " filter.</Documentation>\n" 22845 " </InputProperty>\n" 22846 " <IntVectorProperty animateable=\"1\"\n" 22847 " command=\"SetShrinkFactors\"\n" 22848 " default_values=\"1 1 1\"\n" 22849 " name=\"ShrinkFactors\"\n" 22850 " number_of_elements=\"3\">\n" 22851 " <IntRangeDomain max=\"100\"\n" 22853 " name=\"range\" />\n" 22854 " <Documentation>The value of this property indicates the amount by which\n" 22855 " to shrink along each axis.</Documentation>\n" 22856 " </IntVectorProperty>\n" 22857 " <IntVectorProperty command=\"SetAveraging\"\n" 22858 " default_values=\"1\"\n" 22859 " name=\"Averaging\"\n" 22860 " number_of_elements=\"1\">\n" 22861 " <BooleanDomain name=\"bool\" />\n" 22862 " <Documentation>If the value of this property is 1, an average of\n" 22863 " neighborhood scalar values will be used as the output scalar value for\n" 22864 " each output point. If its value is 0, only subsampling will be\n" 22865 " performed, and the original scalar values at the points will be\n" 22866 " retained.</Documentation>\n" 22867 " </IntVectorProperty>\n" 22869 " <!-- View can be used to specify the preferred view for the proxy -->\n" 22870 " <View type=\"XYChartView\" />\n" 22873 " <!-- End ImageShrink -->\n" 22874 " </SourceProxy>\n" 22876 "</ServerManagerConfiguration>\n" 22885 char* res =
new char[ len + 1];
22888 assert(offset == len);
22896 "<ServerManagerConfiguration>\n" 22897 " <ProxyGroup name=\"sources\">\n" 22898 " <!-- ==================================================================== -->\n" 22899 " <SourceProxy class=\"vtkRTAnalyticSource\"\n" 22900 " label=\"Wavelet\"\n" 22901 " name=\"RTAnalyticSource\">\n" 22902 " <Documentation long_help=\"Create a regular rectilinear grid in up to three dimensions with values varying according to a periodic function.\"\n" 22903 " short_help=\"Create a rectilinear grid containing a wavelet\">\n" 22904 " The Wavelet source can be used to create a uniform\n" 22905 " rectilinear grid in up to three dimensions with values\n" 22906 " varying according to the following periodic function. OS =\n" 22907 " M * G * (XM * sin(XF * x) + YM * sin(YF * y) + ZM * cos(ZF\n" 22908 " * z)) OS is the output scalar; M represents the maximum\n" 22909 " value; G represents the Gaussian; XM, YM, and ZM are the\n" 22910 " X, Y, and Z magnitude values; and XF, YF, and ZF are the\n" 22911 " X, Y, and Z frequency values. If a two-dimensional extent\n" 22912 " is specified, the resulting image will be displayed. If a\n" 22913 " three-dimensional extent is used, then the bounding box of\n" 22914 " the volume will be displayed.</Documentation>\n" 22915 " <IntVectorProperty command=\"SetWholeExtent\"\n" 22916 " default_values=\"-10 10 -10 10 -10 10\"\n" 22917 " label=\"Whole Extent\"\n" 22918 " name=\"WholeExtent\"\n" 22919 " number_of_elements=\"6\"\n" 22920 " panel_visibility=\"default\">\n" 22921 " <IntRangeDomain name=\"range\" />\n" 22922 " <Documentation>The six values in this property indicate the X, Y, and Z\n" 22923 " extent of the output data. The first two values represent the minimum\n" 22924 " and maximum X indices, the next two are the minimum and maximum Y\n" 22925 " indices, and the last two are the minimum and maximum Z\n" 22926 " indices.</Documentation>\n" 22927 " </IntVectorProperty>\n" 22928 " <DoubleVectorProperty animateable=\"1\"\n" 22929 " command=\"SetCenter\"\n" 22930 " default_values=\"0.0 0.0 0.0\"\n" 22931 " name=\"Center\"\n" 22932 " number_of_elements=\"3\"\n" 22933 " panel_visibility=\"default\">\n" 22934 " <DoubleRangeDomain name=\"range\" />\n" 22935 " <Documentation>This property specifies the 3D coordinates of the center of\n" 22936 " the periodic function (x, y and z in the equation).</Documentation>\n" 22937 " </DoubleVectorProperty>\n" 22938 " <DoubleVectorProperty command=\"SetMaximum\"\n" 22939 " default_values=\"255.0\"\n" 22940 " name=\"Maximum\"\n" 22941 " number_of_elements=\"1\"\n" 22942 " panel_visibility=\"advanced\">\n" 22943 " <DoubleRangeDomain name=\"range\" />\n" 22944 " <Documentation>This parameter specifies the maximum value (M) of the\n" 22945 " function.</Documentation>\n" 22946 " </DoubleVectorProperty>\n" 22947 " <DoubleVectorProperty animateable=\"1\"\n" 22948 " command=\"SetXFreq\"\n" 22949 " default_values=\"60.0\"\n" 22950 " name=\"XFreq\"\n" 22951 " number_of_elements=\"1\"\n" 22952 " panel_visibility=\"advanced\">\n" 22953 " <DoubleRangeDomain name=\"range\" />\n" 22954 " <Documentation>This property specifies the natural frequency in X (XF\n" 22955 " in the equation).</Documentation>\n" 22956 " </DoubleVectorProperty>\n" 22957 " <DoubleVectorProperty animateable=\"1\"\n" 22958 " command=\"SetYFreq\"\n" 22959 " default_values=\"30.0\"\n" 22960 " name=\"YFreq\"\n" 22961 " number_of_elements=\"1\"\n" 22962 " panel_visibility=\"advanced\">\n" 22963 " <DoubleRangeDomain name=\"range\" />\n" 22964 " <Documentation>This property specifies the natural frequency in Y (YF\n" 22965 " in the equation).</Documentation>\n" 22966 " </DoubleVectorProperty>\n" 22967 " <DoubleVectorProperty animateable=\"1\"\n" 22968 " command=\"SetZFreq\"\n" 22969 " default_values=\"40.0\"\n" 22970 " name=\"ZFreq\"\n" 22971 " number_of_elements=\"1\"\n" 22972 " panel_visibility=\"advanced\">\n" 22973 " <DoubleRangeDomain name=\"range\" />\n" 22974 " <Documentation>This property specifies the natural frequency in Z (ZF\n" 22975 " in the equation).</Documentation>\n" 22976 " </DoubleVectorProperty>\n" 22977 " <DoubleVectorProperty command=\"SetXMag\"\n" 22978 " default_values=\"10.0\"\n" 22980 " number_of_elements=\"1\"\n" 22981 " panel_visibility=\"advanced\">\n" 22982 " <DoubleRangeDomain name=\"range\" />\n" 22983 " <Documentation>This property specifies the wave amplitude in X (XM in\n" 22984 " the equation).</Documentation>\n" 22985 " </DoubleVectorProperty>\n" 22986 " <DoubleVectorProperty command=\"SetYMag\"\n" 22987 " default_values=\"18.0\"\n" 22989 " number_of_elements=\"1\"\n" 22990 " panel_visibility=\"advanced\">\n" 22991 " <DoubleRangeDomain name=\"range\" />\n" 22992 " <Documentation>This property specifies the wave amplitude in Y (YM in\n" 22993 " the equation).</Documentation>\n" 22994 " </DoubleVectorProperty>\n" 22995 " <DoubleVectorProperty command=\"SetZMag\"\n" 22996 " default_values=\"5.0\"\n" 22998 " number_of_elements=\"1\"\n" 22999 " panel_visibility=\"advanced\">\n" 23000 " <DoubleRangeDomain name=\"range\" />\n" 23001 " <Documentation>This property specifies the wave amplitude in Z (ZM in\n" 23002 " the equation).</Documentation>\n" 23003 " </DoubleVectorProperty>\n" 23004 " <DoubleVectorProperty command=\"SetStandardDeviation\"\n" 23005 " default_values=\"0.5\"\n" 23006 " name=\"StandardDeviation\"\n" 23007 " number_of_elements=\"1\"\n" 23008 " panel_visibility=\"advanced\">\n" 23009 " <DoubleRangeDomain name=\"range\" />\n" 23010 " <Documentation>This property specifies the standard deviation of the\n" 23011 " Gaussian used in computing this function.</Documentation>\n" 23012 " </DoubleVectorProperty>\n" 23013 " <IntVectorProperty command=\"SetSubsampleRate\"\n" 23014 " default_values=\"1\"\n" 23015 " name=\"SubsampleRate\"\n" 23016 " number_of_elements=\"1\"\n" 23017 " panel_visibility=\"advanced\">\n" 23018 " <IntRangeDomain min=\"1\"\n" 23019 " name=\"range\" />\n" 23020 " <Documentation>This property specifies the rate at which to subsample\n" 23021 " the volume. The extent of the dataset in each dimension will be divided\n" 23022 " by this value. (See the Whole Extent property.)</Documentation>\n" 23023 " </IntVectorProperty>\n" 23025 " <!-- Define property groups for better readability of panels -->\n" 23026 " <PropertyGroup label=\"Frequency\">\n" 23027 " <Property name=\"XFreq\" />\n" 23028 " <Property name=\"YFreq\" />\n" 23029 " </PropertyGroup>\n" 23031 " <PropertyGroup label=\"Amplitude\">\n" 23032 " <Property name=\"XMag\" />\n" 23033 " <Property name=\"YMag\" />\n" 23034 " <Property name=\"ZMag\" />\n" 23035 " </PropertyGroup>\n" 23037 " <PropertyGroup label=\"Frequency\">\n" 23038 " <!-- this is added separately just to demonstrate that\n" 23039 " this group will automatically get merged with the previous\n" 23040 " one with the same name! -->\n" 23041 " <Property name=\"ZFreq\" />\n" 23042 " </PropertyGroup>\n" 23044 " <!-- End Wavelet -->\n" 23045 " </SourceProxy>\n" 23047 "</ServerManagerConfiguration>\n" 23056 char* res =
new char[ len + 1];
23059 assert(offset == len);
23067 "<ServerManagerConfiguration>\n" 23068 " <ProxyGroup name=\"filters\">\n" 23069 " <!-- ================================================================== -->\n" 23070 " <SourceProxy class=\"vtkTableFFT\"\n" 23071 " label=\"Table FFT\"\n" 23072 " name=\"TableFFT\">\n" 23073 " <Documentation>Performs the Fast Fourier Transform on the columns of a\n" 23074 " table.</Documentation>\n" 23075 " <InputProperty command=\"SetInputConnection\"\n" 23076 " name=\"Input\">\n" 23077 " <ProxyGroupDomain name=\"groups\">\n" 23078 " <Group name=\"sources\" />\n" 23079 " <Group name=\"filters\" />\n" 23080 " </ProxyGroupDomain>\n" 23081 " <InputArrayDomain attribute_type=\"row\"\n" 23082 " name=\"input_array\"\n" 23083 " number_of_components=\"1\" />\n" 23084 " <DataTypeDomain name=\"input_type\">\n" 23085 " <DataType value=\"vtkTable\" />\n" 23086 " </DataTypeDomain>\n" 23087 " <Documentation>This property specifies the input of the\n" 23088 " filter.</Documentation>\n" 23089 " </InputProperty>\n" 23090 " </SourceProxy>\n" 23092 "</ServerManagerConfiguration>\n" 23101 char* res =
new char[ len + 1];
23104 assert(offset == len);
23112 "<ServerManagerConfiguration>\n" 23113 " <ProxyGroup name=\"filters\">\n" 23114 " <!-- ==================================================================== -->\n" 23115 " <SourceProxy class=\"vtkImageGradient\"\n" 23116 " label=\"Gradient\"\n" 23117 " name=\"Gradient\">\n" 23118 " <Documentation long_help=\"This filter computes gradient vectors for an image/volume.\"\n" 23119 " short_help=\"Compute gradient vectors.\">The Gradient filter\n" 23120 " computes the gradient vector at each point in an image or\n" 23121 " volume. This filter uses central differences to compute\n" 23122 " the gradients. The Gradient filter operates on uniform\n" 23123 " rectilinear (image) data and produces image data\n" 23124 " output.</Documentation>\n" 23125 " <InputProperty command=\"SetInputConnection\"\n" 23126 " name=\"Input\">\n" 23127 " <ProxyGroupDomain name=\"groups\">\n" 23128 " <Group name=\"sources\" />\n" 23129 " <Group name=\"filters\" />\n" 23130 " </ProxyGroupDomain>\n" 23131 " <DataTypeDomain name=\"input_type\">\n" 23132 " <DataType value=\"vtkImageData\" />\n" 23133 " </DataTypeDomain>\n" 23134 " <InputArrayDomain attribute_type=\"point\"\n" 23135 " name=\"input_array\"\n" 23136 " number_of_components=\"1\" />\n" 23137 " <Documentation>This property specifies the input to the Gradient\n" 23138 " filter.</Documentation>\n" 23139 " </InputProperty>\n" 23140 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 23141 " element_types=\"0 0 0 0 2\"\n" 23142 " name=\"SelectInputScalars\"\n" 23143 " number_of_elements=\"5\">\n" 23144 " <ArrayListDomain attribute_type=\"Scalars\"\n" 23145 " name=\"array_list\">\n" 23146 " <RequiredProperties>\n" 23147 " <Property function=\"Input\"\n" 23148 " name=\"Input\" />\n" 23149 " </RequiredProperties>\n" 23150 " </ArrayListDomain>\n" 23151 " <Documentation>This property lists the name of the array from which to\n" 23152 " compute the gradient.</Documentation>\n" 23153 " </StringVectorProperty>\n" 23154 " <IntVectorProperty command=\"SetDimensionality\"\n" 23155 " default_values=\"3\"\n" 23156 " name=\"Dimensionality\"\n" 23157 " number_of_elements=\"1\">\n" 23158 " <EnumerationDomain name=\"enum\">\n" 23159 " <Entry text=\"Two\"\n" 23160 " value=\"2\" />\n" 23161 " <Entry text=\"Three\"\n" 23162 " value=\"3\" />\n" 23163 " </EnumerationDomain>\n" 23164 " <Documentation>This property indicates whether to compute the gradient\n" 23165 " in two dimensions or in three. If the gradient is being computed in two\n" 23166 " dimensions, the X and Y dimensions are used.</Documentation>\n" 23167 " </IntVectorProperty>\n" 23168 " <!-- End Gradient -->\n" 23169 " </SourceProxy>\n" 23171 " <!-- ==================================================================== -->\n" 23172 " <SourceProxy class=\"vtkImageGradientMagnitude\"\n" 23173 " label=\"Gradient Magnitude\"\n" 23174 " name=\"GradientMagnitude\">\n" 23175 " <Documentation long_help=\"Compute the magnitude of the gradient vectors for an image/volume.\"\n" 23176 " short_help=\"Compute the gradient magnitude.\">The Gradient\n" 23177 " Magnitude filter computes the magnitude of the gradient\n" 23178 " vector at each point in an image or volume. This filter\n" 23179 " operates on uniform rectilinear (image) data and produces\n" 23180 " image data output.</Documentation>\n" 23181 " <InputProperty command=\"SetInputConnection\"\n" 23182 " name=\"Input\">\n" 23183 " <ProxyGroupDomain name=\"groups\">\n" 23184 " <Group name=\"sources\" />\n" 23185 " <Group name=\"filters\" />\n" 23186 " </ProxyGroupDomain>\n" 23187 " <DataTypeDomain name=\"input_type\">\n" 23188 " <DataType value=\"vtkImageData\" />\n" 23189 " </DataTypeDomain>\n" 23190 " <InputArrayDomain attribute_type=\"point\"\n" 23191 " name=\"input_array\"\n" 23192 " number_of_components=\"1\" />\n" 23193 " <Documentation>This property specifies the input to the Gradient\n" 23194 " Magnitude filter.</Documentation>\n" 23195 " </InputProperty>\n" 23196 " <IntVectorProperty command=\"SetDimensionality\"\n" 23197 " default_values=\"3\"\n" 23198 " name=\"Dimensionality\"\n" 23199 " number_of_elements=\"1\">\n" 23200 " <EnumerationDomain name=\"enum\">\n" 23201 " <Entry text=\"Two\"\n" 23202 " value=\"2\" />\n" 23203 " <Entry text=\"Three\"\n" 23204 " value=\"3\" />\n" 23205 " </EnumerationDomain>\n" 23206 " <Documentation>This property indicates whether to compute the gradient\n" 23207 " magnitude in two or three dimensions. If computing the gradient\n" 23208 " magnitude in 2D, the gradients in X and Y are used for computing the\n" 23209 " gradient magnitude.</Documentation>\n" 23210 " </IntVectorProperty>\n" 23211 " <!-- End Gradient -->\n" 23212 " </SourceProxy>\n" 23214 " <!-- ==================================================================== -->\n" 23215 " <SourceProxy class=\"vtkImageMedian3D\"\n" 23216 " name=\"Median\">\n" 23217 " <Documentation long_help=\"Compute the median scalar values in a specified neighborhood for image/volume datasets.\"\n" 23218 " short_help=\"Compute median values in a given neighborhood.\">\n" 23219 " The Median filter operates on uniform rectilinear (image\n" 23220 " or volume) data and produces uniform rectilinear output.\n" 23221 " It replaces the scalar value at each pixel / voxel with\n" 23222 " the median scalar value in the specified surrounding\n" 23223 " neighborhood. Since the median operation removes outliers,\n" 23224 " this filter is useful for removing high-intensity,\n" 23225 " low-probability noise (shot noise).</Documentation>\n" 23226 " <InputProperty command=\"SetInputConnection\"\n" 23227 " name=\"Input\">\n" 23228 " <ProxyGroupDomain name=\"groups\">\n" 23229 " <Group name=\"sources\" />\n" 23230 " <Group name=\"filters\" />\n" 23231 " </ProxyGroupDomain>\n" 23232 " <DataTypeDomain name=\"input_type\">\n" 23233 " <DataType value=\"vtkImageData\" />\n" 23234 " </DataTypeDomain>\n" 23235 " <InputArrayDomain attribute_type=\"point\"\n" 23236 " name=\"input_array\"\n" 23237 " number_of_components=\"1\" />\n" 23238 " <Documentation>This property specifies the input to the Median\n" 23239 " filter.</Documentation>\n" 23240 " </InputProperty>\n" 23241 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 23242 " element_types=\"0 0 0 0 2\"\n" 23243 " name=\"SelectInputScalars\"\n" 23244 " number_of_elements=\"5\">\n" 23245 " <ArrayListDomain attribute_type=\"Scalars\"\n" 23246 " name=\"array_list\">\n" 23247 " <RequiredProperties>\n" 23248 " <Property function=\"Input\"\n" 23249 " name=\"Input\" />\n" 23250 " </RequiredProperties>\n" 23251 " </ArrayListDomain>\n" 23252 " <Documentation>The value of this property lists the name of the scalar\n" 23253 " array to use in computing the median.</Documentation>\n" 23254 " </StringVectorProperty>\n" 23255 " <IntVectorProperty command=\"SetKernelSize\"\n" 23256 " default_values=\"1 1 1\"\n" 23257 " name=\"KernelSize\"\n" 23258 " number_of_elements=\"3\">\n" 23259 " <IntRangeDomain name=\"range\" />\n" 23260 " <Documentation>The value of this property specifies the number of\n" 23261 " pixels/voxels in each dimension to use in computing the median to\n" 23262 " assign to each pixel/voxel. If the kernel size in a particular\n" 23263 " dimension is 1, then the median will not be computed in that\n" 23264 " direction.</Documentation>\n" 23265 " </IntVectorProperty>\n" 23266 " <!-- End Median -->\n" 23267 " </SourceProxy>\n" 23269 "</ServerManagerConfiguration>\n" 23278 char* res =
new char[ len + 1];
23281 assert(offset == len);
23289 "<ServerManagerConfiguration>\n" 23290 " <ProxyGroup name=\"filters\">\n" 23291 " <!-- ==================================================================== -->\n" 23292 " <SourceProxy class=\"vtkGaussianSplatter\"\n" 23293 " label=\"Gaussian Resampling\"\n" 23294 " name=\"GaussianSplatter\">\n" 23295 " <Documentation long_help=\"Splat points into a volume with an elliptical, Gaussian distribution.\"\n" 23296 " short_help=\"Point to voxel splatter.\">vtkGaussianSplatter\n" 23297 " is a filter that injects input points into a structured\n" 23298 " points (volume) dataset. As each point is injected, it\n" 23299 " \"splats\" or distributes values to nearby voxels. Data is\n" 23300 " distributed using an elliptical, Gaussian distribution\n" 23301 " function. The distribution function is modified using\n" 23302 " scalar values (expands distribution) or normals (creates\n" 23303 " ellipsoidal distribution rather than spherical). Warning:\n" 23304 " results may be incorrect in parallel as points can't splat\n" 23305 " into other processor's cells.</Documentation>\n" 23306 " <InputProperty command=\"SetInputConnection\"\n" 23307 " name=\"Input\">\n" 23308 " <ProxyGroupDomain name=\"groups\">\n" 23309 " <Group name=\"sources\" />\n" 23310 " <Group name=\"filters\" />\n" 23311 " </ProxyGroupDomain>\n" 23312 " <DataTypeDomain name=\"input_type\">\n" 23313 " <DataType value=\"vtkDataSet\" />\n" 23314 " </DataTypeDomain>\n" 23315 " <InputArrayDomain attribute_type=\"point\"\n" 23316 " name=\"input_array\"\n" 23317 " number_of_components=\"1\" />\n" 23318 " <Documentation>This property specifies the input to the\n" 23319 " filter.</Documentation>\n" 23320 " </InputProperty>\n" 23321 " <StringVectorProperty animateable=\"0\"\n" 23322 " command=\"SetInputArrayToProcess\"\n" 23323 " element_types=\"0 0 0 0 2\"\n" 23324 " label=\"Resample Field\"\n" 23325 " name=\"SelectInputScalars\"\n" 23326 " number_of_elements=\"5\">\n" 23327 " <ArrayListDomain attribute_type=\"Scalars\"\n" 23328 " name=\"array_list\"\n" 23329 " none_string=\"ignore arrays\">\n" 23330 " <RequiredProperties>\n" 23331 " <Property function=\"Input\"\n" 23332 " name=\"Input\" />\n" 23333 " </RequiredProperties>\n" 23334 " </ArrayListDomain>\n" 23335 " <Documentation>Choose a scalar array to splat into the output cells. If\n" 23336 " ignore arrays is chosen, point density will be counted\n" 23337 " instead.</Documentation>\n" 23338 " </StringVectorProperty>\n" 23339 " <IntVectorProperty command=\"SetSampleDimensions\"\n" 23340 " default_values=\"50 50 50\"\n" 23341 " label=\"Resampling Grid\"\n" 23342 " name=\"SampleDimensions\"\n" 23343 " number_of_elements=\"3\">\n" 23344 " <IntRangeDomain name=\"range\" />\n" 23345 " <Documentation>Set / get the dimensions of the sampling structured\n" 23346 " point set. Higher values produce better results but are much\n" 23347 " slower.</Documentation>\n" 23348 " </IntVectorProperty>\n" 23349 " <DoubleVectorProperty command=\"SetModelBounds\"\n" 23350 " default_values=\"0.0 0.0 0.0 0.0 0.0 0.0\"\n" 23351 " label=\"Extent to Resample\"\n" 23352 " name=\"ModelBounds\"\n" 23353 " number_of_elements=\"6\">\n" 23354 " <DoubleRangeDomain name=\"range\" />\n" 23355 " <Documentation>Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding\n" 23356 " box in which the sampling is performed. If any of the (min,max) bounds\n" 23357 " values are min >= max, then the bounds will be computed\n" 23358 " automatically from the input data. Otherwise, the user-specified bounds\n" 23359 " will be used.</Documentation>\n" 23360 " </DoubleVectorProperty>\n" 23361 " <DoubleVectorProperty command=\"SetRadius\"\n" 23362 " default_values=\"0.1\"\n" 23363 " label=\"Gaussian Splat Radius\"\n" 23364 " name=\"Radius\"\n" 23365 " number_of_elements=\"1\">\n" 23366 " <DoubleRangeDomain name=\"range\" />\n" 23367 " <Documentation>Set / get the radius of propagation of the splat. This\n" 23368 " value is expressed as a percentage of the length of the longest side of\n" 23369 " the sampling volume. Smaller numbers greatly reduce execution\n" 23370 " time.</Documentation>\n" 23371 " </DoubleVectorProperty>\n" 23372 " <DoubleVectorProperty command=\"SetExponentFactor\"\n" 23373 " default_values=\"-5.0\"\n" 23374 " label=\"Gaussian Exponent Factor\"\n" 23375 " name=\"ExponentFactor\"\n" 23376 " number_of_elements=\"1\">\n" 23377 " <DoubleRangeDomain max=\"0.0\"\n" 23378 " name=\"range\" />\n" 23379 " <Documentation>Set / get the sharpness of decay of the splats. This is\n" 23380 " the exponent constant in the Gaussian equation. Normally this is a\n" 23381 " negative value.</Documentation>\n" 23382 " </DoubleVectorProperty>\n" 23383 " <IntVectorProperty command=\"SetScalarWarping\"\n" 23384 " default_values=\"1\"\n" 23385 " label=\"Scale Splats\"\n" 23386 " name=\"ScalarWarping\"\n" 23387 " number_of_elements=\"1\">\n" 23388 " <BooleanDomain name=\"bool\" />\n" 23389 " <Documentation>Turn on/off the scaling of splats by scalar\n" 23390 " value.</Documentation>\n" 23391 " </IntVectorProperty>\n" 23392 " <DoubleVectorProperty command=\"SetScaleFactor\"\n" 23393 " default_values=\"1.0\"\n" 23394 " label=\"Scale Factor\"\n" 23395 " name=\"ScaleFactor\"\n" 23396 " number_of_elements=\"1\">\n" 23397 " <DoubleRangeDomain name=\"range\" />\n" 23398 " <Documentation>Multiply Gaussian splat distribution by this value. If\n" 23399 " ScalarWarping is on, then the Scalar value will be multiplied by the\n" 23400 " ScaleFactor times the Gaussian function.</Documentation>\n" 23401 " </DoubleVectorProperty>\n" 23402 " <IntVectorProperty command=\"SetNormalWarping\"\n" 23403 " default_values=\"1\"\n" 23404 " label=\"Elliptical Splats\"\n" 23405 " name=\"NormalWarping\"\n" 23406 " number_of_elements=\"1\">\n" 23407 " <BooleanDomain name=\"bool\" />\n" 23408 " <Documentation>Turn on/off the generation of elliptical splats. If\n" 23409 " normal warping is on, then the input normals affect the distribution of\n" 23410 " the splat. This boolean is used in combination with the Eccentricity\n" 23411 " ivar.</Documentation>\n" 23412 " </IntVectorProperty>\n" 23413 " <DoubleVectorProperty command=\"SetEccentricity\"\n" 23414 " default_values=\"2.5\"\n" 23415 " label=\"Ellipitical Eccentricity\"\n" 23416 " name=\"Eccentricity\"\n" 23417 " number_of_elements=\"1\">\n" 23418 " <DoubleRangeDomain name=\"range\" />\n" 23419 " <Documentation>Control the shape of elliptical splatting. Eccentricity\n" 23420 " is the ratio of the major axis (aligned along normal) to the minor\n" 23421 " (axes) aligned along other two axes. So Eccentricity gt 1 creates\n" 23422 " needles with the long axis in the direction of the normal; Eccentricity\n" 23423 " lt 1 creates pancakes perpendicular to the normal\n" 23424 " vector.</Documentation>\n" 23425 " </DoubleVectorProperty>\n" 23426 " <IntVectorProperty command=\"SetCapping\"\n" 23427 " default_values=\"1\"\n" 23428 " label=\"Fill Volume Boundary\"\n" 23429 " name=\"Capping\"\n" 23430 " number_of_elements=\"1\">\n" 23431 " <BooleanDomain name=\"bool\" />\n" 23432 " <Documentation>Turn on/off the capping of the outer boundary of the\n" 23433 " volume to a specified cap value. This can be used to close surfaces\n" 23434 " (after isosurfacing) and create other effects.</Documentation>\n" 23435 " </IntVectorProperty>\n" 23436 " <DoubleVectorProperty command=\"SetCapValue\"\n" 23437 " default_values=\"0.0\"\n" 23438 " label=\"Fill Value\"\n" 23439 " name=\"CapValue\"\n" 23440 " number_of_elements=\"1\">\n" 23441 " <DoubleRangeDomain name=\"range\" />\n" 23442 " <Documentation>Specify the cap value to use. (This instance variable\n" 23443 " only has effect if the ivar Capping is on.)</Documentation>\n" 23444 " </DoubleVectorProperty>\n" 23445 " <IntVectorProperty command=\"SetAccumulationMode\"\n" 23446 " default_values=\"1\"\n" 23447 " label=\"Splat Accumulation Mode\"\n" 23448 " name=\"Accumulation Mode\"\n" 23449 " number_of_elements=\"1\">\n" 23450 " <EnumerationDomain name=\"enum\">\n" 23451 " <Entry text=\"Min\"\n" 23452 " value=\"0\" />\n" 23453 " <Entry text=\"Max\"\n" 23454 " value=\"1\" />\n" 23455 " <Entry text=\"Sum\"\n" 23456 " value=\"2\" />\n" 23457 " </EnumerationDomain>\n" 23458 " <Documentation>Specify the scalar accumulation mode. This mode\n" 23459 " expresses how scalar values are combined when splats are overlapped.\n" 23460 " The Max mode acts like a set union operation and is the most commonly\n" 23461 " used; the Min mode acts like a set intersection, and the sum is just\n" 23462 " weird.</Documentation>\n" 23463 " </IntVectorProperty>\n" 23464 " <DoubleVectorProperty command=\"SetNullValue\"\n" 23465 " default_values=\"0.0\"\n" 23466 " label=\"Empty Cell Value\"\n" 23467 " name=\"NullValue\"\n" 23468 " number_of_elements=\"1\">\n" 23469 " <DoubleRangeDomain name=\"range\" />\n" 23470 " <Documentation>Set the Null value for output points not receiving a\n" 23471 " contribution from the input points. (This is the initial value of the\n" 23472 " voxel samples.)</Documentation>\n" 23473 " </DoubleVectorProperty>\n" 23474 " <!-- End of GaussianSplatter -->\n" 23475 " </SourceProxy>\n" 23477 "</ServerManagerConfiguration>\n" 23486 char* res =
new char[ len + 1];
23489 assert(offset == len);
23497 "<ServerManagerConfiguration>\n" 23498 " <ProxyGroup name=\"sources\">\n" 23499 " <!-- ==================================================================== -->\n" 23500 " <SourceProxy class=\"vtkImageMandelbrotSource\"\n" 23501 " label=\"Mandelbrot\"\n" 23502 " name=\"ImageMandelbrotSource\">\n" 23503 " <Documentation long_help=\"Representation (unsigned char) of the Mandlebrot set in up to 3 dimensions\"\n" 23504 " short_help=\"Create a Mandelbrot representation\">The\n" 23505 " Mandelbrot source can be used to add a uniform rectilinear\n" 23506 " grid with scalar values derived from the Mandelbrot set to\n" 23507 " the 3D scene. The equation used is z = z^2 + C (where z\n" 23508 " and C are complex, and C is a constant). The scalar values\n" 23509 " in the grid are the number of iterations of the equation\n" 23510 " it takes for the magnitude of the value to become greater\n" 23511 " than 2. In the equation, the initial value of z is 0. By\n" 23512 " default, the real component of C is mapped onto the X\n" 23513 " axis; the imaginary component of C is mapped onto the Y\n" 23514 " axis; and the imaginary component of the initial value is\n" 23515 " mapped onto the Z axis. If a two-dimensional extent is\n" 23516 " specified, the resulting image will be displayed. If a\n" 23517 " three-dimensional extent is used, then the bounding box of\n" 23518 " the volume will be displayed. The output of the Mandelbrot\n" 23519 " source is image (uniform rectilinear)\n" 23520 " data.</Documentation>\n" 23521 " <IntVectorProperty command=\"SetWholeExtent\"\n" 23522 " default_values=\"0 250 0 250 0 0\"\n" 23523 " name=\"WholeExtent\"\n" 23524 " number_of_elements=\"6\"\n" 23525 " panel_visibility=\"advanced\">\n" 23526 " <IntRangeDomain name=\"range\" />\n" 23527 " <Documentation>The six values in the property indicate the X, Y, and Z\n" 23528 " extent of the output data. The first two numbers are the minimum and\n" 23529 " maximum X extent; the next two are the minimum and maximum Y extent;\n" 23530 " and the final two are the minimum and maximum Z extent. The numbers are\n" 23531 " inclusive, so values of 0, 250, 0, 250, 0, 0 indicate that the\n" 23532 " dimensions of the output will be 251 x 251 x 1.</Documentation>\n" 23533 " </IntVectorProperty>\n" 23534 " <IntVectorProperty command=\"SetProjectionAxes\"\n" 23535 " default_values=\"0 1 2\"\n" 23536 " name=\"ProjectionAxes\"\n" 23537 " number_of_elements=\"3\">\n" 23538 " <IntRangeDomain name=\"range\" />\n" 23539 " <Documentation>The three values in this property allow you to specify\n" 23540 " the projection from the 4D space used by the Mandelbrot set to the axes\n" 23541 " of the 3D volume. By default, the real component of C (represented by\n" 23542 " 0) is mapped to the X axis; the imaginary component of C (represented\n" 23543 " by 1) is mapped to the Y axis; and the real component of X, the initial\n" 23544 " value (represented by 2) is mapped to the Z axis. The imaginary\n" 23545 " component of X is represented by 3. All values entered must be between\n" 23546 " 0 and 3, inclusive.</Documentation>\n" 23547 " </IntVectorProperty>\n" 23548 " <DoubleVectorProperty command=\"SetOriginCX\"\n" 23549 " default_values=\"-1.75 -1.25 0.0 0.0\"\n" 23550 " name=\"OriginCX\"\n" 23551 " number_of_elements=\"4\">\n" 23552 " <DoubleRangeDomain name=\"range\" />\n" 23553 " <Documentation>The four values of this property indicate (in order) the\n" 23554 " components of C (real and imaginary) and the components of the initial\n" 23555 " value, X (real and imaginary).</Documentation>\n" 23556 " </DoubleVectorProperty>\n" 23557 " <DoubleVectorProperty command=\"SetSizeCX\"\n" 23558 " default_values=\"2.5 2.5 2.0 1.5\"\n" 23559 " name=\"SizeCX\"\n" 23560 " number_of_elements=\"4\">\n" 23561 " <DoubleRangeDomain name=\"range\" />\n" 23562 " <Documentation>The four values of this property indicate the length of\n" 23563 " the output in each of the four dimensions (the real and imaginary\n" 23564 " components of C and the real and imaginary components of X). The three\n" 23565 " dimensions specified in the Projection Axes property will determine\n" 23566 " which of these values specify the length of the axes in the\n" 23567 " output.</Documentation>\n" 23568 " </DoubleVectorProperty>\n" 23569 " <IntVectorProperty animateable=\"1\"\n" 23570 " command=\"SetMaximumNumberOfIterations\"\n" 23571 " default_values=\"100\"\n" 23572 " label=\"Maximum Number of Iterations\"\n" 23573 " name=\"MaximumNumberOfIterations\"\n" 23574 " number_of_elements=\"1\"\n" 23575 " panel_visibility=\"default\">\n" 23576 " <IntRangeDomain max=\"5000\"\n" 23578 " name=\"range\" />\n" 23579 " <Documentation>The value of this property specifies the limit on\n" 23580 " computational iterations (i.e., the maximum number of iterations to\n" 23581 " perform to determine if the value will go above 2). Values less than\n" 23582 " 2.0 after the specified number of iterations are considered in the\n" 23583 " fractal set.</Documentation>\n" 23584 " </IntVectorProperty>\n" 23585 " <IntVectorProperty command=\"SetSubsampleRate\"\n" 23586 " default_values=\"1\"\n" 23587 " name=\"SubsampleRate\"\n" 23588 " number_of_elements=\"1\">\n" 23589 " <IntRangeDomain min=\"1\"\n" 23590 " name=\"range\" />\n" 23591 " <Documentation>This property specifies the rate at which to subsample\n" 23592 " the volume. The extent of the dataset in each dimension will be divided\n" 23593 " by this value.</Documentation>\n" 23594 " </IntVectorProperty>\n" 23595 " <!-- End Mandelbrot -->\n" 23596 " </SourceProxy>\n" 23598 "</ServerManagerConfiguration>\n" 23607 char* res =
new char[ len + 1];
23610 assert(offset == len);
23618 "<ServerManagerConfiguration>\n" 23619 " <ProxyGroup name=\"filters\">\n" 23620 " <!-- ==================================================================== -->\n" 23621 " <SourceProxy class=\"vtkExtractSubsetWithSeed\"\n" 23622 " name=\"ExtractSubsetWithSeed\"\n" 23623 " label=\"Extract Subset With Seed\">\n" 23624 " <Documentation\n" 23625 " long_help=\"Extract a subset from a structured-grid starting with a seed point.\">\n" 23626 " Extract a subset (line or plane) from a structured-grid starting with a seed point.\n" 23627 " The filter supports cases where the structured grid is split up into multiple blocks\n" 23628 " (across multiple ranks). It also handles cases were the ijk origin for each the\n" 23629 " blocks is not aligned.\n" 23630 " </Documentation>\n" 23631 " <InputProperty name=\"Input\"\n" 23632 " command=\"SetInputConnection\">\n" 23633 " <ProxyGroupDomain name=\"groups\">\n" 23634 " <Group name=\"sources\"/>\n" 23635 " <Group name=\"filters\"/>\n" 23636 " </ProxyGroupDomain>\n" 23637 " <DataTypeDomain name=\"input_type\">\n" 23638 " <DataType value=\"vtkStructuredGrid\"/>\n" 23639 " </DataTypeDomain>\n" 23640 " </InputProperty>\n" 23641 " <DoubleVectorProperty name=\"Seed\"\n" 23642 " command=\"SetSeed\"\n" 23643 " number_of_elements=\"3\"\n" 23644 " default_values=\"0 0 0\">\n" 23645 " <Documentation>\n" 23646 " Specify the seed point in x-y-z coordinates to initiate in the slice extraction.\n" 23647 " </Documentation>\n" 23648 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 23649 " <RequiredProperties>\n" 23650 " <Property function=\"Input\" name=\"Input\" />\n" 23651 " </RequiredProperties>\n" 23652 " </BoundsDomain>\n" 23653 " </DoubleVectorProperty>\n" 23654 " <IntVectorProperty command=\"SetDirection\"\n" 23655 " default_values=\"0\"\n" 23656 " name=\"Direction\"\n" 23657 " number_of_elements=\"1\"\n" 23658 " panel_visibility=\"default\">\n" 23659 " <EnumerationDomain name=\"enum\">\n" 23660 " <Entry value=\"0\" text=\"I\" info=\"line\" />\n" 23661 " <Entry value=\"1\" text=\"J\" info=\"line\" />\n" 23662 " <Entry value=\"2\" text=\"K\" info=\"line\" />\n" 23663 " <Entry value=\"3\" text=\"IJ\" info=\"plane\" />\n" 23664 " <Entry value=\"4\" text=\"JK\" info=\"plane\" />\n" 23665 " <Entry value=\"5\" text=\"KI\" info=\"plane\" />\n" 23666 " </EnumerationDomain>\n" 23667 " <Documentation>\n" 23668 " Specify the direction in which to extract the slice starting with the **Seed**.\n" 23669 " </Documentation>\n" 23670 " </IntVectorProperty>\n" 23671 " <PropertyGroup label=\"Seed Parameters\" panel_widget=\"InteractiveHandle\">\n" 23672 " <Property function=\"WorldPosition\" name=\"Seed\" />\n" 23673 " <Property function=\"Input\" name=\"Input\" />\n" 23674 " </PropertyGroup>\n" 23676 " <Visibility replace_input=\"2\" />\n" 23678 " <!-- End ExtractSubsetWithSeed -->\n" 23679 " </SourceProxy>\n" 23681 " <!-- ==================================================================== -->\n" 23682 " <SourceProxy class=\"vtkGenerateGlobalIds\"\n" 23683 " label=\"Generate Global Ids\"\n" 23684 " name=\"GenerateGlobalIds\">\n" 23685 " <Documentation short_help=\"Generate global point and cell ids.\">\n" 23686 " Generate global point and cell ids. Global ids are unique ids where the same point\n" 23687 " (or cell) will be assigned the same id even if the point (or cell) is duplicated among\n" 23688 " multiple blocks or ranks. This filter also flags duplicated points as ghost points.\n" 23689 " </Documentation>\n" 23690 " <InputProperty command=\"SetInputConnection\"\n" 23691 " name=\"Input\">\n" 23692 " <ProxyGroupDomain name=\"groups\">\n" 23693 " <Group name=\"sources\" />\n" 23694 " <Group name=\"filters\" />\n" 23695 " </ProxyGroupDomain>\n" 23696 " <DataTypeDomain name=\"input_type\">\n" 23697 " <DataType value=\"vtkDataSet\" />\n" 23698 " </DataTypeDomain>\n" 23699 " <Documentation>This property specifies the input.</Documentation>\n" 23700 " </InputProperty>\n" 23701 " <!-- End GenerateGlobalIds -->\n" 23702 " </SourceProxy>\n" 23704 " <!-- ==================================================================== -->\n" 23705 " <SourceProxy class=\"vtkRedistributeDataSetFilter\"\n" 23706 " name=\"RedistributeDataSet\"\n" 23707 " label=\"Redistribute DataSet\">\n" 23708 " <Documentation\n" 23709 " long_help=\"Redistribute dataset into requested number of partitions.\">\n" 23710 " Redistribute data for load balancing. The filter either computes the bounding\n" 23711 " boxes, or uses a provided collection of bounding boxes, for distributing the\n" 23712 " data. Cells along partition boundaries can be uniquely assigned to a partition,\n" 23713 " duplicated among partitions, or split among the partitions. The output\n" 23714 " is an unstructured grid.\n" 23715 " </Documentation>\n" 23716 " <InputProperty name=\"Input\"\n" 23717 " command=\"SetInputConnection\">\n" 23718 " <DataTypeDomain name=\"input_type\">\n" 23719 " <DataType value=\"vtkDataSet\"/>\n" 23720 " </DataTypeDomain>\n" 23721 " </InputProperty>\n" 23723 " <IntVectorProperty name=\"BoundaryMode\"\n" 23724 " number_of_elements=\"1\"\n" 23725 " default_values=\"0\"\n" 23726 " command=\"SetBoundaryMode\">\n" 23727 " <EnumerationDomain name=\"enum\">\n" 23728 " <Entry text=\"Assign to one region\" value=\"0\" />\n" 23729 " <Entry text=\"Assign to all regions\" value=\"1\" />\n" 23730 " <Entry text=\"Split cells\" value=\"2\" />\n" 23731 " </EnumerationDomain>\n" 23732 " <Documentation>This property determines how cells that lie on processor\n" 23733 " boundaries are handled. The \"Assign to one region\" option assigns each\n" 23734 " boundary cell to exactly one process, which is useful for isosurfacing.\n" 23735 " Selecting \"Assign to all regions\" causes the cells on the boundaries to be\n" 23736 " copied to each process that shares that boundary. The \"Split cells\"\n" 23737 " option breaks cells across process boundary lines so that pieces of the\n" 23738 " cell lie in different processes. This option is useful for volume\n" 23739 " rendering.</Documentation>\n" 23740 " </IntVectorProperty>\n" 23742 " <IntVectorProperty name=\"NumberOfPartitions\"\n" 23743 " command=\"SetNumberOfPartitions\"\n" 23744 " number_of_elements=\"1\"\n" 23745 " default_values=\"-1\">\n" 23746 " <IntRangeDomain min=\"-1\"\n" 23747 " name=\"range\" />\n" 23748 " <Documentation>Specify the number of partitions to split the dataset into.\n" 23749 " Set to 0 to indicate that the partitions should match the number of ranks.\n" 23750 " The value provided is a hint and the actual number of partitions will be\n" 23751 " equal to the power of 2 greater than or equal to the chosen value.</Documentation>\n" 23752 " </IntVectorProperty>\n" 23754 " <IntVectorProperty name=\"PreservePartitionsInOutput\"\n" 23755 " command=\"SetPreservePartitionsInOutput\"\n" 23756 " number_of_elements=\"1\"\n" 23757 " default_values=\"0\"\n" 23758 " panel_visibility=\"advanced\">\n" 23759 " <Documentation>When unchecked, ranks with more than one partition will merge\n" 23760 " the partitions into a single vtkUnstructuredGrid. When checked, the partitions\n" 23761 " are preserved and the output is a vtkPartitionedDataSet.\n" 23762 " </Documentation>\n" 23763 " <BooleanDomain name=\"bool\" />\n" 23764 " </IntVectorProperty>\n" 23766 " <IntVectorProperty name=\"GenerateGlobalCellIds\"\n" 23767 " command=\"SetGenerateGlobalCellIds\"\n" 23768 " number_of_elements=\"1\"\n" 23769 " default_values=\"0\">\n" 23770 " <Documentation>Generate global Ids for all cells across partitions.\n" 23771 " </Documentation>\n" 23772 " <BooleanDomain name=\"bool\" />\n" 23773 " </IntVectorProperty>\n" 23775 " <IntVectorProperty name=\"EnableDebugging\"\n" 23776 " command=\"SetEnableDebugging\"\n" 23777 " number_of_elements=\"1\"\n" 23778 " default_values=\"0\"\n" 23779 " panel_visibility=\"advanced\">\n" 23780 " <Documentation>Retains some helper arrays created for generating\n" 23781 " global cell Ids and ghost cells that are useful for debugging.</Documentation>\n" 23782 " <BooleanDomain name=\"bool\" />\n" 23783 " </IntVectorProperty>\n" 23784 " <!-- End RedistributeDataSetFilter -->\n" 23785 " </SourceProxy>\n" 23787 " <!-- ==================================================================== -->\n" 23788 " <SourceProxy class=\"vtkOverlappingCellsDetector\"\n" 23789 " label=\"Overlapping Cells Detector\"\n" 23790 " name=\"OverlappingCellsDetector\">\n" 23791 " <Documentation short_help=\"Detects overlapping cells.\">\n" 23792 " Generates overlap count between cells of the input in a cell array named\n" 23793 " \"NumberOfCollisionsPerCell\".\n" 23794 " </Documentation>\n" 23795 " <InputProperty command=\"SetInputConnection\"\n" 23796 " name=\"Input\">\n" 23797 " <ProxyGroupDomain name=\"groups\">\n" 23798 " <Group name=\"sources\" />\n" 23799 " <Group name=\"filters\" />\n" 23800 " </ProxyGroupDomain>\n" 23801 " <DataTypeDomain name=\"input_type\">\n" 23802 " <DataType value=\"vtkPointSet\" />\n" 23803 " <DataType value=\"vtkCompositeDataSet\" />\n" 23804 " </DataTypeDomain>\n" 23805 " <Documentation>This property specifies the input.</Documentation>\n" 23806 " </InputProperty>\n" 23807 " <!-- End GenerateGlobalIds -->\n" 23808 " </SourceProxy>\n" 23810 " <!-- ==================================================================== -->\n" 23811 " <SourceProxy class=\"vtkAdaptiveResampleToImage\"\n" 23812 " name=\"AdaptiveResampleToImage\"\n" 23813 " label=\"Adaptive Resample To Image\">\n" 23814 " <Documentation\n" 23815 " long_help=\"Resample to image adaptively\">\n" 23816 " </Documentation>\n" 23817 " <InputProperty name=\"Input\"\n" 23818 " command=\"SetInputConnection\">\n" 23819 " <DataTypeDomain name=\"input_type\">\n" 23820 " <DataType value=\"vtkDataSet\"/>\n" 23821 " </DataTypeDomain>\n" 23822 " </InputProperty>\n" 23824 " <IntVectorProperty name=\"NumberOfImages\"\n" 23825 " command=\"SetNumberOfImages\"\n" 23826 " number_of_elements=\"1\"\n" 23827 " default_values=\"0\">\n" 23828 " <IntRangeDomain min=\"0\"\n" 23829 " name=\"range\" />\n" 23830 " <Documentation>\n" 23831 " Specify the number of partitions to split the dataset into.\n" 23832 " Set to 0 to indicate that the partitions should match the number of ranks.\n" 23833 " </Documentation>\n" 23834 " </IntVectorProperty>\n" 23836 " <IntVectorProperty command=\"SetSamplingDimensions\"\n" 23837 " default_values=\"64 64 64\"\n" 23838 " name=\"SamplingDimensions\"\n" 23839 " number_of_elements=\"3\"\n" 23840 " panel_visibility=\"default\">\n" 23841 " <IntRangeDomain name=\"range\" min=\"1 1 1\"/>\n" 23842 " <Documentation>\n" 23843 " </Documentation>\n" 23844 " </IntVectorProperty>\n" 23845 " </SourceProxy>\n" 23848 "</ServerManagerConfiguration>\n" 23857 char* res =
new char[ len + 1];
23860 assert(offset == len);
23868 "<ServerManagerConfiguration>\n" 23869 " <ProxyGroup name=\"filters\">\n" 23870 " <!-- ==================================================================== -->\n" 23871 " <SourceProxy class=\"vtkPCellSizeFilter\"\n" 23872 " label=\"Cell Size\"\n" 23873 " name=\"CellSize\">\n" 23874 " <Documentation long_help=\"This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)\n" 23875 " and 3D (volume) cells. ComputePoint, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimension\n" 23876 " cells to compute for. Alternatively, the ComputeHighestDimension will compute sizes for only the highest dimension cells for\n" 23877 " the vtkDataSet. The values are placed in a cell data array named ArrayName. The SumSize option will give a summation of the\n" 23878 " computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks.\"\n" 23879 " short_help=\"Compute cell sizes.\">This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)\n" 23880 " and 3D (volume) cells. ComputeVertexCount, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimension\n" 23881 " cells to compute for. The values are placed in a cell data array named ArrayName. The ComputeSum option will give a summation of the\n" 23882 " computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks in the top-level block.</Documentation>\n" 23883 " <InputProperty command=\"SetInputConnection\"\n" 23884 " name=\"Input\">\n" 23885 " <ProxyGroupDomain name=\"groups\">\n" 23886 " <Group name=\"sources\" />\n" 23887 " <Group name=\"filters\" />\n" 23888 " </ProxyGroupDomain>\n" 23889 " <DataTypeDomain name=\"input_type\">\n" 23890 " <DataType value=\"vtkDataSet\" />\n" 23891 " <DataType value=\"vtkCompositeDataSet\" />\n" 23892 " </DataTypeDomain>\n" 23893 " <Documentation>This property specifies the input to the Cell Size filter.</Documentation>\n" 23894 " </InputProperty>\n" 23895 " <IntVectorProperty command=\"SetComputeVertexCount\"\n" 23896 " default_values=\"1\"\n" 23897 " name=\"ComputeVertexCount\"\n" 23898 " number_of_elements=\"1\">\n" 23899 " <BooleanDomain name=\"bool\" />\n" 23900 " <Documentation>Specify whether or not to compute the number of points in 0D cells.</Documentation>\n" 23901 " </IntVectorProperty>\n" 23902 " <StringVectorProperty command=\"SetVertexCountArrayName\"\n" 23903 " default_values=\"VertexCount\"\n" 23904 " name=\"VertexCountArrayName\"\n" 23905 " number_of_elements=\"1\"\n" 23906 " panel_visibility=\"advanced\">\n" 23907 " <Documentation>\n" 23908 " Specify the name of the array to store the 0D cell vertex count and optionally the field data vertex count sum.\n" 23909 " </Documentation>\n" 23910 " </StringVectorProperty>\n" 23911 " <IntVectorProperty command=\"SetComputeLength\"\n" 23912 " default_values=\"1\"\n" 23913 " name=\"ComputeLength\"\n" 23914 " number_of_elements=\"1\">\n" 23915 " <BooleanDomain name=\"bool\" />\n" 23916 " <Documentation>Specify whether or not to compute the length of 1D cells.</Documentation>\n" 23917 " </IntVectorProperty>\n" 23918 " <StringVectorProperty command=\"SetLengthArrayName\"\n" 23919 " default_values=\"Length\"\n" 23920 " name=\"LengthArrayName\"\n" 23921 " number_of_elements=\"1\"\n" 23922 " panel_visibility=\"advanced\">\n" 23923 " <Documentation>\n" 23924 " Specify the name of the array to store the 1D cell length and optionally the field data length sum.\n" 23925 " </Documentation>\n" 23926 " </StringVectorProperty>\n" 23927 " <IntVectorProperty command=\"SetComputeArea\"\n" 23928 " default_values=\"1\"\n" 23929 " name=\"ComputeArea\"\n" 23930 " number_of_elements=\"1\">\n" 23931 " <BooleanDomain name=\"bool\" />\n" 23932 " <Documentation>Specify whether or not to compute the area of 2D cells.</Documentation>\n" 23933 " </IntVectorProperty>\n" 23934 " <StringVectorProperty command=\"SetAreaArrayName\"\n" 23935 " default_values=\"Area\"\n" 23936 " name=\"AreaArrayName\"\n" 23937 " number_of_elements=\"1\"\n" 23938 " panel_visibility=\"advanced\">\n" 23939 " <Documentation>\n" 23940 " Specify the name of the array to store 2D cell area and optionally the field data area sum.\n" 23941 " </Documentation>\n" 23942 " </StringVectorProperty>\n" 23943 " <IntVectorProperty command=\"SetComputeVolume\"\n" 23944 " default_values=\"1\"\n" 23945 " name=\"ComputeVolume\"\n" 23946 " number_of_elements=\"1\">\n" 23947 " <BooleanDomain name=\"bool\" />\n" 23948 " <Documentation>Specify whether or not to compute the volume of 3D cells .</Documentation>\n" 23949 " </IntVectorProperty>\n" 23950 " <StringVectorProperty command=\"SetVolumeArrayName\"\n" 23951 " default_values=\"Volume\"\n" 23952 " name=\"VolumeArrayName\"\n" 23953 " number_of_elements=\"1\"\n" 23954 " panel_visibility=\"advanced\">\n" 23955 " <Documentation>\n" 23956 " Specify the name of the array to store 3D cell volume and optionally the field data volume sum.\n" 23957 " </Documentation>\n" 23958 " </StringVectorProperty>\n" 23959 " <IntVectorProperty command=\"SetComputeSum\"\n" 23960 " default_values=\"0\"\n" 23961 " name=\"ComputeSum\"\n" 23962 " number_of_elements=\"1\">\n" 23963 " <BooleanDomain name=\"bool\" />\n" 23964 " <Documentation>Specify whether or not to sum the computed sizes of cells in datasets. The result is stored in field data.</Documentation>\n" 23965 " </IntVectorProperty>\n" 23966 " <!-- End CellSize -->\n" 23967 " </SourceProxy>\n" 23969 "</ServerManagerConfiguration>\n" 23978 char* res =
new char[ len + 1];
23981 assert(offset == len);
23989 "<ServerManagerConfiguration>\n" 23990 " <ProxyGroup name=\"filters\">\n" 23991 " <!-- ==================================================================== -->\n" 23992 " <SourceProxy class=\"vtkTextureMapToCylinder\"\n" 23993 " label=\"Texture Map to Cylinder\"\n" 23994 " name=\"TextureMapToCylinder\">\n" 23995 " <Documentation long_help=\"Generate texture coordinates by mapping points to cylinder.\"\n" 23996 " short_help=\"Generate texture coordinates by mapping points to cylinder.\">\n" 23997 " This is a filter that generates 2D texture coordinates by\n" 23998 " mapping input dataset points onto a cylinder. The cylinder\n" 23999 " is generated automatically. The cylinder is generated\n" 24000 " automatically by computing the axis of the cylinder. Note\n" 24001 " that the generated texture coordinates for the\n" 24002 " s-coordinate ranges from (0-1) (corresponding to angle of\n" 24003 " 0->360 around axis), while the mapping of the\n" 24004 " t-coordinate is controlled by the projection of points\n" 24005 " along the axis.</Documentation>\n" 24006 " <InputProperty command=\"SetInputConnection\"\n" 24007 " name=\"Input\">\n" 24008 " <ProxyGroupDomain name=\"groups\">\n" 24009 " <Group name=\"sources\" />\n" 24010 " <Group name=\"filters\" />\n" 24011 " </ProxyGroupDomain>\n" 24012 " <DataTypeDomain name=\"input_type\">\n" 24013 " <DataType value=\"vtkDataSet\" />\n" 24014 " </DataTypeDomain>\n" 24015 " <Documentation>Set the input to the Texture Map to Cylinder\n" 24016 " filter.</Documentation>\n" 24017 " </InputProperty>\n" 24018 " <IntVectorProperty command=\"SetPreventSeam\"\n" 24019 " default_values=\"1\"\n" 24020 " name=\"PreventSeam\"\n" 24021 " number_of_elements=\"1\">\n" 24022 " <BooleanDomain name=\"bool\" />\n" 24023 " <Documentation>Control how the texture coordinates are generated. If\n" 24024 " Prevent Seam is set, the s-coordinate ranges from 0->1 and 1->0\n" 24025 " corresponding to the theta angle variation between 0->180 and\n" 24026 " 180->0 degrees. Otherwise, the s-coordinate ranges from 0->1\n" 24027 " between 0->360 degrees.</Documentation>\n" 24028 " </IntVectorProperty>\n" 24030 " <IntVectorProperty name=\"GenerateCylinderAutomatically\"\n" 24031 " command=\"SetAutomaticCylinderGeneration\"\n" 24032 " number_of_elements=\"1\"\n" 24033 " default_values=\"1\">\n" 24034 " <BooleanDomain name=\"bool\" />\n" 24035 " <Documentation>\n" 24036 " When set, the filter will try to determine the size and orientation of the cylinder\n" 24037 " used for texture mapping using data bounds.\n" 24038 " </Documentation>\n" 24039 " </IntVectorProperty>\n" 24041 " <DoubleVectorProperty name=\"Point1\"\n" 24042 " command=\"SetPoint1\"\n" 24043 " number_of_elements=\"3\"\n" 24044 " default_values=\"0 0 0\">\n" 24045 " <BoundsDomain name=\"bounds\" mode=\"normal\" default_mode=\"mid,mid,min\">\n" 24046 " <RequiredProperties>\n" 24047 " <Property function=\"Input\" name=\"Input\" />\n" 24048 " </RequiredProperties>\n" 24049 " </BoundsDomain>\n" 24050 " <Documentation>\n" 24051 " When **GenerateCylinderAutomatically** is not set, specify the first point defining\n" 24052 " the axis of the cylinder through its center.\n" 24053 " </Documentation>\n" 24055 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 24056 " mode=\"enabled_state\"\n" 24057 " property=\"GenerateCylinderAutomatically\"\n" 24058 " value=\"0\" />\n" 24060 " </DoubleVectorProperty>\n" 24062 " <DoubleVectorProperty name=\"Point2\"\n" 24063 " command=\"SetPoint2\"\n" 24064 " number_of_elements=\"3\"\n" 24065 " default_values=\"0 0 0\">\n" 24066 " <BoundsDomain name=\"bounds\" mode=\"normal\" default_mode=\"mid,mid,max\">\n" 24067 " <RequiredProperties>\n" 24068 " <Property function=\"Input\" name=\"Input\" />\n" 24069 " </RequiredProperties>\n" 24070 " </BoundsDomain>\n" 24071 " <Documentation>\n" 24072 " When **GenerateCylinderAutomatically** is not set, specify the second point defining\n" 24073 " the axis of the cylinder through its center.\n" 24074 " </Documentation>\n" 24076 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 24077 " mode=\"enabled_state\"\n" 24078 " property=\"GenerateCylinderAutomatically\"\n" 24079 " value=\"0\" />\n" 24081 " </DoubleVectorProperty>\n" 24083 " <!-- End TextureMapToCylinder -->\n" 24084 " </SourceProxy>\n" 24086 " <!-- ==================================================================== -->\n" 24087 " <SourceProxy class=\"vtkTextureMapToPlane\"\n" 24088 " label=\"Texture Map to Plane\"\n" 24089 " name=\"TextureMapToPlane\">\n" 24090 " <Documentation long_help=\"Generate texture coordinates by mapping points to plane.\"\n" 24091 " short_help=\"Generate texture coordinates by mapping points to plane.\">\n" 24092 " TextureMapToPlane is a filter that generates 2D texture\n" 24093 " coordinates by mapping input dataset points onto a plane.\n" 24094 " The plane is generated automatically. A least squares\n" 24095 " method is used to generate the plane\n" 24096 " automatically.</Documentation>\n" 24097 " <InputProperty command=\"SetInputConnection\"\n" 24098 " name=\"Input\">\n" 24099 " <ProxyGroupDomain name=\"groups\">\n" 24100 " <Group name=\"sources\" />\n" 24101 " <Group name=\"filters\" />\n" 24102 " </ProxyGroupDomain>\n" 24103 " <DataTypeDomain name=\"input_type\">\n" 24104 " <DataType value=\"vtkDataSet\" />\n" 24105 " </DataTypeDomain>\n" 24106 " <Documentation>Set the input to the Texture Map to Plane\n" 24107 " filter.</Documentation>\n" 24108 " </InputProperty>\n" 24109 " <DoubleVectorProperty animateable=\"1\"\n" 24110 " command=\"SetOrigin\"\n" 24111 " default_values=\"0.0 0.0 0.0\"\n" 24112 " name=\"Origin\"\n" 24113 " number_of_elements=\"3\"\n" 24114 " panel_visibility=\"default\">\n" 24115 " <Documentation>This property specifies the 3D coordinates for the\n" 24116 " origin of the plane. Set all to zero if you want to use automatic\n" 24117 " generation.</Documentation>\n" 24118 " </DoubleVectorProperty>\n" 24119 " <DoubleVectorProperty animateable=\"1\"\n" 24120 " command=\"SetPoint1\"\n" 24121 " default_values=\"0.0 0.0 0.0\"\n" 24122 " name=\"Point1\"\n" 24123 " number_of_elements=\"3\"\n" 24124 " panel_visibility=\"default\">\n" 24125 " <Documentation>This property specifies the 3D coordinates for\n" 24126 " Point1 of the plane. Set all to zero if you want to use automatic\n" 24127 " generation.</Documentation>\n" 24128 " </DoubleVectorProperty>\n" 24129 " <DoubleVectorProperty animateable=\"1\"\n" 24130 " command=\"SetPoint2\"\n" 24131 " default_values=\"0.0 0.0 0.0\"\n" 24132 " name=\"Point2\"\n" 24133 " number_of_elements=\"3\"\n" 24134 " panel_visibility=\"default\">\n" 24135 " <Documentation>This property specifies the 3D coordinates for\n" 24136 " Point2 of the plane. Set all to zero if you want to use automatic\n" 24137 " generation.</Documentation>\n" 24138 " </DoubleVectorProperty>\n" 24139 " <IntVectorProperty command=\"SetAutomaticPlaneGeneration\"\n" 24140 " default_values=\"1\"\n" 24141 " name=\"Automatic\"\n" 24142 " number_of_elements=\"1\">\n" 24143 " <BooleanDomain name=\"bool\" />\n" 24144 " <Documentation>If set the plane values will be automatically generated.\n" 24145 " Note that for this to work all the Origin, Point1 and Point2 must all\n" 24146 " be set to zero.</Documentation>\n" 24147 " </IntVectorProperty>\n" 24148 " <!-- End TextureMapToPlane -->\n" 24149 " </SourceProxy>\n" 24151 "</ServerManagerConfiguration>\n" 24160 char* res =
new char[ len + 1];
24163 assert(offset == len);
24171 "<ServerManagerConfiguration>\n" 24172 " <ProxyGroup name=\"filters\">\n" 24173 " <!-- ==================================================================== -->\n" 24174 " <SourceProxy class=\"vtkMeshQuality\"\n" 24175 " label=\"Mesh Quality\"\n" 24176 " name=\"MeshQuality\">\n" 24177 " <Documentation long_help=\"This filter creates a new cell array containing a geometric measure of each cell's fitness. Different quality measures can be chosen for different cell shapes.\"\n" 24178 " short_help=\"Evaluate geometric mesh quality.\">This filter\n" 24179 " creates a new cell array containing a geometric measure of\n" 24180 " each cell's fitness. Different quality measures can be\n" 24181 " chosen for different cell shapes. Supported shapes include linear\n" 24182 " triangles, quadrilaterals, tetrahedra, and hexahedra. For\n" 24183 " other shapes, a value of 0 is assigned.</Documentation>\n" 24184 " <InputProperty command=\"SetInputConnection\"\n" 24185 " name=\"Input\">\n" 24186 " <ProxyGroupDomain name=\"groups\">\n" 24187 " <Group name=\"sources\" />\n" 24188 " <Group name=\"filters\" />\n" 24189 " </ProxyGroupDomain>\n" 24190 " <DataTypeDomain name=\"input_type\">\n" 24191 " <DataType value=\"vtkDataSet\" />\n" 24192 " </DataTypeDomain>\n" 24193 " <Documentation>This property specifies the input to the Mesh Quality\n" 24194 " filter.</Documentation>\n" 24195 " </InputProperty>\n" 24196 " <IntVectorProperty command=\"SetTriangleQualityMeasure\"\n" 24197 " default_values=\"2\"\n" 24198 " name=\"TriangleQualityMeasure\"\n" 24199 " number_of_elements=\"1\">\n" 24200 " <EnumerationDomain name=\"enum\">\n" 24201 " <Entry text=\"Area\"\n" 24202 " value=\"28\" />\n" 24203 " <Entry text=\"Aspect Ratio\"\n" 24204 " value=\"1\" />\n" 24205 " <Entry text=\"Aspect Frobenius\"\n" 24206 " value=\"3\" />\n" 24207 " <Entry text=\"Condition\"\n" 24208 " value=\"9\" />\n" 24209 " <Entry text=\"Distortion\"\n" 24210 " value=\"15\" />\n" 24211 " <Entry text=\"Edge Ratio\"\n" 24212 " value=\"0\" />\n" 24213 " <Entry text=\"Maximum Angle\"\n" 24214 " value=\"8\" />\n" 24215 " <Entry text=\"Minimum Angle\"\n" 24216 " value=\"6\" />\n" 24217 " <Entry text=\"Scaled Jacobian\"\n" 24218 " value=\"10\" />\n" 24219 " <Entry text=\"Radius Ratio\"\n" 24220 " value=\"2\" />\n" 24221 " <Entry text=\"Relative Size Squared\"\n" 24222 " value=\"12\" />\n" 24223 " <Entry text=\"Shape\"\n" 24224 " value=\"13\" />\n" 24225 " <Entry text=\"Shape and Size\"\n" 24226 " value=\"14\" />\n" 24227 " </EnumerationDomain>\n" 24228 " <Documentation>This property indicates which quality measure will be\n" 24229 " used to evaluate triangle quality. The radius ratio is the size of a\n" 24230 " circle circumscribed by a triangle's 3 vertices divided by the size of\n" 24231 " a circle tangent to a triangle's 3 edges. The edge ratio is the ratio\n" 24232 " of the longest edge length to the shortest edge length.</Documentation>\n" 24233 " </IntVectorProperty>\n" 24234 " <IntVectorProperty command=\"SetQuadQualityMeasure\"\n" 24235 " default_values=\"0\"\n" 24236 " name=\"QuadQualityMeasure\"\n" 24237 " number_of_elements=\"1\">\n" 24238 " <EnumerationDomain name=\"enum\">\n" 24239 " <Entry text=\"Area\"\n" 24240 " value=\"28\" />\n" 24241 " <Entry text=\"Aspect Ratio\"\n" 24242 " value=\"1\" />\n" 24243 " <Entry text=\"Condition\"\n" 24244 " value=\"9\" />\n" 24245 " <Entry text=\"Distortion\"\n" 24246 " value=\"15\" />\n" 24247 " <Entry text=\"Edge Ratio\"\n" 24248 " value=\"0\" />\n" 24249 " <Entry text=\"Jacobian\"\n" 24250 " value=\"25\" />\n" 24251 " <Entry text=\"Maximum Aspect Frobenius\"\n" 24252 " value=\"5\" />\n" 24253 " <Entry text=\"Maximum Aspect Frobenius\"\n" 24254 " value=\"5\" />\n" 24255 " <Entry text=\"Maximum Edge Ratio\"\n" 24256 " value=\"16\" />\n" 24257 " <Entry text=\"Mean Aspect Frobenius\"\n" 24258 " value=\"4\" />\n" 24259 " <Entry text=\"Minimum Angle\"\n" 24260 " value=\"6\" />\n" 24261 " <Entry text=\"Oddy\"\n" 24262 " value=\"23\" />\n" 24263 " <Entry text=\"Radius Ratio\"\n" 24264 " value=\"2\" />\n" 24265 " <Entry text=\"Relative Size Squared\"\n" 24266 " value=\"12\" />\n" 24267 " <Entry text=\"Scaled Jacobian\"\n" 24268 " value=\"10\" />\n" 24269 " <Entry text=\"Shape\"\n" 24270 " value=\"13\" />\n" 24271 " <Entry text=\"Shape and Size\"\n" 24272 " value=\"14\" />\n" 24273 " <Entry text=\"Shear\"\n" 24274 " value=\"11\" />\n" 24275 " <Entry text=\"Shear and Size\"\n" 24276 " value=\"24\" />\n" 24277 " <Entry text=\"Skew\"\n" 24278 " value=\"17\" />\n" 24279 " <Entry text=\"Stretch\"\n" 24280 " value=\"20\" />\n" 24281 " <Entry text=\"Taper\"\n" 24282 " value=\"18\" />\n" 24283 " <Entry text=\"Warpage\"\n" 24284 " value=\"26\" />\n" 24285 " </EnumerationDomain>\n" 24286 " <Documentation>This property indicates which quality measure will be\n" 24287 " used to evaluate quadrilateral quality.</Documentation>\n" 24288 " </IntVectorProperty>\n" 24289 " <IntVectorProperty command=\"SetTetQualityMeasure\"\n" 24290 " default_values=\"2\"\n" 24291 " name=\"TetQualityMeasure\"\n" 24292 " number_of_elements=\"1\">\n" 24293 " <EnumerationDomain name=\"enum\">\n" 24294 " <Entry text=\"Edge Ratio\"\n" 24295 " value=\"0\" />\n" 24296 " <Entry text=\"Aspect Beta\"\n" 24297 " value=\"29\" />\n" 24298 " <Entry text=\"Aspect Gamma\"\n" 24299 " value=\"27\" />\n" 24300 " <Entry text=\"Aspect Frobenius\"\n" 24301 " value=\"3\" />\n" 24302 " <Entry text=\"Aspect Ratio\"\n" 24303 " value=\"1\" />\n" 24304 " <Entry text=\"Collapse Ratio\"\n" 24305 " value=\"7\" />\n" 24306 " <Entry text=\"Condition\"\n" 24307 " value=\"9\" />\n" 24308 " <Entry text=\"Distortion\"\n" 24309 " value=\"15\" />\n" 24310 " <Entry text=\"Jacobian\"\n" 24311 " value=\"25\" />\n" 24312 " <Entry text=\"Minimum Dihedral Angle\"\n" 24313 " value=\"6\" />\n" 24314 " <Entry text=\"Radius Ratio\"\n" 24315 " value=\"2\" />\n" 24316 " <Entry text=\"Relative Size Squared\"\n" 24317 " value=\"12\" />\n" 24318 " <Entry text=\"Scaled Jacobian\"\n" 24319 " value=\"10\" />\n" 24320 " <Entry text=\"Shape\"\n" 24321 " value=\"13\" />\n" 24322 " <Entry text=\"Shape and Size\"\n" 24323 " value=\"14\" />\n" 24324 " <Entry text=\"Volume\"\n" 24325 " value=\"19\" />\n" 24326 " </EnumerationDomain>\n" 24327 " <Documentation>This property indicates which quality measure will be\n" 24328 " used to evaluate tetrahedral quality. The radius ratio is the size of a\n" 24329 " sphere circumscribed by a tetrahedron's 4 vertices divided by the size\n" 24330 " of a circle tangent to a tetrahedron's 4 faces. The edge ratio is the\n" 24331 " ratio of the longest edge length to the shortest edge length. The\n" 24332 " collapse ratio is the minimum ratio of height of a vertex above the\n" 24333 " triangle opposite it divided by the longest edge of the opposing\n" 24334 " triangle across all vertex/triangle pairs.</Documentation>\n" 24335 " </IntVectorProperty>\n" 24336 " <IntVectorProperty command=\"SetHexQualityMeasure\"\n" 24337 " default_values=\"5\"\n" 24338 " name=\"HexQualityMeasure\"\n" 24339 " number_of_elements=\"1\">\n" 24340 " <EnumerationDomain name=\"enum\">\n" 24341 " <Entry text=\"Diagonal\"\n" 24342 " value=\"21\" />\n" 24343 " <Entry text=\"Dimension\"\n" 24344 " value=\"22\" />\n" 24345 " <Entry text=\"Distortion\"\n" 24346 " value=\"15\" />\n" 24347 " <Entry text=\"Edge Ratio\"\n" 24348 " value=\"0\" />\n" 24349 " <Entry text=\"Jacobian\"\n" 24350 " value=\"25\" />\n" 24351 " <Entry text=\"Maximum Edge Ratio\"\n" 24352 " value=\"16\" />\n" 24353 " <Entry text=\"Maximum Aspect Frobenius\"\n" 24354 " value=\"5\" />\n" 24355 " <Entry text=\"Mean Aspect Frobenius\"\n" 24356 " value=\"4\" />\n" 24357 " <Entry text=\"Oddy\"\n" 24358 " value=\"23\" />\n" 24359 " <Entry text=\"Relative Size Squared\"\n" 24360 " value=\"12\" />\n" 24361 " <Entry text=\"Scaled Jacobian\"\n" 24362 " value=\"10\" />\n" 24363 " <Entry text=\"Shape\"\n" 24364 " value=\"13\" />\n" 24365 " <Entry text=\"Shape and Size\"\n" 24366 " value=\"14\" />\n" 24367 " <Entry text=\"Shear\"\n" 24368 " value=\"11\" />\n" 24369 " <Entry text=\"Shear and Size\"\n" 24370 " value=\"24\" />\n" 24371 " <Entry text=\"Skew\"\n" 24372 " value=\"17\" />\n" 24373 " <Entry text=\"Stretch\"\n" 24374 " value=\"20\" />\n" 24375 " <Entry text=\"Taper\"\n" 24376 " value=\"18\" />\n" 24377 " <Entry text=\"Volume\"\n" 24378 " value=\"19\" />\n" 24379 " </EnumerationDomain>\n" 24380 " <Documentation>This property indicates which quality measure will be\n" 24381 " used to evaluate hexahedral quality.</Documentation>\n" 24382 " </IntVectorProperty>\n" 24383 " <!-- End MeshQuality -->\n" 24384 " </SourceProxy>\n" 24386 "</ServerManagerConfiguration>\n" 24395 char* res =
new char[ len + 1];
24398 assert(offset == len);
24406 "<ServerManagerConfiguration>\n" 24407 " <!-- ==================================================================== -->\n" 24408 " <ProxyGroup name=\"internal_sources\">\n" 24409 " <!-- ================================================================== -->\n" 24410 " <Proxy class=\"vtkXMLPolyDataReader\"\n" 24411 " label=\"XML PolyData Reader\"\n" 24412 " name=\"XMLPolyDataReaderCore\">\n" 24413 " <Documentation long_help=\"Reads serial VTK XML polydata files.\"\n" 24414 " short_help=\"Read VTK XML polydata files.\">The XML Polydata\n" 24415 " reader reads the VTK XML polydata file format. The\n" 24416 " standard extension is .vtp.</Documentation>\n" 24417 " <StringVectorProperty animateable=\"0\"\n" 24418 " command=\"SetFileName\"\n" 24419 " name=\"FileName\"\n" 24420 " number_of_elements=\"1\"\n" 24421 " panel_visibility=\"never\">\n" 24422 " <FileListDomain name=\"files\" />\n" 24423 " <Documentation>This property specifies the file name for the VTK XML\n" 24424 " polygonal dataset reader.</Documentation>\n" 24425 " </StringVectorProperty>\n" 24426 " <DoubleVectorProperty information_only=\"1\"\n" 24427 " name=\"TimestepValues\"\n" 24428 " repeatable=\"1\">\n" 24429 " <TimeStepsInformationHelper />\n" 24430 " <Documentation>Available timestep values.</Documentation>\n" 24431 " </DoubleVectorProperty>\n" 24432 " <StringVectorProperty information_only=\"1\"\n" 24433 " name=\"CellArrayInfo\">\n" 24434 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24435 " </StringVectorProperty>\n" 24436 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24437 " element_types=\"2 0\"\n" 24438 " information_property=\"CellArrayInfo\"\n" 24439 " label=\"Cell Arrays\"\n" 24440 " name=\"CellArrayStatus\"\n" 24441 " number_of_elements=\"0\"\n" 24442 " number_of_elements_per_command=\"2\"\n" 24443 " repeat_command=\"1\">\n" 24444 " <ArraySelectionDomain name=\"array_list\">\n" 24445 " <RequiredProperties>\n" 24446 " <Property function=\"ArrayList\"\n" 24447 " name=\"CellArrayInfo\" />\n" 24448 " </RequiredProperties>\n" 24449 " </ArraySelectionDomain>\n" 24450 " <Documentation>This property lists which cell-centered arrays to\n" 24451 " read.</Documentation>\n" 24452 " </StringVectorProperty>\n" 24453 " <StringVectorProperty information_only=\"1\"\n" 24454 " name=\"PointArrayInfo\">\n" 24455 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24456 " </StringVectorProperty>\n" 24457 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24458 " element_types=\"2 0\"\n" 24459 " information_property=\"PointArrayInfo\"\n" 24460 " label=\"Point Arrays\"\n" 24461 " name=\"PointArrayStatus\"\n" 24462 " number_of_elements=\"0\"\n" 24463 " number_of_elements_per_command=\"2\"\n" 24464 " repeat_command=\"1\">\n" 24465 " <ArraySelectionDomain name=\"array_list\">\n" 24466 " <RequiredProperties>\n" 24467 " <Property function=\"ArrayList\"\n" 24468 " name=\"PointArrayInfo\" />\n" 24469 " </RequiredProperties>\n" 24470 " </ArraySelectionDomain>\n" 24471 " <Documentation>This property lists which point-centered arrays to\n" 24472 " read.</Documentation>\n" 24473 " </StringVectorProperty>\n" 24474 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24475 " command=\"GetTimeDataStringArray\"\n" 24476 " information_only=\"1\"\n" 24477 " si_class=\"vtkSIDataArrayProperty\" />\n" 24478 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24479 " element_types=\"str\"\n" 24480 " information_property=\"TimeArrayInfo\"\n" 24481 " label=\"Time Array\"\n" 24482 " default_values=\"TimeValue\"\n" 24483 " name=\"TimeArray\"\n" 24484 " number_of_elements=\"1\">\n" 24485 " <StringListDomain name=\"array_list\"\n" 24486 " none_string=\"None\" >\n" 24487 " <RequiredProperties>\n" 24488 " <Property function=\"ArrayList\"\n" 24489 " name=\"TimeArrayInfo\" />\n" 24490 " </RequiredProperties>\n" 24491 " </StringListDomain>\n" 24492 " <Documentation>This property sets which field data to use as time arrays to\n" 24493 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24494 " </StringVectorProperty>\n" 24496 " <!-- End XMLPolyDataReaderCore -->\n" 24499 " <!-- ================================================================== -->\n" 24500 " <Proxy class=\"vtkXMLTableReader\"\n" 24501 " label=\"XML Table Reader\"\n" 24502 " name=\"XMLTableReaderCore\">\n" 24503 " <Documentation long_help=\"Reads serial VTK XML table files.\"\n" 24504 " short_help=\"Read VTK XML table files.\">The XML table\n" 24505 " reader reads the VTK XML table file format. The\n" 24506 " standard extension is .vtt.</Documentation>\n" 24507 " <StringVectorProperty animateable=\"0\"\n" 24508 " command=\"SetFileName\"\n" 24509 " name=\"FileName\"\n" 24510 " number_of_elements=\"1\"\n" 24511 " panel_visibility=\"never\">\n" 24512 " <FileListDomain name=\"files\" />\n" 24513 " <Documentation>This property specifies the file name for the VTK XML\n" 24514 " table reader.</Documentation>\n" 24515 " </StringVectorProperty>\n" 24516 " <DoubleVectorProperty information_only=\"1\"\n" 24517 " name=\"TimestepValues\"\n" 24518 " repeatable=\"1\">\n" 24519 " <TimeStepsInformationHelper />\n" 24520 " <Documentation>Available timestep values.</Documentation>\n" 24521 " </DoubleVectorProperty>\n" 24522 " <StringVectorProperty information_only=\"1\"\n" 24523 " name=\"ColumnArrayInfo\">\n" 24524 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n" 24525 " </StringVectorProperty>\n" 24526 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n" 24527 " element_types=\"2 0\"\n" 24528 " information_property=\"ColumnArrayInfo\"\n" 24529 " label=\"Column Arrays\"\n" 24530 " name=\"ColumnArrayStatus\"\n" 24531 " number_of_elements=\"0\"\n" 24532 " number_of_elements_per_command=\"2\"\n" 24533 " repeat_command=\"1\">\n" 24534 " <ArraySelectionDomain name=\"array_list\">\n" 24535 " <RequiredProperties>\n" 24536 " <Property function=\"ArrayList\"\n" 24537 " name=\"ColumnArrayInfo\" />\n" 24538 " </RequiredProperties>\n" 24539 " </ArraySelectionDomain>\n" 24540 " <Documentation>This property lists which columns to\n" 24541 " read.</Documentation>\n" 24542 " </StringVectorProperty>\n" 24543 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24544 " command=\"GetTimeDataStringArray\"\n" 24545 " information_only=\"1\"\n" 24546 " si_class=\"vtkSIDataArrayProperty\" />\n" 24547 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24548 " element_types=\"str\"\n" 24549 " information_property=\"TimeArrayInfo\"\n" 24550 " label=\"Time Array\"\n" 24551 " default_values=\"TimeValue\"\n" 24552 " name=\"TimeArray\"\n" 24553 " number_of_elements=\"1\">\n" 24554 " <StringListDomain name=\"array_list\"\n" 24555 " none_string=\"None\" >\n" 24556 " <RequiredProperties>\n" 24557 " <Property function=\"ArrayList\"\n" 24558 " name=\"TimeArrayInfo\" />\n" 24559 " </RequiredProperties>\n" 24560 " </StringListDomain>\n" 24561 " <Documentation>This property sets which field data to use as time arrays to\n" 24562 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24563 " </StringVectorProperty>\n" 24565 " <!-- End XMLTableReaderCore -->\n" 24568 " <!-- ================================================================== -->\n" 24569 " <Proxy class=\"vtkXMLUnstructuredGridReader\"\n" 24570 " label=\"XML Unstructured Grid reader\"\n" 24571 " name=\"XMLUnstructuredGridReaderCore\">\n" 24572 " <Documentation long_help=\"Reads serial VTK XML unstructured grid data files.\"\n" 24573 " short_help=\"Read VTK XML unstructured grid data files.\">\n" 24574 " The XML Unstructured Grid reader reads the VTK XML\n" 24575 " unstructured grid data file format. The standard extension\n" 24576 " is .vtu.</Documentation>\n" 24577 " <StringVectorProperty animateable=\"0\"\n" 24578 " command=\"SetFileName\"\n" 24579 " name=\"FileName\"\n" 24580 " number_of_elements=\"1\"\n" 24581 " panel_visibility=\"never\">\n" 24582 " <FileListDomain name=\"files\" />\n" 24583 " <Documentation>This property specifies the file name for the VTK XML\n" 24584 " unstructured grid reader.</Documentation>\n" 24585 " </StringVectorProperty>\n" 24586 " <DoubleVectorProperty information_only=\"1\"\n" 24587 " name=\"TimestepValues\"\n" 24588 " repeatable=\"1\">\n" 24589 " <TimeStepsInformationHelper />\n" 24590 " <Documentation>Available timestep values.</Documentation>\n" 24591 " </DoubleVectorProperty>\n" 24592 " <StringVectorProperty information_only=\"1\"\n" 24593 " name=\"CellArrayInfo\">\n" 24594 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24595 " </StringVectorProperty>\n" 24596 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24597 " element_types=\"2 0\"\n" 24598 " information_property=\"CellArrayInfo\"\n" 24599 " label=\"Cell Arrays\"\n" 24600 " name=\"CellArrayStatus\"\n" 24601 " number_of_elements=\"0\"\n" 24602 " number_of_elements_per_command=\"2\"\n" 24603 " repeat_command=\"1\">\n" 24604 " <ArraySelectionDomain name=\"array_list\">\n" 24605 " <RequiredProperties>\n" 24606 " <Property function=\"ArrayList\"\n" 24607 " name=\"CellArrayInfo\" />\n" 24608 " </RequiredProperties>\n" 24609 " </ArraySelectionDomain>\n" 24610 " <Documentation>This property lists which cell-centered arrays to\n" 24611 " read.</Documentation>\n" 24612 " </StringVectorProperty>\n" 24613 " <StringVectorProperty information_only=\"1\"\n" 24614 " name=\"PointArrayInfo\">\n" 24615 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24616 " </StringVectorProperty>\n" 24617 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24618 " element_types=\"2 0\"\n" 24619 " information_property=\"PointArrayInfo\"\n" 24620 " label=\"Point Arrays\"\n" 24621 " name=\"PointArrayStatus\"\n" 24622 " number_of_elements=\"0\"\n" 24623 " number_of_elements_per_command=\"2\"\n" 24624 " repeat_command=\"1\">\n" 24625 " <ArraySelectionDomain name=\"array_list\">\n" 24626 " <RequiredProperties>\n" 24627 " <Property function=\"ArrayList\"\n" 24628 " name=\"PointArrayInfo\" />\n" 24629 " </RequiredProperties>\n" 24630 " </ArraySelectionDomain>\n" 24631 " <Documentation>This property lists which point-centered arrays to\n" 24632 " read.</Documentation>\n" 24633 " </StringVectorProperty>\n" 24634 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24635 " command=\"GetTimeDataStringArray\"\n" 24636 " information_only=\"1\"\n" 24637 " si_class=\"vtkSIDataArrayProperty\" />\n" 24638 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24639 " element_types=\"str\"\n" 24640 " information_property=\"TimeArrayInfo\"\n" 24641 " label=\"Time Array\"\n" 24642 " default_values=\"TimeValue\"\n" 24643 " name=\"TimeArray\"\n" 24644 " number_of_elements=\"1\">\n" 24645 " <StringListDomain name=\"array_list\"\n" 24646 " none_string=\"None\" >\n" 24647 " <RequiredProperties>\n" 24648 " <Property function=\"ArrayList\"\n" 24649 " name=\"TimeArrayInfo\" />\n" 24650 " </RequiredProperties>\n" 24651 " </StringListDomain>\n" 24652 " <Documentation>This property sets which field data to use as time arrays to\n" 24653 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24654 " </StringVectorProperty>\n" 24656 " <!-- End XMLUnstructuredGridReaderCore -->\n" 24659 " <!-- ================================================================== -->\n" 24660 " <Proxy class=\"vtkXMLImageDataReader\"\n" 24661 " label=\"XML Image Data Reader\"\n" 24662 " name=\"XMLImageDataReaderCore\">\n" 24663 " <Documentation long_help=\"Reads serial VTK XML image data files.\"\n" 24664 " short_help=\"Read VTK XML image data files.\">The XML Image\n" 24665 " Data reader reads the VTK XML image data file format. The\n" 24666 " standard extension is .vti.</Documentation>\n" 24667 " <StringVectorProperty animateable=\"0\"\n" 24668 " command=\"SetFileName\"\n" 24669 " name=\"FileName\"\n" 24670 " number_of_elements=\"1\"\n" 24671 " panel_visibility=\"never\">\n" 24672 " <FileListDomain name=\"files\" />\n" 24673 " <Documentation>This property specifies the file name for the VTK XML\n" 24674 " uniform rectilinear (image/volume) data reader.</Documentation>\n" 24675 " </StringVectorProperty>\n" 24676 " <DoubleVectorProperty information_only=\"1\"\n" 24677 " name=\"TimestepValues\"\n" 24678 " repeatable=\"1\">\n" 24679 " <TimeStepsInformationHelper />\n" 24680 " <Documentation>Available timestep values.</Documentation>\n" 24681 " </DoubleVectorProperty>\n" 24682 " <StringVectorProperty information_only=\"1\"\n" 24683 " name=\"CellArrayInfo\">\n" 24684 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24685 " </StringVectorProperty>\n" 24686 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24687 " element_types=\"2 0\"\n" 24688 " information_property=\"CellArrayInfo\"\n" 24689 " label=\"Cell Arrays\"\n" 24690 " name=\"CellArrayStatus\"\n" 24691 " number_of_elements=\"0\"\n" 24692 " number_of_elements_per_command=\"2\"\n" 24693 " repeat_command=\"1\">\n" 24694 " <ArraySelectionDomain name=\"array_list\">\n" 24695 " <RequiredProperties>\n" 24696 " <Property function=\"ArrayList\"\n" 24697 " name=\"CellArrayInfo\" />\n" 24698 " </RequiredProperties>\n" 24699 " </ArraySelectionDomain>\n" 24700 " <Documentation>This property lists which cell-centered arrays to\n" 24701 " read.</Documentation>\n" 24702 " </StringVectorProperty>\n" 24703 " <StringVectorProperty information_only=\"1\"\n" 24704 " name=\"PointArrayInfo\">\n" 24709 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24710 " </StringVectorProperty>\n" 24711 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24712 " element_types=\"2 0\"\n" 24713 " information_property=\"PointArrayInfo\"\n" 24714 " label=\"Point Arrays\"\n" 24715 " name=\"PointArrayStatus\"\n" 24716 " number_of_elements=\"0\"\n" 24717 " number_of_elements_per_command=\"2\"\n" 24718 " repeat_command=\"1\">\n" 24719 " <ArraySelectionDomain name=\"array_list\">\n" 24720 " <RequiredProperties>\n" 24721 " <Property function=\"ArrayList\"\n" 24722 " name=\"PointArrayInfo\" />\n" 24723 " </RequiredProperties>\n" 24724 " </ArraySelectionDomain>\n" 24725 " <Documentation>This property lists which point-centered arrays to\n" 24726 " read.</Documentation>\n" 24727 " </StringVectorProperty>\n" 24728 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24729 " command=\"GetTimeDataStringArray\"\n" 24730 " information_only=\"1\"\n" 24731 " si_class=\"vtkSIDataArrayProperty\" />\n" 24732 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24733 " element_types=\"str\"\n" 24734 " information_property=\"TimeArrayInfo\"\n" 24735 " label=\"Time Array\"\n" 24736 " default_values=\"TimeValue\"\n" 24737 " name=\"TimeArray\"\n" 24738 " number_of_elements=\"1\">\n" 24739 " <StringListDomain name=\"array_list\"\n" 24740 " none_string=\"None\" >\n" 24741 " <RequiredProperties>\n" 24742 " <Property function=\"ArrayList\"\n" 24743 " name=\"TimeArrayInfo\" />\n" 24744 " </RequiredProperties>\n" 24745 " </StringListDomain>\n" 24746 " <Documentation>This property sets which field data to use as time arrays to\n" 24747 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24748 " </StringVectorProperty>\n" 24750 " <!-- End XMLImageDataReaderCore -->\n" 24753 " <!-- ================================================================== -->\n" 24754 " <Proxy class=\"vtkXMLStructuredGridReader\"\n" 24755 " label=\"XML Structured Grid Reader\"\n" 24756 " name=\"XMLStructuredGridReaderCore\">\n" 24757 " <Documentation long_help=\"Reads serial VTK XML structured grid data files.\"\n" 24758 " short_help=\"Read VTK XML structured grid data files.\">The\n" 24759 " XML Structured Grid reader reads the VTK XML structured\n" 24760 " grid data file format. The standard extension is\n" 24761 " .vts.</Documentation>\n" 24762 " <StringVectorProperty animateable=\"0\"\n" 24763 " command=\"SetFileName\"\n" 24764 " name=\"FileName\"\n" 24765 " number_of_elements=\"1\"\n" 24766 " panel_visibility=\"never\">\n" 24767 " <FileListDomain name=\"files\" />\n" 24768 " <Documentation>This property specifies the file name for the VTK XML\n" 24769 " structured grid reader.</Documentation>\n" 24770 " </StringVectorProperty>\n" 24771 " <DoubleVectorProperty information_only=\"1\"\n" 24772 " name=\"TimestepValues\"\n" 24773 " repeatable=\"1\">\n" 24774 " <TimeStepsInformationHelper />\n" 24775 " <Documentation>Available timestep values.</Documentation>\n" 24776 " </DoubleVectorProperty>\n" 24777 " <StringVectorProperty information_only=\"1\"\n" 24778 " name=\"CellArrayInfo\">\n" 24779 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24780 " </StringVectorProperty>\n" 24781 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24782 " element_types=\"2 0\"\n" 24783 " information_property=\"CellArrayInfo\"\n" 24784 " label=\"Cell Arrays\"\n" 24785 " name=\"CellArrayStatus\"\n" 24786 " number_of_elements=\"0\"\n" 24787 " number_of_elements_per_command=\"2\"\n" 24788 " repeat_command=\"1\">\n" 24789 " <ArraySelectionDomain name=\"array_list\">\n" 24790 " <RequiredProperties>\n" 24791 " <Property function=\"ArrayList\"\n" 24792 " name=\"CellArrayInfo\" />\n" 24793 " </RequiredProperties>\n" 24794 " </ArraySelectionDomain>\n" 24795 " <Documentation>This property lists which cell-centered arrays to\n" 24796 " read.</Documentation>\n" 24797 " </StringVectorProperty>\n" 24798 " <StringVectorProperty information_only=\"1\"\n" 24799 " name=\"PointArrayInfo\">\n" 24800 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24801 " </StringVectorProperty>\n" 24802 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24803 " element_types=\"2 0\"\n" 24804 " information_property=\"PointArrayInfo\"\n" 24805 " label=\"Point Arrays\"\n" 24806 " name=\"PointArrayStatus\"\n" 24807 " number_of_elements=\"0\"\n" 24808 " number_of_elements_per_command=\"2\"\n" 24809 " repeat_command=\"1\">\n" 24810 " <ArraySelectionDomain name=\"array_list\">\n" 24811 " <RequiredProperties>\n" 24812 " <Property function=\"ArrayList\"\n" 24813 " name=\"PointArrayInfo\" />\n" 24814 " </RequiredProperties>\n" 24815 " </ArraySelectionDomain>\n" 24816 " <Documentation>This property lists which point-centered arrays to\n" 24817 " read.</Documentation>\n" 24818 " </StringVectorProperty>\n" 24819 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24820 " command=\"GetTimeDataStringArray\"\n" 24821 " information_only=\"1\"\n" 24822 " si_class=\"vtkSIDataArrayProperty\" />\n" 24823 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24824 " element_types=\"str\"\n" 24825 " information_property=\"TimeArrayInfo\"\n" 24826 " label=\"Time Array\"\n" 24827 " default_values=\"TimeValue\"\n" 24828 " name=\"TimeArray\"\n" 24829 " number_of_elements=\"1\">\n" 24830 " <StringListDomain name=\"array_list\"\n" 24831 " none_string=\"None\" >\n" 24832 " <RequiredProperties>\n" 24833 " <Property function=\"ArrayList\"\n" 24834 " name=\"TimeArrayInfo\" />\n" 24835 " </RequiredProperties>\n" 24836 " </StringListDomain>\n" 24837 " <Documentation>This property sets which field data to use as time arrays to\n" 24838 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24839 " </StringVectorProperty>\n" 24841 " <!-- End XMLStructuredGridReaderCore -->\n" 24844 " <!-- ================================================================== -->\n" 24845 " <Proxy class=\"vtkXMLRectilinearGridReader\"\n" 24846 " label=\"XML Rectilinear Grid Reader\"\n" 24847 " name=\"XMLRectilinearGridReaderCore\">\n" 24848 " <Documentation long_help=\"Reads serial VTK XML rectilinear grid data files.\"\n" 24849 " short_help=\"Read VTK XML rectilinear grid data files.\">The\n" 24850 " XML Rectilinear Grid reader reads the VTK XML rectilinear\n" 24851 " grid data file format. The standard extension is\n" 24852 " .vtr.</Documentation>\n" 24853 " <StringVectorProperty animateable=\"0\"\n" 24854 " command=\"SetFileName\"\n" 24855 " name=\"FileName\"\n" 24856 " number_of_elements=\"1\"\n" 24857 " panel_visibility=\"never\">\n" 24858 " <FileListDomain name=\"files\" />\n" 24859 " <Documentation>This property specifies the file name for the VTK XML\n" 24860 " non-uniform rectilinear grid reader.</Documentation>\n" 24861 " </StringVectorProperty>\n" 24862 " <DoubleVectorProperty information_only=\"1\"\n" 24863 " name=\"TimestepValues\"\n" 24864 " repeatable=\"1\">\n" 24865 " <TimeStepsInformationHelper />\n" 24866 " <Documentation>Available timestep values.</Documentation>\n" 24867 " </DoubleVectorProperty>\n" 24868 " <StringVectorProperty information_only=\"1\"\n" 24869 " name=\"CellArrayInfo\">\n" 24870 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24871 " </StringVectorProperty>\n" 24872 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24873 " element_types=\"2 0\"\n" 24874 " information_property=\"CellArrayInfo\"\n" 24875 " label=\"Cell Arrays\"\n" 24876 " name=\"CellArrayStatus\"\n" 24877 " number_of_elements=\"0\"\n" 24878 " number_of_elements_per_command=\"2\"\n" 24879 " repeat_command=\"1\">\n" 24880 " <ArraySelectionDomain name=\"array_list\">\n" 24881 " <RequiredProperties>\n" 24882 " <Property function=\"ArrayList\"\n" 24883 " name=\"CellArrayInfo\" />\n" 24884 " </RequiredProperties>\n" 24885 " </ArraySelectionDomain>\n" 24886 " <Documentation>This property lists which cell-centered arrays to\n" 24887 " read.</Documentation>\n" 24888 " </StringVectorProperty>\n" 24889 " <StringVectorProperty information_only=\"1\"\n" 24890 " name=\"PointArrayInfo\">\n" 24891 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24892 " </StringVectorProperty>\n" 24893 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24894 " element_types=\"2 0\"\n" 24895 " information_property=\"PointArrayInfo\"\n" 24896 " label=\"Point Arrays\"\n" 24897 " name=\"PointArrayStatus\"\n" 24898 " number_of_elements=\"0\"\n" 24899 " number_of_elements_per_command=\"2\"\n" 24900 " repeat_command=\"1\">\n" 24901 " <ArraySelectionDomain name=\"array_list\">\n" 24902 " <RequiredProperties>\n" 24903 " <Property function=\"ArrayList\"\n" 24904 " name=\"PointArrayInfo\" />\n" 24905 " </RequiredProperties>\n" 24906 " </ArraySelectionDomain>\n" 24907 " <Documentation>This property lists which point-centered arrays to\n" 24908 " read.</Documentation>\n" 24909 " </StringVectorProperty>\n" 24910 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24911 " command=\"GetTimeDataStringArray\"\n" 24912 " information_only=\"1\"\n" 24913 " si_class=\"vtkSIDataArrayProperty\" />\n" 24914 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 24915 " element_types=\"str\"\n" 24916 " information_property=\"TimeArrayInfo\"\n" 24917 " label=\"Time Array\"\n" 24918 " default_values=\"TimeValue\"\n" 24919 " name=\"TimeArray\"\n" 24920 " number_of_elements=\"1\">\n" 24921 " <StringListDomain name=\"array_list\"\n" 24922 " none_string=\"None\" >\n" 24923 " <RequiredProperties>\n" 24924 " <Property function=\"ArrayList\"\n" 24925 " name=\"TimeArrayInfo\" />\n" 24926 " </RequiredProperties>\n" 24927 " </StringListDomain>\n" 24928 " <Documentation>This property sets which field data to use as time arrays to\n" 24929 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 24930 " </StringVectorProperty>\n" 24932 " <!-- End XMLRectilinearGridReaderCore -->\n" 24935 " <!-- ================================================================== -->\n" 24936 " <Proxy class=\"vtkXMLPPolyDataReader\"\n" 24937 " label=\"XML Partitioned Polydata Reader\"\n" 24938 " name=\"XMLPPolyDataReaderCore\">\n" 24939 " <Documentation long_help=\"Reads the summary file and the associated VTK XML polydata files.\"\n" 24940 " short_help=\"Read partitioned VTK XML polydata files.\">The\n" 24941 " XML Partitioned Polydata reader reads the partitioned VTK\n" 24942 " polydata file format. It reads the partitioned format's\n" 24943 " summary file and then the associated VTK XML polydata\n" 24944 " files. The expected file extension is\n" 24945 " .pvtp.</Documentation>\n" 24946 " <StringVectorProperty animateable=\"0\"\n" 24947 " command=\"SetFileName\"\n" 24948 " name=\"FileName\"\n" 24949 " number_of_elements=\"1\"\n" 24950 " panel_visibility=\"never\">\n" 24951 " <FileListDomain name=\"files\" />\n" 24952 " <Documentation>This property specifies the file name for the\n" 24953 " partitioned VTK XML polygonal dataset reader.</Documentation>\n" 24954 " </StringVectorProperty>\n" 24955 " <StringVectorProperty information_only=\"1\"\n" 24956 " name=\"CellArrayInfo\">\n" 24957 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 24958 " </StringVectorProperty>\n" 24959 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 24960 " element_types=\"2 0\"\n" 24961 " information_property=\"CellArrayInfo\"\n" 24962 " label=\"Cell Arrays\"\n" 24963 " name=\"CellArrayStatus\"\n" 24964 " number_of_elements=\"0\"\n" 24965 " number_of_elements_per_command=\"2\"\n" 24966 " repeat_command=\"1\">\n" 24967 " <ArraySelectionDomain name=\"array_list\">\n" 24968 " <RequiredProperties>\n" 24969 " <Property function=\"ArrayList\"\n" 24970 " name=\"CellArrayInfo\" />\n" 24971 " </RequiredProperties>\n" 24972 " </ArraySelectionDomain>\n" 24973 " <Documentation>This property lists which cell-centered arrays to\n" 24974 " read.</Documentation>\n" 24975 " </StringVectorProperty>\n" 24976 " <StringVectorProperty information_only=\"1\"\n" 24977 " name=\"PointArrayInfo\">\n" 24978 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 24979 " </StringVectorProperty>\n" 24980 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 24981 " element_types=\"2 0\"\n" 24982 " information_property=\"PointArrayInfo\"\n" 24983 " label=\"Point Arrays\"\n" 24984 " name=\"PointArrayStatus\"\n" 24985 " number_of_elements=\"0\"\n" 24986 " number_of_elements_per_command=\"2\"\n" 24987 " repeat_command=\"1\">\n" 24988 " <ArraySelectionDomain name=\"array_list\">\n" 24989 " <RequiredProperties>\n" 24990 " <Property function=\"ArrayList\"\n" 24991 " name=\"PointArrayInfo\" />\n" 24992 " </RequiredProperties>\n" 24993 " </ArraySelectionDomain>\n" 24994 " <Documentation>This property lists which point-centered arrays to\n" 24995 " read.</Documentation>\n" 24996 " </StringVectorProperty>\n" 24997 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 24998 " command=\"GetTimeDataStringArray\"\n" 24999 " information_only=\"1\"\n" 25000 " si_class=\"vtkSIDataArrayProperty\" />\n" 25001 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25002 " element_types=\"str\"\n" 25003 " information_property=\"TimeArrayInfo\"\n" 25004 " label=\"Time Array\"\n" 25005 " default_values=\"TimeValue\"\n" 25006 " name=\"TimeArray\"\n" 25011 " number_of_elements=\"1\">\n" 25012 " <StringListDomain name=\"array_list\"\n" 25013 " none_string=\"None\" >\n" 25014 " <RequiredProperties>\n" 25015 " <Property function=\"ArrayList\"\n" 25016 " name=\"TimeArrayInfo\" />\n" 25017 " </RequiredProperties>\n" 25018 " </StringListDomain>\n" 25019 " <Documentation>This property sets which field data to use as time arrays to\n" 25020 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25021 " </StringVectorProperty>\n" 25023 " <!-- End XMLPPolyDataReaderCore -->\n" 25026 " <!-- ================================================================== -->\n" 25027 " <Proxy class=\"vtkXMLPUnstructuredGridReader\"\n" 25028 " label=\"XML Partitioned Unstructured Grid Reader\"\n" 25029 " name=\"XMLPUnstructuredGridReaderCore\">\n" 25030 " <Documentation long_help=\"Reads the summary file and the associated VTK XML unstructured grid files.\"\n" 25031 " short_help=\"Read partitioned VTK XML unstructured grid files.\">\n" 25032 " The XML Partitioned Unstructured Grid reader reads the\n" 25033 " partitioned VTK unstructured grid data file format. It\n" 25034 " reads the partitioned format's summary file and then the\n" 25035 " associated VTK XML unstructured grid data files. The\n" 25036 " expected file extension is .pvtu.</Documentation>\n" 25037 " <StringVectorProperty animateable=\"0\"\n" 25038 " command=\"SetFileName\"\n" 25039 " name=\"FileName\"\n" 25040 " number_of_elements=\"1\"\n" 25041 " panel_visibility=\"never\">\n" 25042 " <FileListDomain name=\"files\" />\n" 25043 " <Documentation>This property specifies the file name for the\n" 25044 " partitioned VTK XML unstructured grid reader.</Documentation>\n" 25045 " </StringVectorProperty>\n" 25046 " <StringVectorProperty information_only=\"1\"\n" 25047 " name=\"CellArrayInfo\">\n" 25048 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25049 " </StringVectorProperty>\n" 25050 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25051 " element_types=\"2 0\"\n" 25052 " information_property=\"CellArrayInfo\"\n" 25053 " label=\"Cell Arrays\"\n" 25054 " name=\"CellArrayStatus\"\n" 25055 " number_of_elements=\"0\"\n" 25056 " number_of_elements_per_command=\"2\"\n" 25057 " repeat_command=\"1\">\n" 25058 " <ArraySelectionDomain name=\"array_list\">\n" 25059 " <RequiredProperties>\n" 25060 " <Property function=\"ArrayList\"\n" 25061 " name=\"CellArrayInfo\" />\n" 25062 " </RequiredProperties>\n" 25063 " </ArraySelectionDomain>\n" 25064 " <Documentation>This property lists which cell-centered arrays to\n" 25065 " read.</Documentation>\n" 25066 " </StringVectorProperty>\n" 25067 " <StringVectorProperty information_only=\"1\"\n" 25068 " name=\"PointArrayInfo\">\n" 25069 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25070 " </StringVectorProperty>\n" 25071 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25072 " element_types=\"2 0\"\n" 25073 " information_property=\"PointArrayInfo\"\n" 25074 " label=\"Point Arrays\"\n" 25075 " name=\"PointArrayStatus\"\n" 25076 " number_of_elements=\"0\"\n" 25077 " number_of_elements_per_command=\"2\"\n" 25078 " repeat_command=\"1\">\n" 25079 " <ArraySelectionDomain name=\"array_list\">\n" 25080 " <RequiredProperties>\n" 25081 " <Property function=\"ArrayList\"\n" 25082 " name=\"PointArrayInfo\" />\n" 25083 " </RequiredProperties>\n" 25084 " </ArraySelectionDomain>\n" 25085 " <Documentation>This property lists which point-centered arrays to\n" 25086 " read.</Documentation>\n" 25087 " </StringVectorProperty>\n" 25088 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25089 " command=\"GetTimeDataStringArray\"\n" 25090 " information_only=\"1\"\n" 25091 " si_class=\"vtkSIDataArrayProperty\" />\n" 25092 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25093 " element_types=\"str\"\n" 25094 " information_property=\"TimeArrayInfo\"\n" 25095 " label=\"Time Array\"\n" 25096 " default_values=\"TimeValue\"\n" 25097 " name=\"TimeArray\"\n" 25098 " number_of_elements=\"1\">\n" 25099 " <StringListDomain name=\"array_list\"\n" 25100 " none_string=\"None\" >\n" 25101 " <RequiredProperties>\n" 25102 " <Property function=\"ArrayList\"\n" 25103 " name=\"TimeArrayInfo\" />\n" 25104 " </RequiredProperties>\n" 25105 " </StringListDomain>\n" 25106 " <Documentation>This property sets which field data to use as time arrays to\n" 25107 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25108 " </StringVectorProperty>\n" 25110 " <!-- End vtkXMLPUnstructuredGridReader -->\n" 25113 " <!-- ================================================================== -->\n" 25114 " <Proxy class=\"vtkXMLPTableReader\"\n" 25115 " label=\"XML Partitioned Table Reader\"\n" 25116 " name=\"XMLPTableReaderCore\">\n" 25117 " <Documentation long_help=\"Reads the summary file and the associated VTK XML table files.\"\n" 25118 " short_help=\"Read partitioned VTK XML table files.\">\n" 25119 " The XML Partitioned Table reader reads the\n" 25120 " partitioned VTK table data file format. It\n" 25121 " reads the partitioned format's summary file and then the\n" 25122 " associated VTK XML table data files. The\n" 25123 " expected file extension is .pvtt.</Documentation>\n" 25124 " <StringVectorProperty animateable=\"0\"\n" 25125 " command=\"SetFileName\"\n" 25126 " name=\"FileName\"\n" 25127 " number_of_elements=\"1\"\n" 25128 " panel_visibility=\"never\">\n" 25129 " <FileListDomain name=\"files\" />\n" 25130 " <Documentation>This property specifies the file name for the\n" 25131 " partitioned VTK XML table reader.</Documentation>\n" 25132 " </StringVectorProperty>\n" 25133 " <StringVectorProperty information_only=\"1\"\n" 25134 " name=\"ColumnArrayInfo\">\n" 25135 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n" 25136 " </StringVectorProperty>\n" 25137 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n" 25138 " element_types=\"2 0\"\n" 25139 " information_property=\"ColumnArrayInfo\"\n" 25140 " label=\"Columns\"\n" 25141 " name=\"ColumnArrayStatus\"\n" 25142 " number_of_elements=\"0\"\n" 25143 " number_of_elements_per_command=\"2\"\n" 25144 " repeat_command=\"1\">\n" 25145 " <ArraySelectionDomain name=\"array_list\">\n" 25146 " <RequiredProperties>\n" 25147 " <Property function=\"ArrayList\"\n" 25148 " name=\"ColumnArrayInfo\" />\n" 25149 " </RequiredProperties>\n" 25150 " </ArraySelectionDomain>\n" 25151 " <Documentation>This property lists which columns to\n" 25152 " read.</Documentation>\n" 25153 " </StringVectorProperty>\n" 25154 " <StringVectorProperty information_only=\"1\"\n" 25155 " name=\"PointArrayInfo\">\n" 25156 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25157 " </StringVectorProperty>\n" 25158 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25159 " command=\"GetTimeDataStringArray\"\n" 25160 " information_only=\"1\"\n" 25161 " si_class=\"vtkSIDataArrayProperty\" />\n" 25162 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25163 " element_types=\"str\"\n" 25164 " information_property=\"TimeArrayInfo\"\n" 25165 " label=\"Time Array\"\n" 25166 " default_values=\"TimeValue\"\n" 25167 " name=\"TimeArray\"\n" 25168 " number_of_elements=\"1\">\n" 25169 " <StringListDomain name=\"array_list\"\n" 25170 " none_string=\"None\" >\n" 25171 " <RequiredProperties>\n" 25172 " <Property function=\"ArrayList\"\n" 25173 " name=\"TimeArrayInfo\" />\n" 25174 " </RequiredProperties>\n" 25175 " </StringListDomain>\n" 25176 " <Documentation>This property sets which field data to use as time arrays to\n" 25177 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25178 " </StringVectorProperty>\n" 25180 " <!-- End XMLPTableReaderCore -->\n" 25183 " <!-- ================================================================== -->\n" 25184 " <Proxy class=\"vtkXMLPImageDataReader\"\n" 25185 " label=\"XML Partitioned Image Data Reader\"\n" 25186 " name=\"XMLPImageDataReaderCore\">\n" 25187 " <Documentation long_help=\"Reads the summary file and the associated VTK XML image data files.\"\n" 25188 " short_help=\"Read partitioned VTK XML image data files.\">\n" 25189 " The XML Partitioned Image Data reader reads the\n" 25190 " partitioned VTK image data file format. It reads the\n" 25191 " partitioned format's summary file and then the associated\n" 25192 " VTK XML image data files. The expected file extension is\n" 25193 " .pvti.</Documentation>\n" 25194 " <StringVectorProperty animateable=\"0\"\n" 25195 " command=\"SetFileName\"\n" 25196 " name=\"FileName\"\n" 25197 " number_of_elements=\"1\"\n" 25198 " panel_visibility=\"never\">\n" 25199 " <FileListDomain name=\"files\" />\n" 25200 " <Documentation>This property specifies the file name for the\n" 25201 " partitioned VTK XML uniform rectilinear grid (image/volume)\n" 25202 " reader.</Documentation>\n" 25203 " </StringVectorProperty>\n" 25204 " <StringVectorProperty information_only=\"1\"\n" 25205 " name=\"CellArrayInfo\">\n" 25206 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25207 " </StringVectorProperty>\n" 25208 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25209 " element_types=\"2 0\"\n" 25210 " information_property=\"CellArrayInfo\"\n" 25211 " label=\"Cell Arrays\"\n" 25212 " name=\"CellArrayStatus\"\n" 25213 " number_of_elements=\"0\"\n" 25214 " number_of_elements_per_command=\"2\"\n" 25215 " repeat_command=\"1\">\n" 25216 " <ArraySelectionDomain name=\"array_list\">\n" 25217 " <RequiredProperties>\n" 25218 " <Property function=\"ArrayList\"\n" 25219 " name=\"CellArrayInfo\" />\n" 25220 " </RequiredProperties>\n" 25221 " </ArraySelectionDomain>\n" 25222 " <Documentation>This property lists which cell-centered arrays to\n" 25223 " read.</Documentation>\n" 25224 " </StringVectorProperty>\n" 25225 " <StringVectorProperty information_only=\"1\"\n" 25226 " name=\"PointArrayInfo\">\n" 25227 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25228 " </StringVectorProperty>\n" 25229 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25230 " element_types=\"2 0\"\n" 25231 " information_property=\"PointArrayInfo\"\n" 25232 " label=\"Point Arrays\"\n" 25233 " name=\"PointArrayStatus\"\n" 25234 " number_of_elements=\"0\"\n" 25235 " number_of_elements_per_command=\"2\"\n" 25236 " repeat_command=\"1\">\n" 25237 " <ArraySelectionDomain name=\"array_list\">\n" 25238 " <RequiredProperties>\n" 25239 " <Property function=\"ArrayList\"\n" 25240 " name=\"PointArrayInfo\" />\n" 25241 " </RequiredProperties>\n" 25242 " </ArraySelectionDomain>\n" 25243 " <Documentation>This property lists which point-centered arrays to\n" 25244 " read.</Documentation>\n" 25245 " </StringVectorProperty>\n" 25246 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25247 " command=\"GetTimeDataStringArray\"\n" 25248 " information_only=\"1\"\n" 25249 " si_class=\"vtkSIDataArrayProperty\" />\n" 25250 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25251 " element_types=\"str\"\n" 25252 " information_property=\"TimeArrayInfo\"\n" 25253 " label=\"Time Array\"\n" 25254 " default_values=\"TimeValue\"\n" 25255 " name=\"TimeArray\"\n" 25256 " number_of_elements=\"1\">\n" 25257 " <StringListDomain name=\"array_list\"\n" 25258 " none_string=\"None\" >\n" 25259 " <RequiredProperties>\n" 25260 " <Property function=\"ArrayList\"\n" 25261 " name=\"TimeArrayInfo\" />\n" 25262 " </RequiredProperties>\n" 25263 " </StringListDomain>\n" 25264 " <Documentation>This property sets which field data to use as time arrays to\n" 25265 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25266 " </StringVectorProperty>\n" 25268 " <!-- End XMLPImageDataReaderCore -->\n" 25271 " <!-- ================================================================== -->\n" 25272 " <Proxy class=\"vtkXMLPStructuredGridReader\"\n" 25273 " label=\"XML Partitioned Structured Grid Reader\"\n" 25274 " name=\"XMLPStructuredGridReaderCore\">\n" 25275 " <Documentation long_help=\"Reads the summary file and the associated VTK XML structured grid files.\"\n" 25276 " short_help=\"Read partitioned VTK XML structured grid files.\">\n" 25277 " The XML Partitioned Structured Grid reader reads the\n" 25278 " partitioned VTK structured grid data file format. It reads\n" 25279 " the partitioned format's summary file and then the\n" 25280 " associated VTK XML structured grid data files. The\n" 25281 " expected file extension is .pvts.</Documentation>\n" 25282 " <StringVectorProperty animateable=\"0\"\n" 25283 " command=\"SetFileName\"\n" 25284 " name=\"FileName\"\n" 25285 " number_of_elements=\"1\"\n" 25286 " panel_visibility=\"never\">\n" 25287 " <FileListDomain name=\"files\" />\n" 25288 " <Documentation>This property specifies the file name for the\n" 25289 " partitioned VTK XML structured grid reader.</Documentation>\n" 25290 " </StringVectorProperty>\n" 25291 " <StringVectorProperty information_only=\"1\"\n" 25292 " name=\"CellArrayInfo\">\n" 25293 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25294 " </StringVectorProperty>\n" 25295 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25296 " element_types=\"2 0\"\n" 25297 " information_property=\"CellArrayInfo\"\n" 25298 " label=\"Cell Arrays\"\n" 25299 " name=\"CellArrayStatus\"\n" 25300 " number_of_elements=\"0\"\n" 25305 " number_of_elements_per_command=\"2\"\n" 25306 " repeat_command=\"1\">\n" 25307 " <ArraySelectionDomain name=\"array_list\">\n" 25308 " <RequiredProperties>\n" 25309 " <Property function=\"ArrayList\"\n" 25310 " name=\"CellArrayInfo\" />\n" 25311 " </RequiredProperties>\n" 25312 " </ArraySelectionDomain>\n" 25313 " <Documentation>This property lists which cell-centered arrays to\n" 25314 " read.</Documentation>\n" 25315 " </StringVectorProperty>\n" 25316 " <StringVectorProperty information_only=\"1\"\n" 25317 " name=\"PointArrayInfo\">\n" 25318 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25319 " </StringVectorProperty>\n" 25320 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25321 " element_types=\"2 0\"\n" 25322 " information_property=\"PointArrayInfo\"\n" 25323 " label=\"Point Arrays\"\n" 25324 " name=\"PointArrayStatus\"\n" 25325 " number_of_elements=\"0\"\n" 25326 " number_of_elements_per_command=\"2\"\n" 25327 " repeat_command=\"1\">\n" 25328 " <ArraySelectionDomain name=\"array_list\">\n" 25329 " <RequiredProperties>\n" 25330 " <Property function=\"ArrayList\"\n" 25331 " name=\"PointArrayInfo\" />\n" 25332 " </RequiredProperties>\n" 25333 " </ArraySelectionDomain>\n" 25334 " <Documentation>This property lists which point-centered arrays to\n" 25335 " read.</Documentation>\n" 25336 " </StringVectorProperty>\n" 25337 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25338 " command=\"GetTimeDataStringArray\"\n" 25339 " information_only=\"1\"\n" 25340 " si_class=\"vtkSIDataArrayProperty\" />\n" 25341 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25342 " element_types=\"str\"\n" 25343 " information_property=\"TimeArrayInfo\"\n" 25344 " label=\"Time Array\"\n" 25345 " default_values=\"TimeValue\"\n" 25346 " name=\"TimeArray\"\n" 25347 " number_of_elements=\"1\">\n" 25348 " <StringListDomain name=\"array_list\"\n" 25349 " none_string=\"None\" >\n" 25350 " <RequiredProperties>\n" 25351 " <Property function=\"ArrayList\"\n" 25352 " name=\"TimeArrayInfo\" />\n" 25353 " </RequiredProperties>\n" 25354 " </StringListDomain>\n" 25355 " <Documentation>This property sets which field data to use as time arrays to\n" 25356 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25357 " </StringVectorProperty>\n" 25359 " <!-- End XMLPStructuredGridReaderCore -->\n" 25362 " <!-- ================================================================== -->\n" 25363 " <Proxy class=\"vtkXMLPRectilinearGridReader\"\n" 25364 " label=\"XML Partitioned Rectilinear Grid Reader\"\n" 25365 " name=\"XMLPRectilinearGridReaderCore\">\n" 25366 " <Documentation long_help=\"Reads the summary file and the associated VTK XML rectilinear grid files.\"\n" 25367 " short_help=\"Read partitioned VTK XML rectilinear grid files.\">\n" 25368 " The XML Partitioned Rectilinear Grid reader reads the\n" 25369 " partitioned VTK rectilinear grid file format. It reads the\n" 25370 " partitioned format's summary file and then the associated\n" 25371 " VTK XML rectilinear grid files. The expected file\n" 25372 " extension is .pvtr.</Documentation>\n" 25373 " <StringVectorProperty animateable=\"0\"\n" 25374 " command=\"SetFileName\"\n" 25375 " name=\"FileName\"\n" 25376 " number_of_elements=\"1\"\n" 25377 " panel_visibility=\"never\">\n" 25378 " <FileListDomain name=\"files\" />\n" 25379 " <Documentation>This property specifies the file name for the\n" 25380 " partitioned VTK XML non-uniform rectilinear grid\n" 25381 " reader.</Documentation>\n" 25382 " </StringVectorProperty>\n" 25383 " <StringVectorProperty information_only=\"1\"\n" 25384 " name=\"CellArrayInfo\">\n" 25385 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25386 " </StringVectorProperty>\n" 25387 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25388 " element_types=\"2 0\"\n" 25389 " information_property=\"CellArrayInfo\"\n" 25390 " label=\"Cell Arrays\"\n" 25391 " name=\"CellArrayStatus\"\n" 25392 " number_of_elements=\"0\"\n" 25393 " number_of_elements_per_command=\"2\"\n" 25394 " repeat_command=\"1\">\n" 25395 " <ArraySelectionDomain name=\"array_list\">\n" 25396 " <RequiredProperties>\n" 25397 " <Property function=\"ArrayList\"\n" 25398 " name=\"CellArrayInfo\" />\n" 25399 " </RequiredProperties>\n" 25400 " </ArraySelectionDomain>\n" 25401 " <Documentation>This property lists which cell-centered arrays to\n" 25402 " read.</Documentation>\n" 25403 " </StringVectorProperty>\n" 25404 " <StringVectorProperty information_only=\"1\"\n" 25405 " name=\"PointArrayInfo\">\n" 25406 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25407 " </StringVectorProperty>\n" 25408 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25409 " element_types=\"2 0\"\n" 25410 " information_property=\"PointArrayInfo\"\n" 25411 " label=\"Point Arrays\"\n" 25412 " name=\"PointArrayStatus\"\n" 25413 " number_of_elements=\"0\"\n" 25414 " number_of_elements_per_command=\"2\"\n" 25415 " repeat_command=\"1\">\n" 25416 " <ArraySelectionDomain name=\"array_list\">\n" 25417 " <RequiredProperties>\n" 25418 " <Property function=\"ArrayList\"\n" 25419 " name=\"PointArrayInfo\" />\n" 25420 " </RequiredProperties>\n" 25421 " </ArraySelectionDomain>\n" 25422 " <Documentation>This property lists which point-centered arrays to\n" 25423 " read.</Documentation>\n" 25424 " </StringVectorProperty>\n" 25425 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25426 " command=\"GetTimeDataStringArray\"\n" 25427 " information_only=\"1\"\n" 25428 " si_class=\"vtkSIDataArrayProperty\" />\n" 25429 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25430 " element_types=\"str\"\n" 25431 " information_property=\"TimeArrayInfo\"\n" 25432 " label=\"Time Array\"\n" 25433 " default_values=\"TimeValue\"\n" 25434 " name=\"TimeArray\"\n" 25435 " number_of_elements=\"1\">\n" 25436 " <StringListDomain name=\"array_list\"\n" 25437 " none_string=\"None\" >\n" 25438 " <RequiredProperties>\n" 25439 " <Property function=\"ArrayList\"\n" 25440 " name=\"TimeArrayInfo\" />\n" 25441 " </RequiredProperties>\n" 25442 " </StringListDomain>\n" 25443 " <Documentation>This property sets which field data to use as time arrays to\n" 25444 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25445 " </StringVectorProperty>\n" 25447 " <!-- End XMLPRectilinearGridReaderCore -->\n" 25450 " <!-- ================================================================== -->\n" 25451 " <Proxy class=\"vtkXMLHierarchicalBoxDataReader\"\n" 25452 " label=\"XML Hierarchical Box Data reader\"\n" 25453 " name=\"XMLHierarchicalBoxDataReaderCore\">\n" 25454 " <StringVectorProperty animateable=\"0\"\n" 25455 " command=\"SetFileName\"\n" 25456 " name=\"FileName\"\n" 25457 " number_of_elements=\"1\"\n" 25458 " panel_visibility=\"never\">\n" 25459 " <FileListDomain name=\"files\" />\n" 25460 " <Documentation>This property specifies the file name for the VTK\n" 25461 " hierarchical box data reader.</Documentation>\n" 25462 " </StringVectorProperty>\n" 25463 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25464 " command=\"GetTimeDataStringArray\"\n" 25465 " information_only=\"1\"\n" 25466 " si_class=\"vtkSIDataArrayProperty\" />\n" 25467 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25468 " element_types=\"str\"\n" 25469 " information_property=\"TimeArrayInfo\"\n" 25470 " label=\"Time Array\"\n" 25471 " default_values=\"TimeValue\"\n" 25472 " name=\"TimeArray\"\n" 25473 " number_of_elements=\"1\">\n" 25474 " <StringListDomain name=\"array_list\"\n" 25475 " none_string=\"None\" >\n" 25476 " <RequiredProperties>\n" 25477 " <Property function=\"ArrayList\"\n" 25478 " name=\"TimeArrayInfo\" />\n" 25479 " </RequiredProperties>\n" 25480 " </StringListDomain>\n" 25481 " <Documentation>This property sets which field data to use as time arrays to\n" 25482 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25483 " </StringVectorProperty>\n" 25485 " <!-- End HierarchicalBoxDataReader -->\n" 25488 " <!-- ================================================================== -->\n" 25489 " <Proxy class=\"vtkXMLUniformGridAMRReader\"\n" 25490 " label=\"XML UniformGrid AMR reader\"\n" 25491 " name=\"XMLUniformGridAMRReaderCore\">\n" 25492 " <IntVectorProperty command=\"SetMaximumLevelsToReadByDefault\"\n" 25493 " name=\"DefaultNumberOfLevels\"\n" 25494 " number_of_elements=\"1\"\n" 25495 " default_values=\"1\"\n" 25496 " panel_visibility=\"default\">\n" 25497 " <IntRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n" 25498 " <Documentation>\n" 25499 " This reader supports demand-driven heavy data reading i.e. downstream\n" 25500 " pipeline can request specific blocks from the AMR using\n" 25501 " vtkCompositeDataPipeline::UPDATE_COMPOSITE_INDICES() key in\n" 25502 " RequestUpdateExtent() pass. However, when down-stream doesn't provide\n" 25503 " any specific keys, the default behavior can be setup to read at-most N\n" 25504 " levels by default. The number of levels read can be set using this\n" 25505 " method. Set this to 0 to imply no limit. Default is 0.\n" 25506 " </Documentation>\n" 25507 " </IntVectorProperty>\n" 25508 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25509 " command=\"GetTimeDataStringArray\"\n" 25510 " information_only=\"1\"\n" 25511 " si_class=\"vtkSIDataArrayProperty\" />\n" 25512 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25513 " element_types=\"str\"\n" 25514 " information_property=\"TimeArrayInfo\"\n" 25515 " label=\"Time Array\"\n" 25516 " default_values=\"TimeValue\"\n" 25517 " name=\"TimeArray\"\n" 25518 " number_of_elements=\"1\">\n" 25519 " <StringListDomain name=\"array_list\"\n" 25520 " none_string=\"None\" >\n" 25521 " <RequiredProperties>\n" 25522 " <Property function=\"ArrayList\"\n" 25523 " name=\"TimeArrayInfo\" />\n" 25524 " </RequiredProperties>\n" 25525 " </StringListDomain>\n" 25526 " <Documentation>This property sets which field data to use as time arrays to\n" 25527 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25528 " </StringVectorProperty>\n" 25530 " <!-- End XMLUniformGridAMRReaderCore -->\n" 25533 " <!-- ================================================================== -->\n" 25534 " <!-- Start XMLHyperTreeReaderCore -->\n" 25535 " <!-- NEED PARALLEL SUPPORT -->\n" 25536 " <Proxy class=\"vtkXMLHyperTreeGridReader\"\n" 25537 " label=\"XML HyperTree Grid Reader\"\n" 25538 " name=\"XMLHyperTreeGridReaderCore\">\n" 25539 " <StringVectorProperty animateable=\"0\"\n" 25540 " command=\"SetFileName\"\n" 25541 " name=\"FileName\"\n" 25542 " number_of_elements=\"1\"\n" 25543 " panel_visibility=\"never\">\n" 25544 " <FileListDomain name=\"files\" />\n" 25545 " <Documentation>This property specifies the file name for the\n" 25546 " Hyper Tree grid reader.</Documentation>\n" 25547 " </StringVectorProperty>\n" 25548 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25549 " command=\"GetTimeDataStringArray\"\n" 25550 " information_only=\"1\"\n" 25551 " si_class=\"vtkSIDataArrayProperty\" />\n" 25552 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25553 " element_types=\"str\"\n" 25554 " information_property=\"TimeArrayInfo\"\n" 25555 " label=\"Time Array\"\n" 25556 " default_values=\"TimeValue\"\n" 25557 " name=\"TimeArray\"\n" 25558 " number_of_elements=\"1\">\n" 25559 " <StringListDomain name=\"array_list\"\n" 25560 " none_string=\"None\" >\n" 25561 " <RequiredProperties>\n" 25562 " <Property function=\"ArrayList\"\n" 25563 " name=\"TimeArrayInfo\" />\n" 25564 " </RequiredProperties>\n" 25565 " </StringListDomain>\n" 25566 " <Documentation>This property sets which field data to use as time arrays to\n" 25567 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25568 " </StringVectorProperty>\n" 25569 " <IntVectorProperty command=\"SetFixedLevel\"\n" 25570 " name=\"MaximumNumberOfLevels\"\n" 25571 " number_of_elements=\"1\"\n" 25572 " default_values=\"128\"\n" 25573 " panel_visibility=\"default\">\n" 25574 " <IntRangeDomain name=\"range\" min=\"1\" max=\"128\" />\n" 25575 " <Documentation>This property sets the maximum level to load. Setting it to\n" 25576 " 1 shows the coarse grid of trees, and setting it at or past maximum level\n" 25577 " of the data will load the data at finest resolution. When set to\n" 25578 " a value between (excluded) 1 and the maximum level of the trees, data will\n" 25579 " be loaded at the required lower resolution, considerably faster.\n" 25580 " </Documentation>\n" 25581 " </IntVectorProperty>\n" 25583 " <!-- End XMLHyperTreeReaderCore -->\n" 25585 " <!-- ================================================================== -->\n" 25586 " <!-- Start XMLPHyperTreeReaderCore -->\n" 25587 " <Proxy class=\"vtkXMLPHyperTreeGridReader\"\n" 25588 " label=\"XML Partitioned HyperTree Grid Reader\"\n" 25589 " name=\"XMLPHyperTreeGridReaderCore\">\n" 25590 " <Documentation long_help=\"Reads the summary file and the associated VTK XML htg files.\"\n" 25591 " short_help=\"Read partitioned VTK XML htg files.\">\n" 25592 " The XML HyperTree Grid reader reads the\n" 25593 " partitioned VTK htg data file format. It\n" 25594 " reads the partitioned format's summary file and then the\n" 25595 " associated VTK XML htg data files. The\n" 25596 " expected file extension is .phtg.</Documentation>\n" 25597 " <StringVectorProperty animateable=\"0\"\n" 25598 " command=\"SetFileName\"\n" 25599 " name=\"FileName\"\n" 25604 " number_of_elements=\"1\"\n" 25605 " panel_visibility=\"never\">\n" 25606 " <FileListDomain name=\"files\" />\n" 25607 " <Documentation>This property specifies the file name for the\n" 25608 " partitioned VTK XML htg reader.</Documentation>\n" 25609 " </StringVectorProperty>\n" 25610 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25611 " command=\"GetTimeDataStringArray\"\n" 25612 " information_only=\"1\"\n" 25613 " si_class=\"vtkSIDataArrayProperty\" />\n" 25614 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25615 " element_types=\"str\"\n" 25616 " information_property=\"TimeArrayInfo\"\n" 25617 " label=\"Time Array\"\n" 25618 " default_values=\"TimeValue\"\n" 25619 " name=\"TimeArray\"\n" 25620 " number_of_elements=\"1\">\n" 25621 " <StringListDomain name=\"array_list\"\n" 25622 " none_string=\"None\" >\n" 25623 " <RequiredProperties>\n" 25624 " <Property function=\"ArrayList\"\n" 25625 " name=\"TimeArrayInfo\" />\n" 25626 " </RequiredProperties>\n" 25627 " </StringListDomain>\n" 25628 " <Documentation>This property sets which field data to use as time arrays to\n" 25629 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25630 " </StringVectorProperty>\n" 25632 " <!-- End XMLPHyperTreeReaderCore -->\n" 25634 " <!-- ================================================================== -->\n" 25635 " <Proxy class=\"vtkXMLMultiBlockDataReader\"\n" 25636 " label=\"XML Multi-Block Data reader\"\n" 25637 " name=\"XMLMultiBlockDataReaderCore\">\n" 25638 " <Documentation>Internal proxy used by\n" 25639 " XMLMultiBlockDataWriter.</Documentation>\n" 25640 " <StringVectorProperty animateable=\"0\"\n" 25641 " command=\"SetFileName\"\n" 25642 " name=\"FileName\"\n" 25643 " number_of_elements=\"1\"\n" 25644 " panel_visibility=\"never\">\n" 25645 " <FileListDomain name=\"files\" />\n" 25646 " <Documentation>This property specifies the file name for the VTK\n" 25647 " multiblock reader.</Documentation>\n" 25648 " </StringVectorProperty>\n" 25649 " <StringVectorProperty information_only=\"1\"\n" 25650 " name=\"CellArrayInfo\">\n" 25651 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25652 " </StringVectorProperty>\n" 25653 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25654 " element_types=\"2 0\"\n" 25655 " information_property=\"CellArrayInfo\"\n" 25656 " label=\"Cell Arrays\"\n" 25657 " name=\"CellArrayStatus\"\n" 25658 " number_of_elements=\"0\"\n" 25659 " number_of_elements_per_command=\"2\"\n" 25660 " repeat_command=\"1\">\n" 25661 " <ArraySelectionDomain name=\"array_list\">\n" 25662 " <RequiredProperties>\n" 25663 " <Property function=\"ArrayList\"\n" 25664 " name=\"CellArrayInfo\" />\n" 25665 " </RequiredProperties>\n" 25666 " </ArraySelectionDomain>\n" 25667 " <Documentation>This property lists which cell-centered arrays to\n" 25668 " read.</Documentation>\n" 25669 " </StringVectorProperty>\n" 25670 " <StringVectorProperty information_only=\"1\"\n" 25671 " name=\"PointArrayInfo\">\n" 25672 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25673 " </StringVectorProperty>\n" 25674 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25675 " element_types=\"2 0\"\n" 25676 " information_property=\"PointArrayInfo\"\n" 25677 " label=\"Point Arrays\"\n" 25678 " name=\"PointArrayStatus\"\n" 25679 " number_of_elements=\"0\"\n" 25680 " number_of_elements_per_command=\"2\"\n" 25681 " repeat_command=\"1\">\n" 25682 " <ArraySelectionDomain name=\"array_list\">\n" 25683 " <RequiredProperties>\n" 25684 " <Property function=\"ArrayList\"\n" 25685 " name=\"PointArrayInfo\" />\n" 25686 " </RequiredProperties>\n" 25687 " </ArraySelectionDomain>\n" 25688 " <Documentation>This property lists which point-centered arrays to\n" 25689 " read.</Documentation>\n" 25690 " </StringVectorProperty>\n" 25691 " <IntVectorProperty command=\"SetPieceDistribution\"\n" 25692 " default_values=\"0\"\n" 25693 " name=\"PieceDistribution\"\n" 25694 " number_of_elements=\"1\">\n" 25695 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n" 25696 " <EnumerationDomain name=\"enum\">\n" 25697 " <Entry text=\"Block\"\n" 25698 " value=\"0\" />\n" 25699 " <Entry text=\"Interleave\"\n" 25700 " value=\"1\" />\n" 25701 " </EnumerationDomain>\n" 25702 " </IntVectorProperty>\n" 25703 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25704 " command=\"GetTimeDataStringArray\"\n" 25705 " information_only=\"1\"\n" 25706 " si_class=\"vtkSIDataArrayProperty\" />\n" 25707 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25708 " element_types=\"str\"\n" 25709 " information_property=\"TimeArrayInfo\"\n" 25710 " label=\"Time Array\"\n" 25711 " default_values=\"TimeValue\"\n" 25712 " name=\"TimeArray\"\n" 25713 " number_of_elements=\"1\">\n" 25714 " <StringListDomain name=\"array_list\"\n" 25715 " none_string=\"None\" >\n" 25716 " <RequiredProperties>\n" 25717 " <Property function=\"ArrayList\"\n" 25718 " name=\"TimeArrayInfo\" />\n" 25719 " </RequiredProperties>\n" 25720 " </StringListDomain>\n" 25721 " <Documentation>This property sets which field data to use as time arrays to\n" 25722 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25723 " </StringVectorProperty>\n" 25724 " <!-- End MultiBlockDataReaderCore -->\n" 25727 " <!-- ================================================================== -->\n" 25728 " <Proxy class=\"vtkXMLPartitionedDataSetReader\"\n" 25729 " label=\"XML Partitioned Dataset Reader\"\n" 25730 " name=\"XMLPartitionedDataSetReaderCore\">\n" 25731 " <Documentation>Internal proxy.</Documentation>\n" 25732 " <StringVectorProperty animateable=\"0\"\n" 25733 " command=\"SetFileName\"\n" 25734 " name=\"FileName\"\n" 25735 " number_of_elements=\"1\"\n" 25736 " panel_visibility=\"never\">\n" 25737 " <FileListDomain name=\"files\" />\n" 25738 " <Documentation>This property specifies the file name for the VTK\n" 25739 " multiblock reader.</Documentation>\n" 25740 " </StringVectorProperty>\n" 25741 " <StringVectorProperty information_only=\"1\"\n" 25742 " name=\"CellArrayInfo\">\n" 25743 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25744 " </StringVectorProperty>\n" 25745 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25746 " element_types=\"2 0\"\n" 25747 " information_property=\"CellArrayInfo\"\n" 25748 " label=\"Cell Arrays\"\n" 25749 " name=\"CellArrayStatus\"\n" 25750 " number_of_elements=\"0\"\n" 25751 " number_of_elements_per_command=\"2\"\n" 25752 " repeat_command=\"1\">\n" 25753 " <ArraySelectionDomain name=\"array_list\">\n" 25754 " <RequiredProperties>\n" 25755 " <Property function=\"ArrayList\"\n" 25756 " name=\"CellArrayInfo\" />\n" 25757 " </RequiredProperties>\n" 25758 " </ArraySelectionDomain>\n" 25759 " <Documentation>This property lists which cell-centered arrays to\n" 25760 " read.</Documentation>\n" 25761 " </StringVectorProperty>\n" 25762 " <StringVectorProperty information_only=\"1\"\n" 25763 " name=\"PointArrayInfo\">\n" 25764 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25765 " </StringVectorProperty>\n" 25766 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25767 " element_types=\"2 0\"\n" 25768 " information_property=\"PointArrayInfo\"\n" 25769 " label=\"Point Arrays\"\n" 25770 " name=\"PointArrayStatus\"\n" 25771 " number_of_elements=\"0\"\n" 25772 " number_of_elements_per_command=\"2\"\n" 25773 " repeat_command=\"1\">\n" 25774 " <ArraySelectionDomain name=\"array_list\">\n" 25775 " <RequiredProperties>\n" 25776 " <Property function=\"ArrayList\"\n" 25777 " name=\"PointArrayInfo\" />\n" 25778 " </RequiredProperties>\n" 25779 " </ArraySelectionDomain>\n" 25780 " <Documentation>This property lists which point-centered arrays to\n" 25781 " read.</Documentation>\n" 25782 " </StringVectorProperty>\n" 25783 " <IntVectorProperty command=\"SetPieceDistribution\"\n" 25784 " default_values=\"0\"\n" 25785 " name=\"PieceDistribution\"\n" 25786 " number_of_elements=\"1\">\n" 25787 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n" 25788 " <EnumerationDomain name=\"enum\">\n" 25789 " <Entry text=\"Block\"\n" 25790 " value=\"0\" />\n" 25791 " <Entry text=\"Interleave\"\n" 25792 " value=\"1\" />\n" 25793 " </EnumerationDomain>\n" 25794 " </IntVectorProperty>\n" 25795 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25796 " command=\"GetTimeDataStringArray\"\n" 25797 " information_only=\"1\"\n" 25798 " si_class=\"vtkSIDataArrayProperty\" />\n" 25799 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25800 " element_types=\"str\"\n" 25801 " information_property=\"TimeArrayInfo\"\n" 25802 " label=\"Time Array\"\n" 25803 " default_values=\"TimeValue\"\n" 25804 " name=\"TimeArray\"\n" 25805 " number_of_elements=\"1\">\n" 25806 " <StringListDomain name=\"array_list\"\n" 25807 " none_string=\"None\" >\n" 25808 " <RequiredProperties>\n" 25809 " <Property function=\"ArrayList\"\n" 25810 " name=\"TimeArrayInfo\" />\n" 25811 " </RequiredProperties>\n" 25812 " </StringListDomain>\n" 25813 " <Documentation>This property sets which field data to use as time arrays to\n" 25814 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25815 " </StringVectorProperty>\n" 25816 " <!-- End XMLPartitionedDataSetReaderCore -->\n" 25819 " <!-- ================================================================== -->\n" 25820 " <Proxy class=\"vtkXMLPartitionedDataSetCollectionReader\"\n" 25821 " label=\"XML Partitioned Dataset Collection Reader\"\n" 25822 " name=\"XMLPartitionedDataSetCollectionReaderCore\">\n" 25823 " <Documentation>Internal proxy.</Documentation>\n" 25824 " <StringVectorProperty animateable=\"0\"\n" 25825 " command=\"SetFileName\"\n" 25826 " name=\"FileName\"\n" 25827 " number_of_elements=\"1\"\n" 25828 " panel_visibility=\"never\">\n" 25829 " <FileListDomain name=\"files\" />\n" 25830 " <Documentation>This property specifies the file name for the VTK\n" 25831 " multiblock reader.</Documentation>\n" 25832 " </StringVectorProperty>\n" 25833 " <StringVectorProperty information_only=\"1\"\n" 25834 " name=\"CellArrayInfo\">\n" 25835 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 25836 " </StringVectorProperty>\n" 25837 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 25838 " element_types=\"2 0\"\n" 25839 " information_property=\"CellArrayInfo\"\n" 25840 " label=\"Cell Arrays\"\n" 25841 " name=\"CellArrayStatus\"\n" 25842 " number_of_elements=\"0\"\n" 25843 " number_of_elements_per_command=\"2\"\n" 25844 " repeat_command=\"1\">\n" 25845 " <ArraySelectionDomain name=\"array_list\">\n" 25846 " <RequiredProperties>\n" 25847 " <Property function=\"ArrayList\"\n" 25848 " name=\"CellArrayInfo\" />\n" 25849 " </RequiredProperties>\n" 25850 " </ArraySelectionDomain>\n" 25851 " <Documentation>This property lists which cell-centered arrays to\n" 25852 " read.</Documentation>\n" 25853 " </StringVectorProperty>\n" 25854 " <StringVectorProperty information_only=\"1\"\n" 25855 " name=\"PointArrayInfo\">\n" 25856 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 25857 " </StringVectorProperty>\n" 25858 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 25859 " element_types=\"2 0\"\n" 25860 " information_property=\"PointArrayInfo\"\n" 25861 " label=\"Point Arrays\"\n" 25862 " name=\"PointArrayStatus\"\n" 25863 " number_of_elements=\"0\"\n" 25864 " number_of_elements_per_command=\"2\"\n" 25865 " repeat_command=\"1\">\n" 25866 " <ArraySelectionDomain name=\"array_list\">\n" 25867 " <RequiredProperties>\n" 25868 " <Property function=\"ArrayList\"\n" 25869 " name=\"PointArrayInfo\" />\n" 25870 " </RequiredProperties>\n" 25871 " </ArraySelectionDomain>\n" 25872 " <Documentation>This property lists which point-centered arrays to\n" 25873 " read.</Documentation>\n" 25874 " </StringVectorProperty>\n" 25875 " <StringVectorProperty name=\"TimeArrayInfo\"\n" 25876 " command=\"GetTimeDataStringArray\"\n" 25877 " information_only=\"1\"\n" 25878 " si_class=\"vtkSIDataArrayProperty\" />\n" 25879 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n" 25880 " element_types=\"str\"\n" 25881 " information_property=\"TimeArrayInfo\"\n" 25882 " label=\"Time Array\"\n" 25883 " default_values=\"TimeValue\"\n" 25884 " name=\"TimeArray\"\n" 25885 " number_of_elements=\"1\">\n" 25886 " <StringListDomain name=\"array_list\"\n" 25887 " none_string=\"None\" >\n" 25888 " <RequiredProperties>\n" 25889 " <Property function=\"ArrayList\"\n" 25890 " name=\"TimeArrayInfo\" />\n" 25891 " </RequiredProperties>\n" 25892 " </StringListDomain>\n" 25893 " <Documentation>This property sets which field data to use as time arrays to\n" 25894 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n" 25895 " </StringVectorProperty>\n" 25896 " <IntVectorProperty command=\"SetPieceDistribution\"\n" 25897 " default_values=\"0\"\n" 25898 " name=\"PieceDistribution\"\n" 25899 " number_of_elements=\"1\">\n" 25900 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n" 25901 " <EnumerationDomain name=\"enum\">\n" 25902 " <Entry text=\"Block\"\n" 25903 " value=\"0\" />\n" 25904 " <Entry text=\"Interleave\"\n" 25905 " value=\"1\" />\n" 25906 " </EnumerationDomain>\n" 25907 " </IntVectorProperty>\n" 25908 " <!-- End XMLPartitionedDataSetCollectionReaderCore -->\n" 25915 " <!-- ================================================================== -->\n" 25917 " <!-- end of \"internal_sources\" -->\n" 25920 " <!-- ==================================================================== -->\n" 25921 " <ProxyGroup name=\"sources\">\n" 25923 " <!-- ================================================================== -->\n" 25924 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 25925 " file_name_method=\"SetFileName\"\n" 25926 " label=\"XML PolyData Reader\"\n" 25927 " name=\"XMLPolyDataReader\"\n" 25928 " si_class=\"vtkSIMetaReaderProxy\">\n" 25929 " <Documentation long_help=\"Reads serial VTK XML polydata files.\"\n" 25930 " short_help=\"Read VTK XML polydata files.\">The XML Polydata\n" 25931 " reader reads the VTK XML polydata file format. The\n" 25932 " standard extension is .vtp. This reader also supports file\n" 25933 " series.</Documentation>\n" 25935 " <Proxy name=\"Reader\"\n" 25936 " proxygroup=\"internal_sources\"\n" 25937 " proxyname=\"XMLPolyDataReaderCore\"></Proxy>\n" 25938 " <ExposedProperties>\n" 25939 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 25940 " name=\"CellPointArrayStatus\"\n" 25941 " panel_visibility=\"default\"\n" 25942 " panel_widget=\"ArrayStatus\">\n" 25943 " <Property name=\"CellArrayInfo\" />\n" 25944 " <Property name=\"CellArrayStatus\" />\n" 25945 " <Property name=\"PointArrayInfo\" />\n" 25946 " <Property name=\"PointArrayStatus\" />\n" 25947 " </PropertyGroup>\n" 25948 " <Property name=\"TimeArrayInfo\" />\n" 25949 " <Property name=\"TimeArray\" />\n" 25950 " </ExposedProperties>\n" 25952 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 25953 " information_only=\"1\"\n" 25954 " name=\"FileNameInfo\">\n" 25955 " <SimpleStringInformationHelper />\n" 25956 " </StringVectorProperty>\n" 25957 " <StringVectorProperty animateable=\"0\"\n" 25958 " clean_command=\"RemoveAllFileNames\"\n" 25959 " command=\"AddFileName\"\n" 25960 " information_property=\"FileNameInfo\"\n" 25961 " name=\"FileName\"\n" 25962 " number_of_elements=\"1\"\n" 25963 " panel_visibility=\"never\"\n" 25964 " repeat_command=\"1\">\n" 25965 " <FileListDomain name=\"files\" />\n" 25966 " <Documentation>The list of files to be read by the reader. Each file is\n" 25967 " expected to be in the VTK XML polygonal dataset format. The standard\n" 25968 " extension is .vtp. If more than one file is specified, the reader will\n" 25969 " switch to file series mode in which it will pretend that it can support\n" 25970 " time and provide one file per time step.</Documentation>\n" 25971 " </StringVectorProperty>\n" 25972 " <DoubleVectorProperty information_only=\"1\"\n" 25973 " name=\"TimestepValues\"\n" 25974 " repeatable=\"1\">\n" 25975 " <TimeStepsInformationHelper />\n" 25976 " <Documentation>Available timestep values.</Documentation>\n" 25977 " </DoubleVectorProperty>\n" 25979 " <ReaderFactory extensions=\"vtp vtp.series\"\n" 25980 " file_description=\"VTK PolyData Files\" />\n" 25982 " <!-- XMLPolyDataReader -->\n" 25983 " </SourceProxy>\n" 25985 " <!-- ================================================================== -->\n" 25986 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 25987 " file_name_method=\"SetFileName\"\n" 25988 " label=\"XML Table Reader\"\n" 25989 " name=\"XMLTableReader\"\n" 25990 " si_class=\"vtkSIMetaReaderProxy\">\n" 25991 " <Documentation long_help=\"Reads serial VTK XML table files.\"\n" 25992 " short_help=\"Read VTK XML table files.\">The XML Table\n" 25993 " reader reads the VTK XML Table file format. The\n" 25994 " standard extension is .vtt. This reader also supports file\n" 25995 " series.</Documentation>\n" 25997 " <Proxy name=\"Reader\"\n" 25998 " proxygroup=\"internal_sources\"\n" 25999 " proxyname=\"XMLTableReaderCore\"></Proxy>\n" 26000 " <ExposedProperties>\n" 26001 " <PropertyGroup label=\"Column Array Status\"\n" 26002 " name=\"ColumnArrayStatus\"\n" 26003 " panel_visibility=\"default\"\n" 26004 " panel_widget=\"ArrayStatus\">\n" 26005 " <Property name=\"ColumnArrayInfo\" />\n" 26006 " <Property name=\"ColumnArrayStatus\" />\n" 26007 " </PropertyGroup>\n" 26008 " <Property name=\"TimeArrayInfo\" />\n" 26009 " <Property name=\"TimeArray\" />\n" 26010 " </ExposedProperties>\n" 26012 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26013 " information_only=\"1\"\n" 26014 " name=\"FileNameInfo\">\n" 26015 " <SimpleStringInformationHelper />\n" 26016 " </StringVectorProperty>\n" 26017 " <StringVectorProperty animateable=\"0\"\n" 26018 " clean_command=\"RemoveAllFileNames\"\n" 26019 " command=\"AddFileName\"\n" 26020 " information_property=\"FileNameInfo\"\n" 26021 " name=\"FileName\"\n" 26022 " number_of_elements=\"1\"\n" 26023 " panel_visibility=\"never\"\n" 26024 " repeat_command=\"1\">\n" 26025 " <FileListDomain name=\"files\" />\n" 26026 " <Documentation>The list of files to be read by the reader. Each file is\n" 26027 " expected to be in the VTK XML table format. The standard\n" 26028 " extension is .vtt. If more than one file is specified, the reader will\n" 26029 " switch to file series mode in which it will pretend that it can support\n" 26030 " time and provide one file per time step.</Documentation>\n" 26031 " </StringVectorProperty>\n" 26032 " <DoubleVectorProperty information_only=\"1\"\n" 26033 " name=\"TimestepValues\"\n" 26034 " repeatable=\"1\">\n" 26035 " <TimeStepsInformationHelper />\n" 26036 " <Documentation>Available timestep values.</Documentation>\n" 26037 " </DoubleVectorProperty>\n" 26039 " <ReaderFactory extensions=\"vtt vtt.series\"\n" 26040 " file_description=\"VTK Table Files\" />\n" 26042 " <!-- XMLTableReader -->\n" 26043 " </SourceProxy>\n" 26045 " <!-- ================================================================== -->\n" 26046 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26047 " file_name_method=\"SetFileName\"\n" 26048 " label=\"XML Unstructured Grid Reader\"\n" 26049 " name=\"XMLUnstructuredGridReader\"\n" 26050 " si_class=\"vtkSIMetaReaderProxy\">\n" 26051 " <Documentation long_help=\"Reads serial VTK XML unstructured grid data files.\"\n" 26052 " short_help=\"Read VTK XML unstructured grid data files.\">\n" 26053 " The XML Unstructured Grid reader reads the VTK XML\n" 26054 " unstructured grid data file format. The standard extension\n" 26055 " is .vtu. This reader also supports file\n" 26056 " series.</Documentation>\n" 26058 " <Proxy name=\"Reader\"\n" 26059 " proxygroup=\"internal_sources\"\n" 26060 " proxyname=\"XMLUnstructuredGridReaderCore\"></Proxy>\n" 26061 " <ExposedProperties>\n" 26062 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26063 " name=\"CellPointArrayStatus\"\n" 26064 " panel_visibility=\"default\"\n" 26065 " panel_widget=\"ArrayStatus\">\n" 26066 " <Property name=\"CellArrayInfo\" />\n" 26067 " <Property name=\"CellArrayStatus\" />\n" 26068 " <Property name=\"PointArrayInfo\" />\n" 26069 " <Property name=\"PointArrayStatus\" />\n" 26070 " </PropertyGroup>\n" 26071 " <Property name=\"TimeArrayInfo\" />\n" 26072 " <Property name=\"TimeArray\" />\n" 26073 " </ExposedProperties>\n" 26075 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26076 " information_only=\"1\"\n" 26077 " name=\"FileNameInfo\">\n" 26078 " <SimpleStringInformationHelper />\n" 26079 " </StringVectorProperty>\n" 26080 " <StringVectorProperty animateable=\"0\"\n" 26081 " clean_command=\"RemoveAllFileNames\"\n" 26082 " command=\"AddFileName\"\n" 26083 " information_property=\"FileNameInfo\"\n" 26084 " name=\"FileName\"\n" 26085 " number_of_elements=\"1\"\n" 26086 " panel_visibility=\"never\"\n" 26087 " repeat_command=\"1\">\n" 26088 " <FileListDomain name=\"files\" />\n" 26089 " <Documentation>The list of files to be read by the reader. Each file is\n" 26090 " expected to be in the VTK XML unstructured grid data format. The\n" 26091 " standard extension is .vtu. If more than one file is specified, the\n" 26092 " reader will switch to file series mode in which it will pretend that it\n" 26093 " can support time and provide one file per time step.</Documentation>\n" 26094 " </StringVectorProperty>\n" 26095 " <DoubleVectorProperty information_only=\"1\"\n" 26096 " name=\"TimestepValues\"\n" 26097 " repeatable=\"1\">\n" 26098 " <TimeStepsInformationHelper />\n" 26099 " <Documentation>Available timestep values.</Documentation>\n" 26100 " </DoubleVectorProperty>\n" 26102 " <ReaderFactory extensions=\"vtu vtu.series\"\n" 26103 " file_description=\"VTK UnstructuredGrid Files\" />\n" 26105 " <!-- XMLUnstructuredGridReader -->\n" 26106 " </SourceProxy>\n" 26108 " <!-- ================================================================== -->\n" 26109 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26110 " file_name_method=\"SetFileName\"\n" 26111 " label=\"XML Image Data Reader\"\n" 26112 " name=\"XMLImageDataReader\"\n" 26113 " si_class=\"vtkSIMetaReaderProxy\">\n" 26114 " <Documentation long_help=\"Reads serial VTK XML image data files.\"\n" 26115 " short_help=\"Read VTK XML image data files.\">The XML Image\n" 26116 " Data reader reads the VTK XML image data file format. The\n" 26117 " standard extension is .vti. This reader also supports file\n" 26118 " series.</Documentation>\n" 26120 " <Proxy name=\"Reader\"\n" 26121 " proxygroup=\"internal_sources\"\n" 26122 " proxyname=\"XMLImageDataReaderCore\"></Proxy>\n" 26123 " <ExposedProperties>\n" 26124 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26125 " name=\"CellPointArrayStatus\"\n" 26126 " panel_visibility=\"default\"\n" 26127 " panel_widget=\"ArrayStatus\">\n" 26128 " <Property name=\"CellArrayInfo\" />\n" 26129 " <Property name=\"CellArrayStatus\" />\n" 26130 " <Property name=\"PointArrayInfo\" />\n" 26131 " <Property name=\"PointArrayStatus\" />\n" 26132 " </PropertyGroup>\n" 26133 " <Property name=\"TimeArrayInfo\" />\n" 26134 " <Property name=\"TimeArray\" />\n" 26135 " </ExposedProperties>\n" 26137 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26138 " information_only=\"1\"\n" 26139 " name=\"FileNameInfo\">\n" 26140 " <SimpleStringInformationHelper />\n" 26141 " </StringVectorProperty>\n" 26142 " <StringVectorProperty animateable=\"0\"\n" 26143 " clean_command=\"RemoveAllFileNames\"\n" 26144 " command=\"AddFileName\"\n" 26145 " information_property=\"FileNameInfo\"\n" 26146 " name=\"FileName\"\n" 26147 " number_of_elements=\"1\"\n" 26148 " panel_visibility=\"never\"\n" 26149 " repeat_command=\"1\">\n" 26150 " <FileListDomain name=\"files\" />\n" 26151 " <Documentation>The list of files to be read by the reader. Each file is\n" 26152 " expected to be in the VTK XML image data format. The standard extension\n" 26153 " is .vti. If more than one file is specified, the reader will switch to\n" 26154 " file series mode in which it will pretend that it can support time and\n" 26155 " provide one file per time step.</Documentation>\n" 26156 " </StringVectorProperty>\n" 26157 " <DoubleVectorProperty information_only=\"1\"\n" 26158 " name=\"TimestepValues\"\n" 26159 " repeatable=\"1\">\n" 26160 " <TimeStepsInformationHelper />\n" 26161 " <Documentation>Available timestep values.</Documentation>\n" 26162 " </DoubleVectorProperty>\n" 26164 " <ReaderFactory extensions=\"vti vti.series\"\n" 26165 " file_description=\"VTK ImageData Files\" />\n" 26167 " <!-- XMLImageDataReader -->\n" 26168 " </SourceProxy>\n" 26170 " <!-- ================================================================== -->\n" 26171 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26172 " file_name_method=\"SetFileName\"\n" 26173 " label=\"XML Structured Grid Reader\"\n" 26174 " name=\"XMLStructuredGridReader\"\n" 26175 " si_class=\"vtkSIMetaReaderProxy\">\n" 26176 " <Documentation long_help=\"Reads serial VTK XML structured grid data files.\"\n" 26177 " short_help=\"Read VTK XML structured grid data files.\">The\n" 26178 " XML Structured Grid reader reads the VTK XML structured\n" 26179 " grid data file format. The standard extension is .vts.\n" 26180 " This reader also supports file series.</Documentation>\n" 26182 " <Proxy name=\"Reader\"\n" 26183 " proxygroup=\"internal_sources\"\n" 26184 " proxyname=\"XMLStructuredGridReaderCore\"></Proxy>\n" 26185 " <ExposedProperties>\n" 26186 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26187 " name=\"CellPointArrayStatus\"\n" 26188 " panel_visibility=\"default\"\n" 26189 " panel_widget=\"ArrayStatus\">\n" 26190 " <Property name=\"CellArrayInfo\" />\n" 26191 " <Property name=\"CellArrayStatus\" />\n" 26192 " <Property name=\"PointArrayInfo\" />\n" 26193 " <Property name=\"PointArrayStatus\" />\n" 26194 " </PropertyGroup>\n" 26195 " <Property name=\"TimeArrayInfo\" />\n" 26196 " <Property name=\"TimeArray\" />\n" 26197 " </ExposedProperties>\n" 26199 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26200 " information_only=\"1\"\n" 26201 " name=\"FileNameInfo\">\n" 26202 " <SimpleStringInformationHelper />\n" 26203 " </StringVectorProperty>\n" 26204 " <StringVectorProperty animateable=\"0\"\n" 26205 " clean_command=\"RemoveAllFileNames\"\n" 26206 " command=\"AddFileName\"\n" 26207 " information_property=\"FileNameInfo\"\n" 26208 " name=\"FileName\"\n" 26209 " number_of_elements=\"1\"\n" 26210 " panel_visibility=\"never\"\n" 26211 " repeat_command=\"1\">\n" 26212 " <FileListDomain name=\"files\" />\n" 26213 " <Documentation>The list of files to be read by the reader. Each file is\n" 26214 " expected to be in the VTK XML structured grid data format. The standard\n" 26215 " extension is .vts. If more than one file is specified, the reader will\n" 26220 " switch to file series mode in which it will pretend that it can support\n" 26221 " time and provide one file per time step.</Documentation>\n" 26222 " </StringVectorProperty>\n" 26223 " <DoubleVectorProperty information_only=\"1\"\n" 26224 " name=\"TimestepValues\"\n" 26225 " repeatable=\"1\">\n" 26226 " <TimeStepsInformationHelper />\n" 26227 " <Documentation>Available timestep values.</Documentation>\n" 26228 " </DoubleVectorProperty>\n" 26230 " <ReaderFactory extensions=\"vts vts.series\"\n" 26231 " file_description=\"VTK StructuredGrid Files\" />\n" 26233 " <!-- XMLStructuredGridReader -->\n" 26234 " </SourceProxy>\n" 26236 " <!-- ================================================================== -->\n" 26237 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26238 " file_name_method=\"SetFileName\"\n" 26239 " label=\"XML Rectilinear Grid Reader\"\n" 26240 " name=\"XMLRectilinearGridReader\"\n" 26241 " si_class=\"vtkSIMetaReaderProxy\">\n" 26242 " <Documentation long_help=\"Reads serial VTK XML rectilinear grid data files.\"\n" 26243 " short_help=\"Read VTK XML rectilinear grid data files.\">The\n" 26244 " XML Rectilinear Grid reader reads the VTK XML rectilinear\n" 26245 " grid data file format. The standard extension is .vtr.\n" 26246 " This reader also supports file series.</Documentation>\n" 26248 " <Proxy name=\"Reader\"\n" 26249 " proxygroup=\"internal_sources\"\n" 26250 " proxyname=\"XMLRectilinearGridReaderCore\"></Proxy>\n" 26251 " <ExposedProperties>\n" 26252 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26253 " name=\"CellPointArrayStatus\"\n" 26254 " panel_visibility=\"default\"\n" 26255 " panel_widget=\"ArrayStatus\">\n" 26256 " <Property name=\"CellArrayInfo\" />\n" 26257 " <Property name=\"CellArrayStatus\" />\n" 26258 " <Property name=\"PointArrayInfo\" />\n" 26259 " <Property name=\"PointArrayStatus\" />\n" 26260 " </PropertyGroup>\n" 26261 " <Property name=\"TimeArrayInfo\" />\n" 26262 " <Property name=\"TimeArray\" />\n" 26263 " </ExposedProperties>\n" 26265 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26266 " information_only=\"1\"\n" 26267 " name=\"FileNameInfo\">\n" 26268 " <SimpleStringInformationHelper />\n" 26269 " </StringVectorProperty>\n" 26270 " <StringVectorProperty animateable=\"0\"\n" 26271 " clean_command=\"RemoveAllFileNames\"\n" 26272 " command=\"AddFileName\"\n" 26273 " information_property=\"FileNameInfo\"\n" 26274 " name=\"FileName\"\n" 26275 " number_of_elements=\"1\"\n" 26276 " panel_visibility=\"never\"\n" 26277 " repeat_command=\"1\">\n" 26278 " <FileListDomain name=\"files\" />\n" 26279 " <Documentation>The list of files to be read by the reader. Each file is\n" 26280 " expected to be in the VTK XML rectilinear grid data format. The\n" 26281 " standard extension is .vtr. If more than one file is specified, the\n" 26282 " reader will switch to file series mode in which it will pretend that it\n" 26283 " can support time and provide one file per time step.</Documentation>\n" 26284 " </StringVectorProperty>\n" 26285 " <DoubleVectorProperty information_only=\"1\"\n" 26286 " name=\"TimestepValues\"\n" 26287 " repeatable=\"1\">\n" 26288 " <TimeStepsInformationHelper />\n" 26289 " <Documentation>Available timestep values.</Documentation>\n" 26290 " </DoubleVectorProperty>\n" 26292 " <ReaderFactory extensions=\"vtr vtr.series\"\n" 26293 " file_description=\"VTK RectilinearGrid Files\" />\n" 26295 " <!-- XMLRectilinearGridReader -->\n" 26296 " </SourceProxy>\n" 26298 " <!-- ================================================================== -->\n" 26299 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26300 " file_name_method=\"SetFileName\"\n" 26301 " label=\"XML Partitioned Polydata Reader\"\n" 26302 " name=\"XMLPPolyDataReader\"\n" 26303 " si_class=\"vtkSIMetaReaderProxy\">\n" 26304 " <Documentation long_help=\"Reads the summary file and the assicoated VTK XML polydata files.\"\n" 26305 " short_help=\"Read partitioned VTK XML polydata files.\">The\n" 26306 " XML Partitioned Polydata reader reads the partitioned VTK\n" 26307 " polydata file format. It reads the partitioned format's\n" 26308 " summary file and then the associated VTK XML polydata\n" 26309 " files. The expected file extension is .pvtp. This reader\n" 26310 " also supports file series.</Documentation>\n" 26312 " <Proxy name=\"Reader\"\n" 26313 " proxygroup=\"internal_sources\"\n" 26314 " proxyname=\"XMLPPolyDataReaderCore\"></Proxy>\n" 26315 " <ExposedProperties>\n" 26316 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26317 " name=\"CellPointArrayStatus\"\n" 26318 " panel_visibility=\"default\"\n" 26319 " panel_widget=\"ArrayStatus\">\n" 26320 " <Property name=\"CellArrayInfo\" />\n" 26321 " <Property name=\"CellArrayStatus\" />\n" 26322 " <Property name=\"PointArrayInfo\" />\n" 26323 " <Property name=\"PointArrayStatus\" />\n" 26324 " </PropertyGroup>\n" 26325 " <Property name=\"TimeArrayInfo\" />\n" 26326 " <Property name=\"TimeArray\" />\n" 26327 " </ExposedProperties>\n" 26329 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26330 " information_only=\"1\"\n" 26331 " name=\"FileNameInfo\">\n" 26332 " <SimpleStringInformationHelper />\n" 26333 " </StringVectorProperty>\n" 26334 " <StringVectorProperty animateable=\"0\"\n" 26335 " clean_command=\"RemoveAllFileNames\"\n" 26336 " command=\"AddFileName\"\n" 26337 " information_property=\"FileNameInfo\"\n" 26338 " name=\"FileName\"\n" 26339 " number_of_elements=\"1\"\n" 26340 " panel_visibility=\"never\"\n" 26341 " repeat_command=\"1\">\n" 26342 " <FileListDomain name=\"files\" />\n" 26343 " <Documentation>The list of files to be read by the reader. Each file is\n" 26344 " expected to be in the partitioned VTK XML polygonal dataset format. The\n" 26345 " standard extension is .pvtp. If more than one file is specified, the\n" 26346 " reader will switch to file series mode in which it will pretend that it\n" 26347 " can support time and provide one file per time step.</Documentation>\n" 26348 " </StringVectorProperty>\n" 26349 " <DoubleVectorProperty information_only=\"1\"\n" 26350 " name=\"TimestepValues\"\n" 26351 " repeatable=\"1\">\n" 26352 " <TimeStepsInformationHelper />\n" 26353 " <Documentation>Available timestep values.</Documentation>\n" 26354 " </DoubleVectorProperty>\n" 26356 " <ReaderFactory extensions=\"pvtp pvtp.series\"\n" 26357 " file_description=\"VTK PolyData Files (partitioned)\" />\n" 26359 " <!-- XMLPPolyDataReader -->\n" 26360 " </SourceProxy>\n" 26362 " <!-- ================================================================== -->\n" 26363 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26364 " file_name_method=\"SetFileName\"\n" 26365 " label=\"XML Partitioned Unstructured Grid Reader\"\n" 26366 " name=\"XMLPUnstructuredGridReader\"\n" 26367 " si_class=\"vtkSIMetaReaderProxy\">\n" 26368 " <Documentation long_help=\"Reads the summary file and the associated VTK XML unstructured grid data files.\"\n" 26369 " short_help=\"Read partitioned VTK XML unstructured grid data files.\">\n" 26370 " The XML Partitioned Unstructured Grid reader reads the\n" 26371 " partitioned VTK unstructured grid data file format. It\n" 26372 " reads the partitioned format's summary file and then the\n" 26373 " associated VTK XML unstructured grid data files. The\n" 26374 " expected file extension is .pvtu. This reader also\n" 26375 " supports file series.</Documentation>\n" 26377 " <Proxy name=\"Reader\"\n" 26378 " proxygroup=\"internal_sources\"\n" 26379 " proxyname=\"XMLPUnstructuredGridReaderCore\"></Proxy>\n" 26380 " <ExposedProperties>\n" 26381 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26382 " name=\"CellPointArrayStatus\"\n" 26383 " panel_visibility=\"default\"\n" 26384 " panel_widget=\"ArrayStatus\">\n" 26385 " <Property name=\"CellArrayInfo\" />\n" 26386 " <Property name=\"CellArrayStatus\" />\n" 26387 " <Property name=\"PointArrayInfo\" />\n" 26388 " <Property name=\"PointArrayStatus\" />\n" 26389 " </PropertyGroup>\n" 26390 " <Property name=\"TimeArrayInfo\" />\n" 26391 " <Property name=\"TimeArray\" />\n" 26392 " </ExposedProperties>\n" 26394 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26395 " information_only=\"1\"\n" 26396 " name=\"FileNameInfo\">\n" 26397 " <SimpleStringInformationHelper />\n" 26398 " </StringVectorProperty>\n" 26399 " <StringVectorProperty animateable=\"0\"\n" 26400 " clean_command=\"RemoveAllFileNames\"\n" 26401 " command=\"AddFileName\"\n" 26402 " information_property=\"FileNameInfo\"\n" 26403 " name=\"FileName\"\n" 26404 " number_of_elements=\"1\"\n" 26405 " panel_visibility=\"never\"\n" 26406 " repeat_command=\"1\">\n" 26407 " <FileListDomain name=\"files\" />\n" 26408 " <Documentation>The list of files to be read by the reader. Each file is\n" 26409 " expected to be in the partitioned VTK XML unstructured grid data\n" 26410 " format. The standard extension is .pvtu. If more than one file is\n" 26411 " specified, the reader will switch to file series mode in which it will\n" 26412 " pretend that it can support time and provide one file per time\n" 26413 " step.</Documentation>\n" 26414 " </StringVectorProperty>\n" 26415 " <DoubleVectorProperty information_only=\"1\"\n" 26416 " name=\"TimestepValues\"\n" 26417 " repeatable=\"1\">\n" 26418 " <TimeStepsInformationHelper />\n" 26419 " <Documentation>Available timestep values.</Documentation>\n" 26420 " </DoubleVectorProperty>\n" 26422 " <ReaderFactory extensions=\"pvtu pvtu.series\"\n" 26423 " file_description=\"VTK UnstructuredGrid Files (partitioned)\" />\n" 26425 " <!-- XMLPUnstructuredGridReader -->\n" 26426 " </SourceProxy>\n" 26428 " <!-- ================================================================== -->\n" 26429 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26430 " file_name_method=\"SetFileName\"\n" 26431 " label=\"XML Partitioned Table Reader\"\n" 26432 " name=\"XMLPTableReader\"\n" 26433 " si_class=\"vtkSIMetaReaderProxy\">\n" 26434 " <Documentation long_help=\"Reads the summary file and the associated VTK XML table data files.\"\n" 26435 " short_help=\"Read partitioned VTK XML table data files.\">\n" 26436 " The XML Partitioned Table reader reads the\n" 26437 " partitioned VTK table data file format. It\n" 26438 " reads the partitioned format's summary file and then the\n" 26439 " associated VTK XML table data files. The\n" 26440 " expected file extension is .pvtt. This reader also\n" 26441 " supports file series.</Documentation>\n" 26443 " <Proxy name=\"Reader\"\n" 26444 " proxygroup=\"internal_sources\"\n" 26445 " proxyname=\"XMLPTableReaderCore\"></Proxy>\n" 26446 " <ExposedProperties>\n" 26447 " <PropertyGroup label=\"Column Array Status\"\n" 26448 " name=\"ColumnArrayStatus\"\n" 26449 " panel_visibility=\"default\"\n" 26450 " panel_widget=\"ArrayStatus\">\n" 26451 " <Property name=\"ColumnArrayInfo\" />\n" 26452 " <Property name=\"ColumnArrayStatus\" />\n" 26453 " </PropertyGroup>\n" 26454 " <Property name=\"TimeArrayInfo\" />\n" 26455 " <Property name=\"TimeArray\" />\n" 26456 " </ExposedProperties>\n" 26458 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26459 " information_only=\"1\"\n" 26460 " name=\"FileNameInfo\">\n" 26461 " <SimpleStringInformationHelper />\n" 26462 " </StringVectorProperty>\n" 26463 " <StringVectorProperty animateable=\"0\"\n" 26464 " clean_command=\"RemoveAllFileNames\"\n" 26465 " command=\"AddFileName\"\n" 26466 " information_property=\"FileNameInfo\"\n" 26467 " name=\"FileName\"\n" 26468 " number_of_elements=\"1\"\n" 26469 " panel_visibility=\"never\"\n" 26470 " repeat_command=\"1\">\n" 26471 " <FileListDomain name=\"files\" />\n" 26472 " <Documentation>The list of files to be read by the reader. Each file is\n" 26473 " expected to be in the partitioned VTK XML table data\n" 26474 " format. The standard extension is .pvtt. If more than one file is\n" 26475 " specified, the reader will switch to file series mode in which it will\n" 26476 " pretend that it can support time and provide one file per time\n" 26477 " step.</Documentation>\n" 26478 " </StringVectorProperty>\n" 26479 " <DoubleVectorProperty information_only=\"1\"\n" 26480 " name=\"TimestepValues\"\n" 26481 " repeatable=\"1\">\n" 26482 " <TimeStepsInformationHelper />\n" 26483 " <Documentation>Available timestep values.</Documentation>\n" 26484 " </DoubleVectorProperty>\n" 26486 " <ReaderFactory extensions=\"pvtt pvtt.series\"\n" 26487 " file_description=\"VTK Table (partitioned)\" />\n" 26489 " <!-- XMLPTableReader -->\n" 26490 " </SourceProxy>\n" 26492 " <!-- ================================================================== -->\n" 26493 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26494 " file_name_method=\"SetFileName\"\n" 26495 " label=\"XML Partitioned Image Data Reader\"\n" 26496 " name=\"XMLPImageDataReader\"\n" 26497 " si_class=\"vtkSIMetaReaderProxy\">\n" 26498 " <Documentation long_help=\"Reads the summary file and the associated VTK XML image data files.\"\n" 26499 " short_help=\"Read partitioned VTK XML image data files.\">\n" 26500 " The XML Partitioned Image Data reader reads the\n" 26501 " partitioned VTK image data file format. It reads the\n" 26502 " partitioned format's summary file and then the associated\n" 26503 " VTK XML image data files. The expected file extension is\n" 26504 " .pvti. This reader also supports file\n" 26505 " series.</Documentation>\n" 26507 " <Proxy name=\"Reader\"\n" 26508 " proxygroup=\"internal_sources\"\n" 26509 " proxyname=\"XMLPImageDataReaderCore\"></Proxy>\n" 26510 " <ExposedProperties>\n" 26511 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26516 " name=\"CellPointArrayStatus\"\n" 26517 " panel_visibility=\"default\"\n" 26518 " panel_widget=\"ArrayStatus\">\n" 26519 " <Property name=\"CellArrayInfo\" />\n" 26520 " <Property name=\"CellArrayStatus\" />\n" 26521 " <Property name=\"PointArrayInfo\" />\n" 26522 " <Property name=\"PointArrayStatus\" />\n" 26523 " </PropertyGroup>\n" 26524 " <Property name=\"TimeArrayInfo\" />\n" 26525 " <Property name=\"TimeArray\" />\n" 26526 " </ExposedProperties>\n" 26528 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26529 " information_only=\"1\"\n" 26530 " name=\"FileNameInfo\">\n" 26531 " <SimpleStringInformationHelper />\n" 26532 " </StringVectorProperty>\n" 26533 " <StringVectorProperty animateable=\"0\"\n" 26534 " clean_command=\"RemoveAllFileNames\"\n" 26535 " command=\"AddFileName\"\n" 26536 " information_property=\"FileNameInfo\"\n" 26537 " name=\"FileName\"\n" 26538 " number_of_elements=\"1\"\n" 26539 " panel_visibility=\"never\"\n" 26540 " repeat_command=\"1\">\n" 26541 " <FileListDomain name=\"files\" />\n" 26542 " <Documentation>The list of files to be read by the reader. Each file is\n" 26543 " expected to be in the partitioned VTK XML image data format. The\n" 26544 " standard extension is .pvti. If more than one file is specified, the\n" 26545 " reader will switch to file series mode in which it will pretend that it\n" 26546 " can support time and provide one file per time step.</Documentation>\n" 26547 " </StringVectorProperty>\n" 26548 " <DoubleVectorProperty information_only=\"1\"\n" 26549 " name=\"TimestepValues\"\n" 26550 " repeatable=\"1\">\n" 26551 " <TimeStepsInformationHelper />\n" 26552 " <Documentation>Available timestep values.</Documentation>\n" 26553 " </DoubleVectorProperty>\n" 26555 " <ReaderFactory extensions=\"pvti pvti.series\"\n" 26556 " file_description=\"VTK ImageData Files (partitioned)\" />\n" 26558 " <!-- XMLPImageDataReader -->\n" 26559 " </SourceProxy>\n" 26561 " <!-- ================================================================== -->\n" 26562 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26563 " file_name_method=\"SetFileName\"\n" 26564 " label=\"XML Partitioned Structured Grid Reader\"\n" 26565 " name=\"XMLPStructuredGridReader\"\n" 26566 " si_class=\"vtkSIMetaReaderProxy\">\n" 26567 " <Documentation long_help=\"Reads the summary file and the associated VTK XML structured grid data files.\"\n" 26568 " short_help=\"Read partitioned VTK XML structured grid data files.\">\n" 26569 " The XML Partitioned Structured Grid reader reads the\n" 26570 " partitioned VTK structured grid data file format. It reads\n" 26571 " the partitioned format's summary file and then the\n" 26572 " associated VTK XML structured grid data files. The\n" 26573 " expected file extension is .pvts. This reader also\n" 26574 " supports file series.</Documentation>\n" 26576 " <Proxy name=\"Reader\"\n" 26577 " proxygroup=\"internal_sources\"\n" 26578 " proxyname=\"XMLPStructuredGridReaderCore\"></Proxy>\n" 26579 " <ExposedProperties>\n" 26580 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26581 " name=\"CellPointArrayStatus\"\n" 26582 " panel_visibility=\"default\"\n" 26583 " panel_widget=\"ArrayStatus\">\n" 26584 " <Property name=\"CellArrayInfo\" />\n" 26585 " <Property name=\"CellArrayStatus\" />\n" 26586 " <Property name=\"PointArrayInfo\" />\n" 26587 " <Property name=\"PointArrayStatus\" />\n" 26588 " </PropertyGroup>\n" 26589 " <Property name=\"TimeArrayInfo\" />\n" 26590 " <Property name=\"TimeArray\" />\n" 26591 " </ExposedProperties>\n" 26593 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26594 " information_only=\"1\"\n" 26595 " name=\"FileNameInfo\">\n" 26596 " <SimpleStringInformationHelper />\n" 26597 " </StringVectorProperty>\n" 26598 " <StringVectorProperty animateable=\"0\"\n" 26599 " clean_command=\"RemoveAllFileNames\"\n" 26600 " command=\"AddFileName\"\n" 26601 " information_property=\"FileNameInfo\"\n" 26602 " name=\"FileName\"\n" 26603 " number_of_elements=\"1\"\n" 26604 " panel_visibility=\"never\"\n" 26605 " repeat_command=\"1\">\n" 26606 " <FileListDomain name=\"files\" />\n" 26607 " <Documentation>The list of files to be read by the reader. Each file is\n" 26608 " expected to be in the partitioned VTK XML structured grid data format.\n" 26609 " The standard extension is .pvts. If more than one file is specified,\n" 26610 " the reader will switch to file series mode in which it will pretend\n" 26611 " that it can support time and provide one file per time\n" 26612 " step.</Documentation>\n" 26613 " </StringVectorProperty>\n" 26614 " <DoubleVectorProperty information_only=\"1\"\n" 26615 " name=\"TimestepValues\"\n" 26616 " repeatable=\"1\">\n" 26617 " <TimeStepsInformationHelper />\n" 26618 " <Documentation>Available timestep values.</Documentation>\n" 26619 " </DoubleVectorProperty>\n" 26621 " <ReaderFactory extensions=\"pvts pvts.series\"\n" 26622 " file_description=\"VTK StructuredGrid Files (partitioned)\" />\n" 26624 " <!-- XMLPStructuredGridReader -->\n" 26625 " </SourceProxy>\n" 26627 " <!-- ================================================================== -->\n" 26628 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26629 " file_name_method=\"SetFileName\"\n" 26630 " label=\"XML Partitioned Rectilinear Grid Reader\"\n" 26631 " name=\"XMLPRectilinearGridReader\"\n" 26632 " si_class=\"vtkSIMetaReaderProxy\">\n" 26633 " <Documentation long_help=\"Reads the summary file and the associated VTK XML rectilinear grid data files.\"\n" 26634 " short_help=\"Read partitioned VTK XML rectilinear grid data files.\">\n" 26635 " The XML Partitioned Rectilinear Grid reader reads the\n" 26636 " partitioned VTK rectilinear grid file format. It reads the\n" 26637 " partitioned format's summary file and then the associated\n" 26638 " VTK XML rectilinear grid files. The expected file\n" 26639 " extension is .pvtr. This reader also supports file\n" 26640 " series.</Documentation>\n" 26642 " <Proxy name=\"Reader\"\n" 26643 " proxygroup=\"internal_sources\"\n" 26644 " proxyname=\"XMLPRectilinearGridReaderCore\"></Proxy>\n" 26645 " <ExposedProperties>\n" 26646 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26647 " name=\"CellPointArrayStatus\"\n" 26648 " panel_visibility=\"default\"\n" 26649 " panel_widget=\"ArrayStatus\">\n" 26650 " <Property name=\"CellArrayInfo\" />\n" 26651 " <Property name=\"CellArrayStatus\" />\n" 26652 " <Property name=\"PointArrayInfo\" />\n" 26653 " <Property name=\"PointArrayStatus\" />\n" 26654 " </PropertyGroup>\n" 26655 " <Property name=\"TimeArrayInfo\" />\n" 26656 " <Property name=\"TimeArray\" />\n" 26657 " </ExposedProperties>\n" 26659 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26660 " information_only=\"1\"\n" 26661 " name=\"FileNameInfo\">\n" 26662 " <SimpleStringInformationHelper />\n" 26663 " </StringVectorProperty>\n" 26664 " <StringVectorProperty animateable=\"0\"\n" 26665 " clean_command=\"RemoveAllFileNames\"\n" 26666 " command=\"AddFileName\"\n" 26667 " information_property=\"FileNameInfo\"\n" 26668 " name=\"FileName\"\n" 26669 " number_of_elements=\"1\"\n" 26670 " panel_visibility=\"never\"\n" 26671 " repeat_command=\"1\">\n" 26672 " <FileListDomain name=\"files\" />\n" 26673 " <Documentation>The list of files to be read by the reader. Each file is\n" 26674 " expected to be in the partitioned VTK XML rectilinear grid data format.\n" 26675 " The standard extension is .pvtr. If more than one file is specified,\n" 26676 " the reader will switch to file series mode in which it will pretend\n" 26677 " that it can support time and provide one file per time\n" 26678 " step.</Documentation>\n" 26679 " </StringVectorProperty>\n" 26680 " <DoubleVectorProperty information_only=\"1\"\n" 26681 " name=\"TimestepValues\"\n" 26682 " repeatable=\"1\">\n" 26683 " <TimeStepsInformationHelper />\n" 26684 " <Documentation>Available timestep values.</Documentation>\n" 26685 " </DoubleVectorProperty>\n" 26687 " <ReaderFactory extensions=\"pvtr pvtr.series\"\n" 26688 " file_description=\"VTK RectilinearGrid Files (partitioned)\" />\n" 26690 " <!-- XMLPRectilinearGridReader -->\n" 26691 " </SourceProxy>\n" 26693 " <!-- ================================================================== -->\n" 26694 " <SourceProxy class=\"vtkRTXMLPolyDataReader\"\n" 26695 " name=\"RTXMLPolyDataReader\">\n" 26696 " <StringVectorProperty animateable=\"0\"\n" 26697 " command=\"SetFileName\"\n" 26698 " name=\"FileName\"\n" 26699 " number_of_elements=\"1\">\n" 26700 " <FileListDomain name=\"files\" />\n" 26701 " <Documentation>Set the file name for the real-time VTK polygonal\n" 26702 " dataset reader.</Documentation>\n" 26703 " </StringVectorProperty>\n" 26704 " <StringVectorProperty command=\"SetLocation\"\n" 26705 " name=\"Location\"\n" 26706 " number_of_elements=\"1\">\n" 26707 " <FileListDomain name=\"files\" />\n" 26708 " <Documentation>Set the data directory containing real time data\n" 26709 " files.</Documentation>\n" 26710 " </StringVectorProperty>\n" 26711 " <StringVectorProperty command=\"GetNextFileName\"\n" 26712 " information_only=\"1\"\n" 26713 " name=\"NextFileName\"\n" 26714 " number_of_elements=\"1\">\n" 26715 " <SimpleStringInformationHelper />\n" 26716 " </StringVectorProperty>\n" 26717 " <IntVectorProperty command=\"NewDataAvailable\"\n" 26718 " default_values=\"2\"\n" 26719 " information_only=\"1\"\n" 26720 " name=\"NewDataAvailable\"\n" 26721 " number_of_elements=\"1\">\n" 26722 " <SimpleIntInformationHelper />\n" 26723 " </IntVectorProperty>\n" 26724 " <Property command=\"UpdateToNextFile\"\n" 26725 " name=\"UpdateToNextFile\"></Property>\n" 26726 " <Property command=\"ResetReader\"\n" 26727 " name=\"ResetReader\"></Property>\n" 26728 " <!-- End of RTXMLPolyDataReader -->\n" 26729 " </SourceProxy>\n" 26731 " <!-- ================================================================== -->\n" 26732 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26733 " file_name_method=\"SetFileName\"\n" 26734 " label=\"XML Hierarchical Box Data reader\"\n" 26735 " name=\"XMLHierarchicalBoxDataReader\"\n" 26736 " si_class=\"vtkSIMetaReaderProxy\">\n" 26737 " <Documentation long_help=\"Reads a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.\"\n" 26738 " short_help=\"Read a VTK data file containing a hierarchical box dataset.\">\n" 26739 " The XML Hierarchical Box Data reader reads VTK's XML-based\n" 26740 " file format containing a vtkHierarchicalBoxDataSet. The\n" 26741 " expected file extensions is either .vthb or\n" 26742 " .vth.</Documentation>\n" 26744 " <Proxy name=\"Reader\"\n" 26745 " proxygroup=\"internal_sources\"\n" 26746 " proxyname=\"XMLHierarchicalBoxDataReaderCore\"></Proxy>\n" 26747 " <ExposedProperties>\n" 26748 " <Property name=\"TimeArrayInfo\" />\n" 26749 " <Property name=\"TimeArray\" />\n" 26750 " </ExposedProperties>\n" 26752 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26753 " information_only=\"1\"\n" 26754 " name=\"FileNameInfo\">\n" 26755 " <SimpleStringInformationHelper />\n" 26756 " </StringVectorProperty>\n" 26757 " <StringVectorProperty animateable=\"0\"\n" 26758 " clean_command=\"RemoveAllFileNames\"\n" 26759 " command=\"AddFileName\"\n" 26760 " information_property=\"FileNameInfo\"\n" 26761 " name=\"FileName\"\n" 26762 " number_of_elements=\"1\"\n" 26763 " panel_visibility=\"never\"\n" 26764 " repeat_command=\"1\">\n" 26765 " <FileListDomain name=\"files\" />\n" 26766 " <Documentation>The list of files to be read by the reader. Each file is\n" 26767 " expected to be in the VTK XML polygonal dataset format. The standard\n" 26768 " extension is .vtp. If more than one file is specified, the reader will\n" 26769 " switch to file series mode in which it will pretend that it can support\n" 26770 " time and provide one file per time step.</Documentation>\n" 26771 " </StringVectorProperty>\n" 26772 " <DoubleVectorProperty information_only=\"1\"\n" 26773 " name=\"TimestepValues\"\n" 26774 " repeatable=\"1\">\n" 26775 " <TimeStepsInformationHelper />\n" 26776 " <Documentation>Available timestep values.</Documentation>\n" 26777 " </DoubleVectorProperty>\n" 26780 " <ReaderFactory extensions=\"vthb vth\"\n" 26781 " file_description=\"VTK Hierarchical Box Data Files\" />\n" 26784 " <!-- end of XMLHierarchicalBoxDataReader -->\n" 26785 " </SourceProxy>\n" 26787 " <!-- ================================================================== -->\n" 26788 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26789 " file_name_method=\"SetFileName\"\n" 26790 " label=\"XML UniformGrid AMR Reader\"\n" 26791 " name=\"XMLUniformGridAMRReader\"\n" 26792 " si_class=\"vtkSIMetaReaderProxy\">\n" 26793 " <Documentation long_help=\"Reads a VTK XML-based data file containing a AMR datasets .\"\n" 26794 " short_help=\"Read a VTK data file containing AMR dataset.\">\n" 26795 " This reader reads Overlapping and Non-Overlapping AMR\n" 26796 " datasets in VTK XML format. This reader reads the newer\n" 26797 " version of the format. For version 1.0 and less, use\n" 26798 " XMLHierarchicalBoxDataReader.\n" 26799 " The expected file extensions is either .vthb or .vth.\n" 26800 " </Documentation>\n" 26802 " <Proxy name=\"Reader\"\n" 26803 " proxygroup=\"internal_sources\"\n" 26804 " proxyname=\"XMLUniformGridAMRReaderCore\">\n" 26806 " <ExposedProperties>\n" 26807 " <Property name=\"DefaultNumberOfLevels\" />\n" 26808 " <Property name=\"TimeArrayInfo\" />\n" 26809 " <Property name=\"TimeArray\" />\n" 26810 " </ExposedProperties>\n" 26812 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26817 " information_only=\"1\"\n" 26818 " name=\"FileNameInfo\">\n" 26819 " <SimpleStringInformationHelper />\n" 26820 " </StringVectorProperty>\n" 26821 " <StringVectorProperty animateable=\"0\"\n" 26822 " clean_command=\"RemoveAllFileNames\"\n" 26823 " command=\"AddFileName\"\n" 26824 " information_property=\"FileNameInfo\"\n" 26825 " name=\"FileName\"\n" 26826 " number_of_elements=\"1\"\n" 26827 " panel_visibility=\"never\"\n" 26828 " repeat_command=\"1\">\n" 26829 " <FileListDomain name=\"files\" />\n" 26830 " <Documentation>The list of files to be read by the reader. Each file is\n" 26831 " expected to be in the VTK XML polygonal dataset format. The standard\n" 26832 " extension is .vtp. If more than one file is specified, the reader will\n" 26833 " switch to file series mode in which it will pretend that it can support\n" 26834 " time and provide one file per time step.</Documentation>\n" 26835 " </StringVectorProperty>\n" 26836 " <DoubleVectorProperty information_only=\"1\"\n" 26837 " name=\"TimestepValues\"\n" 26838 " repeatable=\"1\">\n" 26839 " <TimeStepsInformationHelper />\n" 26840 " <Documentation>Available timestep values.</Documentation>\n" 26841 " </DoubleVectorProperty>\n" 26843 " <ReaderFactory extensions=\"vthb vthb.series vth vth.series\"\n" 26844 " file_description=\"VTK Hierarchical Box Data Files\" />\n" 26846 " <!-- end of XMLUniformGridAMRReader -->\n" 26847 " </SourceProxy>\n" 26849 " <!-- ================================================================== -->\n" 26850 " <!-- HyperTreeGridReader -->\n" 26851 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26852 " file_name_method=\"SetFileName\"\n" 26853 " label=\"HyperTreeGrid Reader\"\n" 26854 " name=\"HyperTreeGridReader\"\n" 26855 " si_class=\"vtkSIMetaReaderProxy\">\n" 26856 " <Documentation\n" 26857 " long_help=\"Reads HyperTreeGrid .htg files\"\n" 26858 " short_help=\"Reads HyperTreeGrid data\"\n" 26859 " >Reads HyperTreeGrid data files\n" 26860 " </Documentation>\n" 26863 " name=\"Reader\"\n" 26864 " proxygroup=\"internal_sources\"\n" 26865 " proxyname=\"XMLHyperTreeGridReaderCore\"\n" 26867 " <ExposedProperties>\n" 26868 " <Property name=\"MaximumNumberOfLevels\" />\n" 26869 " </ExposedProperties>\n" 26871 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26872 " information_only=\"1\"\n" 26873 " name=\"FileNameInfo\">\n" 26874 " <SimpleStringInformationHelper />\n" 26875 " </StringVectorProperty>\n" 26876 " <StringVectorProperty animateable=\"0\"\n" 26877 " clean_command=\"RemoveAllFileNames\"\n" 26878 " command=\"AddFileName\"\n" 26879 " name=\"FileNames\"\n" 26880 " number_of_elements=\"0\"\n" 26881 " panel_visibility=\"never\"\n" 26882 " repeat_command=\"1\">\n" 26883 " <FileListDomain name=\"files\" />\n" 26884 " <Documentation>The list of files to be read by the\n" 26885 " reader.</Documentation>\n" 26886 " </StringVectorProperty>\n" 26887 " <DoubleVectorProperty information_only=\"1\"\n" 26888 " name=\"TimestepValues\"\n" 26889 " repeatable=\"1\">\n" 26890 " <TimeStepsInformationHelper />\n" 26891 " <Documentation>Available timestep values.</Documentation>\n" 26892 " </DoubleVectorProperty>\n" 26894 " <ReaderFactory\n" 26895 " extensions=\"htg\"\n" 26896 " file_description=\"HyperTreeGrid\"\n" 26899 " <!-- PHyperTreeGridReader -->\n" 26900 " </SourceProxy>\n" 26902 " <!-- ================================================================== -->\n" 26903 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26904 " file_name_method=\"SetFileName\"\n" 26905 " label=\"XML Partitioned HyperTree Grid Reader\"\n" 26906 " name=\"XMLPHyperTreeGridReader\"\n" 26907 " si_class=\"vtkSIMetaReaderProxy\">\n" 26908 " <Documentation long_help=\"Reads the summary file and the associated VTK XML htg data files.\"\n" 26909 " short_help=\"Read partitioned VTK XML htg data files.\">\n" 26910 " The XML Partitioned Hyper Tree Grid reader reads the\n" 26911 " partitioned VTK htg data file format. It\n" 26912 " reads the partitioned format's summary file and then the\n" 26913 " associated VTK XML htg data files. The\n" 26914 " expected file extension is .phtg. This reader also\n" 26915 " supports file series.</Documentation>\n" 26917 " <Proxy name=\"Reader\"\n" 26918 " proxygroup=\"internal_sources\"\n" 26919 " proxyname=\"XMLPHyperTreeGridReaderCore\"></Proxy>\n" 26921 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26922 " information_only=\"1\"\n" 26923 " name=\"FileNameInfo\">\n" 26924 " <SimpleStringInformationHelper />\n" 26925 " </StringVectorProperty>\n" 26926 " <StringVectorProperty animateable=\"0\"\n" 26927 " clean_command=\"RemoveAllFileNames\"\n" 26928 " command=\"AddFileName\"\n" 26929 " information_property=\"FileNameInfo\"\n" 26930 " name=\"FileName\"\n" 26931 " number_of_elements=\"1\"\n" 26932 " panel_visibility=\"never\"\n" 26933 " repeat_command=\"1\">\n" 26934 " <FileListDomain name=\"files\" />\n" 26935 " <Documentation>The list of files to be read by the reader. Each file is\n" 26936 " expected to be in the partitioned VTK XML phtg data\n" 26937 " format. The standard extension is .phtg. If more than one file is\n" 26938 " specified, the reader will switch to file series mode in which it will\n" 26939 " pretend that it can support time and provide one file per time\n" 26940 " step.</Documentation>\n" 26941 " </StringVectorProperty>\n" 26942 " <DoubleVectorProperty information_only=\"1\"\n" 26943 " name=\"TimestepValues\"\n" 26944 " repeatable=\"1\">\n" 26945 " <TimeStepsInformationHelper />\n" 26946 " <Documentation>Available timestep values.</Documentation>\n" 26947 " </DoubleVectorProperty>\n" 26949 " <ReaderFactory extensions=\"phtg\"\n" 26950 " file_description=\"HyperTreeGrid (partitioned)\" />\n" 26952 " </SourceProxy>\n" 26954 " <!-- ================================================================== -->\n" 26955 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 26956 " file_name_method=\"SetFileName\"\n" 26957 " label=\"XML MultiBlock Data Reader\"\n" 26958 " name=\"XMLMultiBlockDataReader\"\n" 26959 " si_class=\"vtkSIMetaReaderProxy\">\n" 26960 " <Documentation long_help=\"Reads a VTK XML multiblock data file and the serial VTK XML data files to which it points.\"\n" 26961 " short_help=\"Read VTK XML multiblock datasets.\">The XML\n" 26962 " Multiblock Data reader reads the VTK XML multiblock data\n" 26963 " file format. XML multiblock data files are meta-files\n" 26964 " that point to a list of serial VTK XML files. When reading\n" 26965 " in parallel, this reader will distribute sub-blocks among\n" 26966 " processors. The expected file extensions are .vtm and\n" 26967 " .vtmb.</Documentation>\n" 26969 " <Proxy name=\"Reader\"\n" 26970 " proxygroup=\"internal_sources\"\n" 26971 " proxyname=\"XMLMultiBlockDataReaderCore\"></Proxy>\n" 26972 " <ExposedProperties>\n" 26973 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 26974 " name=\"CellPointArrayStatus\"\n" 26975 " panel_visibility=\"default\"\n" 26976 " panel_widget=\"ArrayStatus\">\n" 26977 " <Property name=\"CellArrayInfo\" />\n" 26978 " <Property name=\"CellArrayStatus\" />\n" 26979 " <Property name=\"PointArrayInfo\" />\n" 26980 " <Property name=\"PointArrayStatus\" />\n" 26981 " </PropertyGroup>\n" 26982 " <Property name=\"TimeArrayInfo\" />\n" 26983 " <Property name=\"TimeArray\" />\n" 26984 " <Property name=\"PieceDistribution\" />\n" 26985 " </ExposedProperties>\n" 26987 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 26988 " information_only=\"1\"\n" 26989 " name=\"FileNameInfo\">\n" 26990 " <SimpleStringInformationHelper />\n" 26991 " </StringVectorProperty>\n" 26992 " <StringVectorProperty animateable=\"0\"\n" 26993 " clean_command=\"RemoveAllFileNames\"\n" 26994 " command=\"AddFileName\"\n" 26995 " information_property=\"FileNameInfo\"\n" 26996 " name=\"FileName\"\n" 26997 " number_of_elements=\"1\"\n" 26998 " panel_visibility=\"never\"\n" 26999 " repeat_command=\"1\">\n" 27000 " <FileListDomain name=\"files\" />\n" 27001 " <Documentation>The list of files to be read by the reader. Each file is\n" 27002 " expected to be in the VTK XML polygonal dataset format. The standard\n" 27003 " extension is .vtp. If more than one file is specified, the reader will\n" 27004 " switch to file series mode in which it will pretend that it can support\n" 27005 " time and provide one file per time step.</Documentation>\n" 27006 " </StringVectorProperty>\n" 27007 " <DoubleVectorProperty information_only=\"1\"\n" 27008 " name=\"TimestepValues\"\n" 27009 " repeatable=\"1\">\n" 27010 " <TimeStepsInformationHelper />\n" 27011 " <Documentation>Available timestep values.</Documentation>\n" 27012 " </DoubleVectorProperty>\n" 27014 " <ReaderFactory extensions=\"vtm vtm.series vtmb vtmb.series\"\n" 27015 " file_description=\"VTK MultiBlock Data Files\" />\n" 27017 " <!-- end of XMLMultiBlockDataReader -->\n" 27018 " </SourceProxy>\n" 27020 " <!-- ================================================================== -->\n" 27021 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 27022 " file_name_method=\"SetFileName\"\n" 27023 " label=\"XML Partitioned Dataset Reader\"\n" 27024 " name=\"XMLPartitionedDataSetReader\"\n" 27025 " si_class=\"vtkSIMetaReaderProxy\">\n" 27026 " <Documentation long_help=\"Reads a VTK XML partitioned dataset file and the serial VTK XML data files to which it points.\"\n" 27027 " short_help=\"Read VTK XML partitioned datasets.\">The XML\n" 27028 " Partitioned Dataset reader reads the VTK XML Partitioned Dataset\n" 27029 " file format. XML partitioned dataset files are meta-files\n" 27030 " that point to a list of serial VTK XML files. When reading\n" 27031 " in parallel, this reader will distribute sub-blocks among\n" 27032 " processors. The expected file extensions are .vtpd.\n" 27033 " </Documentation>\n" 27035 " <Proxy name=\"Reader\"\n" 27036 " proxygroup=\"internal_sources\"\n" 27037 " proxyname=\"XMLPartitionedDataSetReaderCore\"></Proxy>\n" 27038 " <ExposedProperties>\n" 27039 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 27040 " name=\"CellPointArrayStatus\"\n" 27041 " panel_visibility=\"default\"\n" 27042 " panel_widget=\"ArrayStatus\">\n" 27043 " <Property name=\"CellArrayInfo\" />\n" 27044 " <Property name=\"CellArrayStatus\" />\n" 27045 " <Property name=\"PointArrayInfo\" />\n" 27046 " <Property name=\"PointArrayStatus\" />\n" 27047 " </PropertyGroup>\n" 27048 " <Property name=\"TimeArrayInfo\" />\n" 27049 " <Property name=\"TimeArray\" />\n" 27050 " <Property name=\"PieceDistribution\" />\n" 27051 " </ExposedProperties>\n" 27053 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 27054 " information_only=\"1\"\n" 27055 " name=\"FileNameInfo\">\n" 27056 " <SimpleStringInformationHelper />\n" 27057 " </StringVectorProperty>\n" 27058 " <StringVectorProperty animateable=\"0\"\n" 27059 " clean_command=\"RemoveAllFileNames\"\n" 27060 " command=\"AddFileName\"\n" 27061 " information_property=\"FileNameInfo\"\n" 27062 " name=\"FileName\"\n" 27063 " number_of_elements=\"1\"\n" 27064 " panel_visibility=\"never\"\n" 27065 " repeat_command=\"1\">\n" 27066 " <FileListDomain name=\"files\" />\n" 27067 " <Documentation>The list of files to be read by the reader.</Documentation>\n" 27068 " </StringVectorProperty>\n" 27069 " <DoubleVectorProperty information_only=\"1\"\n" 27070 " name=\"TimestepValues\"\n" 27071 " repeatable=\"1\">\n" 27072 " <TimeStepsInformationHelper />\n" 27073 " <Documentation>Available timestep values.</Documentation>\n" 27074 " </DoubleVectorProperty>\n" 27076 " <ReaderFactory extensions=\"vtpd vtpd.series\"\n" 27077 " file_description=\"VTK Partitioned Dataset Files\" />\n" 27079 " <!-- end of XMLPartitionedDataSetReader -->\n" 27080 " </SourceProxy>\n" 27082 " <!-- ================================================================== -->\n" 27083 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 27084 " file_name_method=\"SetFileName\"\n" 27085 " label=\"XML Partitioned Dataset Collection Reader\"\n" 27086 " name=\"XMLPartitionedDataSetCollectionReader\"\n" 27087 " si_class=\"vtkSIMetaReaderProxy\">\n" 27088 " <Documentation long_help=\"Reads a VTK XML partitioned dataset collection file and the serial VTK XML data files to which it points.\"\n" 27089 " short_help=\"Read VTK XML partitioned datasets.\">The XML\n" 27090 " Partitioned Dataset Collection reader reads the VTK XML Partitioned Dataset Collection\n" 27091 " file format. XML partitioned dataset collection files are meta-files\n" 27092 " that point to a list of serial VTK XML files. When reading\n" 27093 " in parallel, this reader will distribute sub-blocks among\n" 27094 " processors. The expected file extensions are .vtpc.\n" 27095 " </Documentation>\n" 27097 " <Proxy name=\"Reader\"\n" 27098 " proxygroup=\"internal_sources\"\n" 27099 " proxyname=\"XMLPartitionedDataSetCollectionReaderCore\"></Proxy>\n" 27100 " <ExposedProperties>\n" 27101 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 27102 " name=\"CellPointArrayStatus\"\n" 27103 " panel_visibility=\"default\"\n" 27104 " panel_widget=\"ArrayStatus\">\n" 27105 " <Property name=\"CellArrayInfo\" />\n" 27106 " <Property name=\"CellArrayStatus\" />\n" 27107 " <Property name=\"PointArrayInfo\" />\n" 27108 " <Property name=\"PointArrayStatus\" />\n" 27109 " </PropertyGroup>\n" 27110 " <Property name=\"TimeArrayInfo\" />\n" 27111 " <Property name=\"TimeArray\" />\n" 27112 " <Property name=\"PieceDistribution\" />\n" 27113 " </ExposedProperties>\n" 27115 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 27120 " information_only=\"1\"\n" 27121 " name=\"FileNameInfo\">\n" 27122 " <SimpleStringInformationHelper />\n" 27123 " </StringVectorProperty>\n" 27124 " <StringVectorProperty animateable=\"0\"\n" 27125 " clean_command=\"RemoveAllFileNames\"\n" 27126 " command=\"AddFileName\"\n" 27127 " information_property=\"FileNameInfo\"\n" 27128 " name=\"FileName\"\n" 27129 " number_of_elements=\"1\"\n" 27130 " panel_visibility=\"never\"\n" 27131 " repeat_command=\"1\">\n" 27132 " <FileListDomain name=\"files\" />\n" 27133 " <Documentation>The list of files to be read by the reader.</Documentation>\n" 27134 " </StringVectorProperty>\n" 27135 " <DoubleVectorProperty information_only=\"1\"\n" 27136 " name=\"TimestepValues\"\n" 27137 " repeatable=\"1\">\n" 27138 " <TimeStepsInformationHelper />\n" 27139 " <Documentation>Available timestep values.</Documentation>\n" 27140 " </DoubleVectorProperty>\n" 27142 " <ReaderFactory extensions=\"vtpc vtpc.series\"\n" 27143 " file_description=\"VTK Partitioned Dataset Collection Files\" />\n" 27145 " <!-- end of XMLPartitionedDataSetCollectionReader -->\n" 27146 " </SourceProxy>\n" 27148 " <!-- ================================================================== -->\n" 27149 " <!-- end of \"sources\" -->\n" 27151 "</ServerManagerConfiguration>\n" 27178 char* res =
new char[ len + 1];
27190 assert(offset == len);
27198 "<ServerManagerConfiguration>\n" 27199 " <ProxyGroup name=\"internal_writers\">\n" 27200 " <!-- ================================================================= -->\n" 27201 " <Proxy class=\"vtkXMLDataObjectWriter\" name=\"XMLDataObjectWriterCore\">\n" 27202 " <Documentation>Internal writer for writing xml-based vtk\n" 27203 " files.</Documentation>\n" 27204 " <IntVectorProperty command=\"SetDataMode\"\n" 27205 " default_values=\"2\"\n" 27206 " name=\"DataMode\"\n" 27207 " number_of_elements=\"1\">\n" 27208 " <EnumerationDomain name=\"enum\">\n" 27209 " <Entry text=\"Ascii\" value=\"0\" />\n" 27210 " <Entry text=\"Binary\" value=\"1\" />\n" 27211 " <Entry text=\"Appended\" value=\"2\" />\n" 27212 " </EnumerationDomain>\n" 27213 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n" 27214 " binary, appended binary.</Documentation>\n" 27215 " </IntVectorProperty>\n" 27216 " <IntVectorProperty command=\"SetHeaderType\"\n" 27217 " default_values=\"64\"\n" 27218 " name=\"HeaderType\"\n" 27219 " number_of_elements=\"1\"\n" 27220 " panel_widget=\"never\">\n" 27221 " <EnumerationDomain name=\"enum\">\n" 27222 " <Entry text=\"UInt32\" value=\"32\" />\n" 27223 " <Entry text=\"UInt64\" value=\"64\" />\n" 27224 " </EnumerationDomain>\n" 27225 " <Documentation>Set the binary data header word type. The default is\n" 27226 " UInt32. Set to UInt64 when storing arrays requiring 64-bit indexing.\n" 27227 " </Documentation>\n" 27228 " </IntVectorProperty>\n" 27229 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n" 27230 " default_values=\"0\"\n" 27231 " name=\"EncodeAppendedData\"\n" 27232 " number_of_elements=\"1\">\n" 27233 " <BooleanDomain name=\"bool\" />\n" 27234 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n" 27235 " base64 encoding when writing binary data (only if appended mode is\n" 27236 " selected).</Documentation>\n" 27237 " </IntVectorProperty>\n" 27238 " <IntVectorProperty command=\"SetCompressorType\"\n" 27239 " default_values=\"0\"\n" 27240 " name=\"CompressorType\"\n" 27241 " number_of_elements=\"1\">\n" 27242 " <EnumerationDomain name=\"enum\">\n" 27243 " <Entry text=\"None\" value=\"0\" info=\"fastest write\" />\n" 27244 " <Entry text=\"LZ4\" value=\"2\" info=\"fastest compressed write\" />\n" 27245 " <Entry text=\"ZLib\" value=\"1\" info=\"balanced performance\" />\n" 27246 " <Entry text=\"LZMA\" value=\"3\" info=\"smallest filesize\" />\n" 27247 " </EnumerationDomain>\n" 27248 " <Documentation>The compression algorithm used to compress binary data\n" 27249 " (appended mode only). None offers fastest write, LZ4 offers fastest\n" 27250 " compressed write, ZLib offers balanced performance, LZMA offers\n" 27251 " smallest compressed filesize.</Documentation>\n" 27252 " </IntVectorProperty>\n" 27253 " <IntVectorProperty command=\"SetCompressionLevel\"\n" 27254 " default_values=\"6\"\n" 27255 " name=\"CompressionLevel\"\n" 27256 " number_of_elements=\"1\">\n" 27257 " <EnumerationDomain name=\"enum\">\n" 27258 " <Entry text=\"1\" value=\"1\" info=\"fastest write\" />\n" 27259 " <Entry text=\"2\" value=\"2\" />\n" 27260 " <Entry text=\"3\" value=\"3\" />\n" 27261 " <Entry text=\"4\" value=\"4\" />\n" 27262 " <Entry text=\"5\" value=\"5\" info=\"balanced performance\" />\n" 27263 " <Entry text=\"6\" value=\"6\" />\n" 27264 " <Entry text=\"7\" value=\"7\" />\n" 27265 " <Entry text=\"8\" value=\"8\" />\n" 27266 " <Entry text=\"9\" value=\"9\" info=\"smallest filesize\" />\n" 27267 " </EnumerationDomain>\n" 27268 " <Documentation>A compression performance parameter from 1 (faster/larger\n" 27269 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n" 27271 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 27272 " mode=\"enabled_state\"\n" 27273 " property=\"CompressorType\"\n" 27275 " inverse=\"1\" />\n" 27277 " </IntVectorProperty>\n" 27278 " <!-- End of XMLDataSetWriterCore -->\n" 27281 " <!-- ================================================================= -->\n" 27282 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27283 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27284 " class=\"vtkXMLPMultiBlockDataWriter\"\n" 27285 " name=\"XMLPMultiBlockDataWriterCore\">\n" 27286 " <Documentation>Internal proxy used by\n" 27287 " XMLMultiBlockDataWriter.</Documentation>\n" 27288 " <!-- End of XMLPMultiBlockDataWriterCore -->\n" 27289 " </PWriterProxy>\n" 27291 " <!-- ================================================================= -->\n" 27292 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27293 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27294 " class=\"vtkXMLPPartitionedDataSetWriter\"\n" 27295 " name=\"XMLPPartitionedDataSetWriterCore\">\n" 27296 " <Documentation>Internal proxy used by XMLPPartitionedDataSetWriter.</Documentation>\n" 27297 " <!-- End of XMLPPartitionedDataSetWriterCore -->\n" 27298 " </PWriterProxy>\n" 27300 " <!-- ================================================================= -->\n" 27301 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27302 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27303 " class=\"vtkXMLPartitionedDataSetCollectionWriter\"\n" 27304 " name=\"XMLPartitionedDataSetCollectionWriterCore\">\n" 27305 " <Documentation>Internal proxy used by\n" 27306 " XMLPartitionedDataSetCollectionWriter.</Documentation>\n" 27307 " <!-- End of XMLPartitionedDataSetCollectionWriterCore -->\n" 27308 " </PWriterProxy>\n" 27310 " <!-- ================================================================= -->\n" 27311 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27312 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27313 " class=\"vtkXMLPUniformGridAMRWriter\"\n" 27314 " name=\"XMLPUniformGridAMRWriter\">\n" 27315 " <Documentation>\n" 27316 " Internal proxy used by XMLUniformGridAMRWriter\n" 27317 " </Documentation>\n" 27318 " <!-- End of XMLPUniformGridAMRWriter-->\n" 27319 " </PWriterProxy>\n" 27321 " <!-- ================================================================= -->\n" 27322 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27323 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27324 " class=\"vtkXMLPPolyDataWriter\"\n" 27325 " name=\"XMLPPolyDataWriterCore\">\n" 27326 " <Documentation>Internal writer used to write XML poly data in\n" 27327 " parallel.</Documentation>\n" 27328 " <IntVectorProperty command=\"SetGhostLevel\"\n" 27329 " default_values=\"1\"\n" 27330 " panel_visibility=\"never\"\n" 27331 " name=\"GhostLevel\"\n" 27332 " number_of_elements=\"1\">\n" 27333 " <IntRangeDomain min=\"0\"\n" 27334 " name=\"range\" />\n" 27335 " <Documentation>The number of ghost levels to include in the output\n" 27336 " file(s).</Documentation>\n" 27337 " </IntVectorProperty>\n" 27338 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27339 " name=\"UseSubdirectory\"\n" 27340 " label=\"Store Data in Subdirectory\"\n" 27341 " number_of_elements=\"1\"\n" 27342 " default_values=\"1\">\n" 27343 " <BooleanDomain name=\"bool\"/>\n" 27344 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27345 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27346 " pvt* file without its extension</Documentation>\n" 27347 " </IntVectorProperty>\n" 27348 " </PWriterProxy>\n" 27349 " <!-- ================================================================= -->\n" 27350 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27351 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27352 " class=\"vtkXMLPUnstructuredGridWriter\"\n" 27353 " name=\"XMLPUnstructuredGridWriterCore\">\n" 27354 " <Documentation>Internal writer used to write XML poly data in\n" 27355 " parallel.</Documentation>\n" 27356 " <IntVectorProperty command=\"SetGhostLevel\"\n" 27357 " default_values=\"1\"\n" 27358 " name=\"GhostLevel\"\n" 27359 " panel_visibility=\"never\"\n" 27360 " number_of_elements=\"1\">\n" 27361 " <IntRangeDomain min=\"0\"\n" 27362 " name=\"range\" />\n" 27363 " <Documentation>The number of ghost levels to include in the output\n" 27364 " file(s).</Documentation>\n" 27365 " </IntVectorProperty>\n" 27366 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27367 " name=\"UseSubdirectory\"\n" 27368 " label=\"Store Data in Subdirectory\"\n" 27369 " number_of_elements=\"1\"\n" 27370 " default_values=\"1\">\n" 27371 " <BooleanDomain name=\"bool\"/>\n" 27372 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27373 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27374 " pvt* file without its extension</Documentation>\n" 27375 " </IntVectorProperty>\n" 27376 " </PWriterProxy>\n" 27377 " <!-- ================================================================= -->\n" 27378 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27379 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27380 " class=\"vtkXMLPTableWriter\"\n" 27381 " name=\"XMLPTableCore\">\n" 27382 " <Documentation>Internal writer used to write XML poly data in\n" 27383 " parallel.</Documentation>\n" 27384 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27385 " name=\"UseSubdirectory\"\n" 27386 " label=\"Store Data in Subdirectory\"\n" 27387 " number_of_elements=\"1\"\n" 27388 " default_values=\"1\">\n" 27389 " <BooleanDomain name=\"bool\"/>\n" 27390 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27391 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27392 " pvt* file without its extension</Documentation>\n" 27393 " </IntVectorProperty>\n" 27394 " </PWriterProxy>\n" 27395 " <!-- ================================================================= -->\n" 27396 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27397 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27398 " class=\"vtkXMLPStructuredGridWriter\"\n" 27399 " name=\"XMLPStructuredGridWriterCore\">\n" 27400 " <Documentation>Internal writer used to write XML poly data in\n" 27401 " parallel.</Documentation>\n" 27402 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27403 " name=\"UseSubdirectory\"\n" 27404 " label=\"Store Data in Subdirectory\"\n" 27405 " number_of_elements=\"1\"\n" 27406 " default_values=\"1\">\n" 27407 " <BooleanDomain name=\"bool\"/>\n" 27408 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27409 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27410 " pvt* file without its extension</Documentation>\n" 27411 " </IntVectorProperty>\n" 27412 " </PWriterProxy>\n" 27413 " <!-- ================================================================= -->\n" 27414 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27415 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27416 " class=\"vtkXMLPRectilinearGridWriter\"\n" 27417 " name=\"XMLPRectilinearGridWriterCore\">\n" 27418 " <Documentation>Writer to write rectilinear grid in a xml-based vtk data\n" 27419 " file. Can be used for parallel writing.</Documentation>\n" 27420 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27421 " name=\"UseSubdirectory\"\n" 27422 " label=\"Store Data in Subdirectory\"\n" 27423 " number_of_elements=\"1\"\n" 27424 " default_values=\"1\">\n" 27425 " <BooleanDomain name=\"bool\"/>\n" 27426 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27427 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27428 " pvt* file without its extension</Documentation>\n" 27429 " </IntVectorProperty>\n" 27430 " </PWriterProxy>\n" 27431 " <!-- ================================================================= -->\n" 27432 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27433 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27434 " class=\"vtkXMLPImageDataWriter\"\n" 27435 " name=\"XMLPImageDataWriterCore\"\n" 27436 " parallel_only=\"1\">\n" 27437 " <Documentation>Writer to write image data in a xml-based vtk data file.\n" 27438 " Can be used for parallel writing.</Documentation>\n" 27439 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27440 " name=\"UseSubdirectory\"\n" 27441 " label=\"Store Data in Subdirectory\"\n" 27442 " number_of_elements=\"1\"\n" 27443 " default_values=\"1\">\n" 27444 " <BooleanDomain name=\"bool\"/>\n" 27445 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27446 " in the same directory as the pvt* file or in a subdirectory named the same as the\n" 27447 " pvt* file without its extension</Documentation>\n" 27448 " </IntVectorProperty>\n" 27449 " </PWriterProxy>\n" 27450 " <!-- ================================================================= -->\n" 27451 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 27452 " base_proxyname=\"XMLDataObjectWriterCore\"\n" 27453 " class=\"vtkXMLPHyperTreeGridWriter\"\n" 27454 " name=\"XMLPHyperTreeGridWriterCore\">\n" 27455 " <Documentation>Internal writer used to write XML hyper tree grid data in parallel</Documentation>\n" 27456 " <IntVectorProperty command=\"SetUseSubdirectory\"\n" 27457 " name=\"UseSubdirectory\"\n" 27458 " label=\"Store Data in Subdirectory\"\n" 27459 " number_of_elements=\"1\"\n" 27460 " default_values=\"1\">\n" 27461 " <BooleanDomain name=\"bool\"/>\n" 27462 " <Documentation>This property controls whether the writer puts the files for each piece\n" 27463 " in the same directory as the phtg file or in a subdirectory named the same as the\n" 27464 " phtg file without its extension</Documentation>\n" 27465 " </IntVectorProperty>\n" 27466 " </PWriterProxy>\n" 27468 " <!-- ================================================================= -->\n" 27469 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27470 " base_proxyname=\"FileSeriesWriter\"\n" 27471 " name=\"XMLDataObjectWriterBase\">\n" 27472 " <Documentation>Base for all XML-based file-series\n" 27473 " writers.</Documentation>\n" 27475 " <Proxy name=\"Writer\"\n" 27476 " proxygroup=\"internal_writers\"\n" 27477 " proxyname=\"XMLDataObjectWriterCore\"></Proxy>\n" 27478 " <ExposedProperties>\n" 27479 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27480 " <Property name=\"DataMode\" />\n" 27481 " <Property name=\"EncodeAppendedData\" />\n" 27482 " <Property name=\"CompressorType\" />\n" 27483 " <Property name=\"CompressionLevel\" />\n" 27488 " </PropertyGroup>\n" 27489 " </ExposedProperties>\n" 27491 " <!-- End of XMLDataObjectWriterBase -->\n" 27492 " </WriterProxy>\n" 27493 " <!-- End of internal_writers -->\n" 27496 " <!-- =================================================================== -->\n" 27497 " <ProxyGroup name=\"writers\">\n" 27499 " <!-- ================================================================= -->\n" 27500 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27501 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27502 " class=\"vtkFileSeriesWriter\"\n" 27503 " file_name_method=\"SetFileName\"\n" 27504 " name=\"XMLPolyDataWriter\">\n" 27505 " <Documentation short_help=\"Write poly data in a xml-based vtk data file.\">\n" 27506 " Writer to write poly data in a xml-based vtk data file. Cannot be used\n" 27507 " for parallel writing.</Documentation>\n" 27508 " <InputProperty command=\"SetInputConnection\"\n" 27509 " name=\"Input\"\n" 27510 " panel_visibility=\"never\">\n" 27511 " <DataTypeDomain composite_data_supported=\"0\"\n" 27512 " name=\"input_type\">\n" 27513 " <DataType value=\"vtkPolyData\" />\n" 27514 " </DataTypeDomain>\n" 27515 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n" 27516 " <Documentation>The input filter/source whose output dataset is to\n" 27517 " written to the file.</Documentation>\n" 27518 " </InputProperty>\n" 27521 " <WriterFactory extensions=\"vtp\"\n" 27522 " file_description=\"VTK PolyData Files\" />\n" 27524 " <!-- End of XMLPolyDataWriter -->\n" 27525 " </WriterProxy>\n" 27527 " <!-- ================================================================= -->\n" 27528 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27529 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27530 " class=\"vtkFileSeriesWriter\"\n" 27531 " file_name_method=\"SetFileName\"\n" 27532 " name=\"XMLUnstructuredGridWriter\">\n" 27533 " <Documentation short_help=\"Write unstructured grid in a xml-based vtk data file.\">\n" 27534 " Writer to write unstructured grid in a xml-based vtk data file. Cannot be\n" 27535 " used for parallel writing.</Documentation>\n" 27536 " <InputProperty command=\"SetInputConnection\"\n" 27537 " panel_visibility=\"never\"\n" 27538 " name=\"Input\">\n" 27539 " <DataTypeDomain composite_data_supported=\"0\"\n" 27540 " name=\"input_type\">\n" 27541 " <DataType value=\"vtkUnstructuredGrid\" />\n" 27542 " </DataTypeDomain>\n" 27543 " <Documentation>The input filter/source whose output dataset is to\n" 27544 " written to the file.</Documentation>\n" 27545 " </InputProperty>\n" 27547 " <WriterFactory extensions=\"vtu\"\n" 27548 " file_description=\"VTK UnstructuredGrid Files\" />\n" 27550 " <!-- End of XMLUnstructuredGridWriter -->\n" 27551 " </WriterProxy>\n" 27553 " <!-- ================================================================= -->\n" 27554 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27555 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27556 " class=\"vtkFileSeriesWriter\"\n" 27557 " file_name_method=\"SetFileName\"\n" 27558 " name=\"XMLStructuredGridWriter\">\n" 27559 " <Documentation short_help=\"Write structured grid in a xml-based vtk data file.\">\n" 27560 " Writer to write structured grid in a xml-based vtk data file. Cannot be\n" 27561 " used for parallel writing.</Documentation>\n" 27562 " <InputProperty command=\"SetInputConnection\"\n" 27563 " panel_visibility=\"never\"\n" 27564 " name=\"Input\">\n" 27565 " <DataTypeDomain composite_data_supported=\"0\"\n" 27566 " name=\"input_type\">\n" 27567 " <DataType value=\"vtkStructuredGrid\" />\n" 27568 " </DataTypeDomain>\n" 27569 " <Documentation>The input filter/source whose output dataset is to\n" 27570 " written to the file.</Documentation>\n" 27571 " </InputProperty>\n" 27573 " <WriterFactory extensions=\"vts\"\n" 27574 " file_description=\"VTK StructuredGrid Files\" />\n" 27576 " <!-- End of XMLStructuredGridWriter -->\n" 27577 " </WriterProxy>\n" 27579 " <!-- ================================================================= -->\n" 27580 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27581 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27582 " class=\"vtkFileSeriesWriter\"\n" 27583 " file_name_method=\"SetFileName\"\n" 27584 " name=\"XMLRectilinearGridWriter\">\n" 27585 " <Documentation short_help=\"Write rectilinear grid in a xml-based vtk data file.\">\n" 27586 " Writer to write rectilinear grid in a xml-based vtk data file. Cannot be\n" 27587 " used for parallel writing.</Documentation>\n" 27588 " <InputProperty command=\"SetInputConnection\"\n" 27589 " panel_visibility=\"never\"\n" 27590 " name=\"Input\">\n" 27591 " <DataTypeDomain composite_data_supported=\"0\"\n" 27592 " name=\"input_type\">\n" 27593 " <DataType value=\"vtkRectilinearGrid\" />\n" 27594 " </DataTypeDomain>\n" 27595 " <Documentation>The input filter/source whose output dataset is to\n" 27596 " written to the file.</Documentation>\n" 27597 " </InputProperty>\n" 27599 " <WriterFactory extensions=\"vtr\"\n" 27600 " file_description=\"VTK RectilinearGrid Files\" />\n" 27602 " <!-- End of XMLRectilinearGridWriter -->\n" 27603 " </WriterProxy>\n" 27605 " <!-- ================================================================= -->\n" 27606 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27607 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27608 " class=\"vtkFileSeriesWriter\"\n" 27609 " file_name_method=\"SetFileName\"\n" 27610 " name=\"XMLImageDataWriter\">\n" 27611 " <Documentation short_help=\"Write image data in a xml-based vtk data file.\">\n" 27612 " Writer to write image data in a xml-based vtk data file. Cannot be used\n" 27613 " for parallel writing.</Documentation>\n" 27614 " <InputProperty command=\"SetInputConnection\"\n" 27615 " panel_visibility=\"never\"\n" 27616 " name=\"Input\">\n" 27617 " <DataTypeDomain composite_data_supported=\"0\"\n" 27618 " name=\"input_type\">\n" 27619 " <DataType value=\"vtkImageData\" />\n" 27620 " </DataTypeDomain>\n" 27621 " <Documentation>The input filter/source whose output dataset is to\n" 27622 " written to the file.</Documentation>\n" 27623 " </InputProperty>\n" 27625 " <WriterFactory extensions=\"vti\"\n" 27626 " file_description=\"VTK ImageData Files\" />\n" 27628 " <!-- End of XMLImageDataWriter -->\n" 27629 " </WriterProxy>\n" 27631 " <!-- ================================================================= -->\n" 27632 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27633 " base_proxyname=\"XMLDataObjectWriterBase\"\n" 27634 " class=\"vtkFileSeriesWriter\"\n" 27635 " file_name_method=\"SetFileName\"\n" 27636 " name=\"XMLTableWriter\">\n" 27637 " <Documentation short_help=\"Write a table in a xml-based vtk data file.\">\n" 27638 " Writer to write a table in a xml-based vtk data file. Cannot be used\n" 27639 " for parallel writing.</Documentation>\n" 27640 " <InputProperty command=\"SetInputConnection\"\n" 27641 " panel_visibility=\"never\"\n" 27642 " name=\"Input\">\n" 27643 " <DataTypeDomain composite_data_supported=\"0\"\n" 27644 " name=\"input_type\">\n" 27645 " <DataType value=\"vtkTable\" />\n" 27646 " </DataTypeDomain>\n" 27647 " <Documentation>The input filter/source whose output dataset is to\n" 27648 " written to the file.</Documentation>\n" 27649 " </InputProperty>\n" 27651 " <WriterFactory extensions=\"vtt\"\n" 27652 " file_description=\"VTK Table Files\" />\n" 27654 " <!-- End of XMLImageDataWriter -->\n" 27655 " </WriterProxy>\n" 27657 " <!-- ================================================================= -->\n" 27658 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27659 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27660 " class=\"vtkFileSeriesWriter\"\n" 27661 " file_name_method=\"SetFileName\"\n" 27662 " name=\"XMLPPolyDataWriter\"\n" 27663 " supports_parallel=\"1\">\n" 27664 " <Documentation short_help=\"Write polydata in a xml-based vtk data file.\">\n" 27665 " Writer to write polydata in a xml-based vtk data file. Can be used for\n" 27666 " parallel writing.</Documentation>\n" 27667 " <InputProperty command=\"SetInputConnection\"\n" 27668 " panel_visibility=\"never\"\n" 27669 " name=\"Input\">\n" 27670 " <DataTypeDomain composite_data_supported=\"0\"\n" 27671 " name=\"input_type\">\n" 27672 " <DataType value=\"vtkPolyData\" />\n" 27673 " </DataTypeDomain>\n" 27674 " <Documentation>The input filter/source whose output dataset is to\n" 27675 " written to the file.</Documentation>\n" 27676 " </InputProperty>\n" 27678 " <Proxy name=\"Writer\"\n" 27679 " proxygroup=\"internal_writers\"\n" 27680 " proxyname=\"XMLPPolyDataWriterCore\"></Proxy>\n" 27681 " <ExposedProperties>\n" 27682 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27683 " <Property name=\"GhostLevel\" />\n" 27684 " <Property name=\"DataMode\" />\n" 27685 " <Property name=\"HeaderType\" />\n" 27686 " <Property name=\"EncodeAppendedData\" />\n" 27687 " <Property name=\"CompressorType\" />\n" 27688 " <Property name=\"CompressionLevel\" />\n" 27689 " <Property name=\"UseSubdirectory\" />\n" 27690 " </PropertyGroup>\n" 27691 " </ExposedProperties>\n" 27694 " <WriterFactory extensions=\"pvtp\"\n" 27695 " file_description=\"PVTK PolyData Files\" />\n" 27697 " <!-- End of XMLPPolyDataWriter -->\n" 27698 " </WriterProxy>\n" 27700 " <!-- ================================================================= -->\n" 27701 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27702 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27703 " class=\"vtkFileSeriesWriter\"\n" 27704 " file_name_method=\"SetFileName\"\n" 27705 " name=\"XMLPUnstructuredGridWriter\"\n" 27706 " supports_parallel=\"1\">\n" 27707 " <Documentation short_help=\"Write unstructured grid in a xml-based vtk data file.\">\n" 27708 " Writer to write unstructured grid in a xml-based vtk data file. Can be\n" 27709 " used for parallel writing.</Documentation>\n" 27710 " <InputProperty command=\"SetInputConnection\"\n" 27711 " panel_visibility=\"never\"\n" 27712 " name=\"Input\">\n" 27713 " <DataTypeDomain composite_data_supported=\"0\"\n" 27714 " name=\"input_type\">\n" 27715 " <DataType value=\"vtkUnstructuredGrid\" />\n" 27716 " </DataTypeDomain>\n" 27717 " <Documentation>The input filter/source whose output dataset is to\n" 27718 " written to the file.</Documentation>\n" 27719 " </InputProperty>\n" 27721 " <Proxy name=\"Writer\"\n" 27722 " proxygroup=\"internal_writers\"\n" 27723 " proxyname=\"XMLPUnstructuredGridWriterCore\"></Proxy>\n" 27724 " <ExposedProperties>\n" 27725 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27726 " <Property name=\"GhostLevel\" />\n" 27727 " <Property name=\"DataMode\" />\n" 27728 " <Property name=\"HeaderType\" />\n" 27729 " <Property name=\"EncodeAppendedData\" />\n" 27730 " <Property name=\"CompressorType\" />\n" 27731 " <Property name=\"CompressionLevel\" />\n" 27732 " <Property name=\"UseSubdirectory\" />\n" 27733 " </PropertyGroup>\n" 27734 " </ExposedProperties>\n" 27737 " <WriterFactory extensions=\"pvtu\"\n" 27738 " file_description=\"PVTK UnstructuredGrid Files\" />\n" 27740 " <!-- End of XMLPUnstructuredGridWriter -->\n" 27741 " </WriterProxy>\n" 27743 " <!-- ================================================================= -->\n" 27744 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27745 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27746 " class=\"vtkFileSeriesWriter\"\n" 27747 " file_name_method=\"SetFileName\"\n" 27748 " name=\"XMLPTableWriter\"\n" 27749 " supports_parallel=\"1\">\n" 27750 " <Documentation short_help=\"Write table in a xml-based vtk data file.\">\n" 27751 " Writer to write table in a xml-based vtk data file. Can be\n" 27752 " used for parallel writing.</Documentation>\n" 27753 " <InputProperty command=\"SetInputConnection\"\n" 27754 " panel_visibility=\"never\"\n" 27755 " name=\"Input\">\n" 27756 " <DataTypeDomain composite_data_supported=\"0\"\n" 27757 " name=\"input_type\">\n" 27758 " <DataType value=\"vtkTable\" />\n" 27759 " </DataTypeDomain>\n" 27760 " <Documentation>The input filter/source whose output dataset is to\n" 27761 " written to the file.</Documentation>\n" 27762 " </InputProperty>\n" 27764 " <Proxy name=\"Writer\"\n" 27765 " proxygroup=\"internal_writers\"\n" 27766 " proxyname=\"XMLPTableCore\"></Proxy>\n" 27767 " <ExposedProperties>\n" 27768 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27769 " <!-- <Property name=\"GhostLevel\" /> -->\n" 27770 " <Property name=\"DataMode\" />\n" 27771 " <Property name=\"HeaderType\" />\n" 27772 " <Property name=\"EncodeAppendedData\" />\n" 27773 " <Property name=\"CompressorType\" />\n" 27774 " <Property name=\"CompressionLevel\" />\n" 27775 " <Property name=\"UseSubdirectory\" />\n" 27776 " </PropertyGroup>\n" 27777 " </ExposedProperties>\n" 27780 " <WriterFactory extensions=\"pvtt\"\n" 27781 " file_description=\"PVTK Table Files\" />\n" 27783 " <!-- End of XMLPUnstructuredGridWriter -->\n" 27784 " </WriterProxy>\n" 27786 " <!-- ================================================================= -->\n" 27787 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27788 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27789 " class=\"vtkFileSeriesWriter\"\n" 27790 " file_name_method=\"SetFileName\"\n" 27791 " name=\"XMLPStructuredGridWriter\"\n" 27792 " supports_parallel=\"1\">\n" 27793 " <Documentation short_help=\"Write structured grid in a xml-based vtk data file.\">\n" 27794 " Writer to write structured grid in a xml-based vtk data file. Can be used\n" 27795 " for parallel writing.</Documentation>\n" 27796 " <InputProperty command=\"SetInputConnection\"\n" 27797 " panel_visibility=\"never\"\n" 27798 " name=\"Input\">\n" 27799 " <DataTypeDomain composite_data_supported=\"0\"\n" 27800 " name=\"input_type\">\n" 27801 " <DataType value=\"vtkStructuredGrid\" />\n" 27802 " </DataTypeDomain>\n" 27803 " <Documentation>The input filter/source whose output dataset is to\n" 27804 " written to the file.</Documentation>\n" 27805 " </InputProperty>\n" 27807 " <Proxy name=\"Writer\"\n" 27808 " proxygroup=\"internal_writers\"\n" 27809 " proxyname=\"XMLPStructuredGridWriterCore\"></Proxy>\n" 27810 " <ExposedProperties>\n" 27811 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27812 " <Property name=\"DataMode\" />\n" 27813 " <Property name=\"HeaderType\" />\n" 27818 " <Property name=\"EncodeAppendedData\" />\n" 27819 " <Property name=\"CompressorType\" />\n" 27820 " <Property name=\"CompressionLevel\" />\n" 27821 " </PropertyGroup>\n" 27822 " </ExposedProperties>\n" 27825 " <WriterFactory extensions=\"pvts\"\n" 27826 " file_description=\"PVTK StructuredGrid Files\" />\n" 27828 " <!-- End of XMLPStructuredGridWriter -->\n" 27829 " </WriterProxy>\n" 27831 " <!-- ================================================================= -->\n" 27832 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27833 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27834 " class=\"vtkFileSeriesWriter\"\n" 27835 " file_name_method=\"SetFileName\"\n" 27836 " name=\"XMLPRectilinearGridWriter\"\n" 27837 " supports_parallel=\"1\">\n" 27838 " <Documentation short_help=\"Write rectilinear grid in a xml-based vtk data file.\">\n" 27839 " Writer to write rectilinear grid in a xml-based vtk data file. Can be\n" 27840 " used for parallel writing.</Documentation>\n" 27841 " <InputProperty command=\"SetInputConnection\"\n" 27842 " panel_visibility=\"never\"\n" 27843 " name=\"Input\">\n" 27844 " <DataTypeDomain composite_data_supported=\"0\"\n" 27845 " name=\"input_type\">\n" 27846 " <DataType value=\"vtkRectilinearGrid\" />\n" 27847 " </DataTypeDomain>\n" 27848 " <Documentation>The input filter/source whose output dataset is to\n" 27849 " written to the file.</Documentation>\n" 27850 " </InputProperty>\n" 27852 " <Proxy name=\"Writer\"\n" 27853 " proxygroup=\"internal_writers\"\n" 27854 " proxyname=\"XMLPRectilinearGridWriterCore\"></Proxy>\n" 27855 " <ExposedProperties>\n" 27856 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27857 " <Property name=\"DataMode\" />\n" 27858 " <Property name=\"HeaderType\" />\n" 27859 " <Property name=\"EncodeAppendedData\" />\n" 27860 " <Property name=\"CompressorType\" />\n" 27861 " <Property name=\"CompressionLevel\" />\n" 27862 " </PropertyGroup>\n" 27863 " </ExposedProperties>\n" 27866 " <WriterFactory extensions=\"pvtr\"\n" 27867 " file_description=\"PVTK RectilinearGrid Files\" />\n" 27869 " <!-- End of XMLPRectilinearGridWriter -->\n" 27870 " </WriterProxy>\n" 27872 " <!-- ================================================================= -->\n" 27873 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27874 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 27875 " class=\"vtkFileSeriesWriter\"\n" 27876 " file_name_method=\"SetFileName\"\n" 27877 " name=\"XMLPImageDataWriter\"\n" 27878 " supports_parallel=\"1\">\n" 27879 " <Documentation short_help=\"Write image data in a xml-based vtk data file.\">\n" 27880 " Writer to write image data in a xml-based vtk data file. Can be used for\n" 27881 " parallel writing.</Documentation>\n" 27882 " <InputProperty command=\"SetInputConnection\"\n" 27883 " panel_visibility=\"never\"\n" 27884 " name=\"Input\">\n" 27885 " <DataTypeDomain composite_data_supported=\"0\"\n" 27886 " name=\"input_type\">\n" 27887 " <DataType value=\"vtkImageData\" />\n" 27888 " </DataTypeDomain>\n" 27889 " <Documentation>The input filter/source whose output dataset is to\n" 27890 " written to the file.</Documentation>\n" 27891 " </InputProperty>\n" 27893 " <Proxy name=\"Writer\"\n" 27894 " proxygroup=\"internal_writers\"\n" 27895 " proxyname=\"XMLPImageDataWriterCore\"></Proxy>\n" 27896 " <ExposedProperties>\n" 27897 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27898 " <Property name=\"DataMode\" />\n" 27899 " <Property name=\"HeaderType\" />\n" 27900 " <Property name=\"EncodeAppendedData\" />\n" 27901 " <Property name=\"CompressorType\" />\n" 27902 " <Property name=\"CompressionLevel\" />\n" 27903 " </PropertyGroup>\n" 27904 " </ExposedProperties>\n" 27907 " <WriterFactory extensions=\"pvti\"\n" 27908 " file_description=\"PVTK ImageData Files\" />\n" 27910 " <!-- End of XMLPImageDataWriter -->\n" 27911 " </WriterProxy>\n" 27913 " <!-- ================================================================= -->\n" 27914 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27915 " base_proxyname=\"FileSeriesWriter\"\n" 27916 " class=\"vtkFileSeriesWriter\"\n" 27917 " file_name_method=\"SetFileName\"\n" 27918 " name=\"XMLMultiBlockDataWriter\"\n" 27919 " supports_parallel=\"1\">\n" 27920 " <Documentation short_help=\"Write a multiblock in a xml-based vtk data file.\">\n" 27921 " Writer to write a multiblock dataset in a xml-based vtk data file. Can be\n" 27922 " used for parallel writing as well as serial writing.</Documentation>\n" 27923 " <InputProperty command=\"SetInputConnection\"\n" 27924 " panel_visibility=\"never\"\n" 27925 " name=\"Input\">\n" 27926 " <DataTypeDomain composite_data_supported=\"1\"\n" 27927 " name=\"input_type\">\n" 27928 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 27929 " </DataTypeDomain>\n" 27930 " <Documentation>The input filter/source whose output dataset is to\n" 27931 " written to the file.</Documentation>\n" 27932 " </InputProperty>\n" 27934 " <Proxy name=\"Writer\"\n" 27935 " proxygroup=\"internal_writers\"\n" 27936 " proxyname=\"XMLPMultiBlockDataWriterCore\"></Proxy>\n" 27937 " <ExposedProperties>\n" 27938 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27939 " <Property name=\"DataMode\" />\n" 27940 " <Property name=\"HeaderType\" />\n" 27941 " <Property name=\"EncodeAppendedData\" />\n" 27942 " <Property name=\"CompressorType\" />\n" 27943 " <Property name=\"CompressionLevel\" />\n" 27944 " </PropertyGroup>\n" 27945 " </ExposedProperties>\n" 27948 " <WriterFactory extensions=\"vtm\"\n" 27949 " file_description=\"VTK Multi Block Files\" />\n" 27951 " <!-- End of XMLMultiBlockDataWriter -->\n" 27952 " </WriterProxy>\n" 27954 " <!-- ================================================================= -->\n" 27955 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27956 " base_proxyname=\"FileSeriesWriter\"\n" 27957 " class=\"vtkFileSeriesWriter\"\n" 27958 " file_name_method=\"SetFileName\"\n" 27959 " name=\"SerialHTGMultiBlock\"\n" 27960 " supports_parallel=\"1\">\n" 27961 " <Documentation short_help=\"Write a multiblock in a xml-based vtk data file.\">\n" 27962 " Writer to write a multiblock dataset in a xml-based vtk data file. Can be\n" 27963 " used for parallel writing as well as serial writing.</Documentation>\n" 27964 " <InputProperty command=\"SetInputConnection\"\n" 27965 " panel_visibility=\"never\"\n" 27966 " name=\"Input\">\n" 27967 " <DataTypeDomain composite_data_supported=\"1\"\n" 27968 " composite_data_required=\"1\"\n" 27969 " name=\"input_type\">\n" 27970 " <DataType value=\"vtkHyperTreeGrid\" />\n" 27971 " </DataTypeDomain>\n" 27972 " <Documentation>The input filter/source whose output dataset is to\n" 27973 " written to the file.</Documentation>\n" 27974 " </InputProperty>\n" 27976 " <Proxy name=\"Writer\"\n" 27977 " proxygroup=\"internal_writers\"\n" 27978 " proxyname=\"XMLPMultiBlockDataWriterCore\"></Proxy>\n" 27979 " <ExposedProperties>\n" 27980 " <PropertyGroup label=\"XML Writer Parameters\">\n" 27981 " <Property name=\"DataMode\" />\n" 27982 " <Property name=\"HeaderType\" />\n" 27983 " <Property name=\"EncodeAppendedData\" />\n" 27984 " <Property name=\"CompressorType\" />\n" 27985 " <Property name=\"CompressionLevel\" />\n" 27986 " </PropertyGroup>\n" 27987 " </ExposedProperties>\n" 27990 " <WriterFactory extensions=\"vtm\"\n" 27991 " file_description=\"VTK Multi Block Files\" />\n" 27993 " <!-- End of XMLMultiBlockDataWriter -->\n" 27994 " </WriterProxy>\n" 27996 " <!-- ================================================================= -->\n" 27997 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 27998 " base_proxyname=\"FileSeriesWriter\"\n" 27999 " class=\"vtkFileSeriesWriter\"\n" 28000 " file_name_method=\"SetFileName\"\n" 28001 " name=\"XMLPPartitionedDataSetWriter\"\n" 28002 " supports_parallel=\"1\">\n" 28003 " <Documentation>\n" 28004 " Write a vtkPartitionedDataSet to a xml-based vtk data file.\n" 28005 " </Documentation>\n" 28006 " <InputProperty command=\"SetInputConnection\"\n" 28007 " panel_visibility=\"never\"\n" 28008 " name=\"Input\">\n" 28009 " <DataTypeDomain composite_data_supported=\"1\"\n" 28010 " name=\"input_type\">\n" 28011 " <DataType value=\"vtkPartitionedDataSet\" />\n" 28012 " </DataTypeDomain>\n" 28013 " <Documentation>The input filter/source whose output dataset is to\n" 28014 " written to the file.</Documentation>\n" 28015 " </InputProperty>\n" 28017 " <Proxy name=\"Writer\"\n" 28018 " proxygroup=\"internal_writers\"\n" 28019 " proxyname=\"XMLPPartitionedDataSetWriterCore\"></Proxy>\n" 28020 " <ExposedProperties>\n" 28021 " <PropertyGroup label=\"XML Writer Parameters\">\n" 28022 " <Property name=\"DataMode\" />\n" 28023 " <Property name=\"HeaderType\" />\n" 28024 " <Property name=\"EncodeAppendedData\" />\n" 28025 " <Property name=\"CompressorType\" />\n" 28026 " <Property name=\"CompressionLevel\" />\n" 28027 " </PropertyGroup>\n" 28028 " </ExposedProperties>\n" 28031 " <WriterFactory extensions=\"vtpd\"\n" 28032 " file_description=\"VTK PartitionedDataSet Files\" />\n" 28034 " <!-- End of XMLPPartitionedDataSetWriter -->\n" 28035 " </WriterProxy>\n" 28037 " <!-- ================================================================= -->\n" 28038 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 28039 " base_proxyname=\"FileSeriesWriter\"\n" 28040 " class=\"vtkFileSeriesWriter\"\n" 28041 " file_name_method=\"SetFileName\"\n" 28042 " name=\"XMLPartitionedDataSetCollectionWriter\"\n" 28043 " supports_parallel=\"1\">\n" 28044 " <Documentation>\n" 28045 " Write a vtkPartitionedDataSetCollection to a xml-based vtk data file.\n" 28046 " </Documentation>\n" 28047 " <InputProperty command=\"SetInputConnection\"\n" 28048 " panel_visibility=\"never\"\n" 28049 " name=\"Input\">\n" 28050 " <DataTypeDomain composite_data_supported=\"1\"\n" 28051 " name=\"input_type\">\n" 28052 " <DataType value=\"vtkPartitionedDataSetCollection\" />\n" 28053 " </DataTypeDomain>\n" 28054 " <Documentation>The input filter/source whose output dataset is to\n" 28055 " written to the file.</Documentation>\n" 28056 " </InputProperty>\n" 28058 " <Proxy name=\"Writer\"\n" 28059 " proxygroup=\"internal_writers\"\n" 28060 " proxyname=\"XMLPartitionedDataSetCollectionWriterCore\"></Proxy>\n" 28061 " <ExposedProperties>\n" 28062 " <PropertyGroup label=\"XML Writer Parameters\">\n" 28063 " <Property name=\"DataMode\" />\n" 28064 " <Property name=\"HeaderType\" />\n" 28065 " <Property name=\"EncodeAppendedData\" />\n" 28066 " <Property name=\"CompressorType\" />\n" 28067 " <Property name=\"CompressionLevel\" />\n" 28068 " </PropertyGroup>\n" 28069 " </ExposedProperties>\n" 28072 " <WriterFactory extensions=\"vtpc\"\n" 28073 " file_description=\"VTK PartitionedDataSetCollection Files\" />\n" 28075 " <!-- End of XMLPartitionedDataSetCollectionWriter -->\n" 28076 " </WriterProxy>\n" 28078 " <!-- ================================================================= -->\n" 28079 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 28080 " base_proxyname=\"FileSeriesWriter\"\n" 28081 " class=\"vtkFileSeriesWriter\"\n" 28082 " file_name_method=\"SetFileName\"\n" 28083 " name=\"XMLUniformGridAMRWriter\"\n" 28084 " supports_parallel=\"1\">\n" 28085 " <Documentation short_help=\"Write a amr dataset in a xml-based vtk data file.\">\n" 28086 " Writer to write an AMR data-set (overlapping/non-overlapping)\n" 28087 " in a xml-based vtk data file. Can be used for parallel writing as well as\n" 28088 " serial writing.</Documentation>\n" 28089 " <InputProperty command=\"SetInputConnection\"\n" 28090 " panel_visibility=\"never\"\n" 28091 " name=\"Input\">\n" 28092 " <DataTypeDomain name=\"input_type\">\n" 28093 " <DataType value=\"vtkUniformGridAMR\" />\n" 28094 " </DataTypeDomain>\n" 28095 " <Documentation>The input filter/source whose output dataset is to\n" 28096 " written to the file.</Documentation>\n" 28097 " </InputProperty>\n" 28100 " <Proxy name=\"Writer\"\n" 28101 " proxygroup=\"internal_writers\"\n" 28102 " proxyname=\"XMLPUniformGridAMRWriter\"></Proxy>\n" 28103 " <ExposedProperties>\n" 28104 " <PropertyGroup label=\"XML Writer Parameters\">\n" 28105 " <Property name=\"DataMode\" />\n" 28106 " <Property name=\"HeaderType\" />\n" 28107 " <Property name=\"EncodeAppendedData\" />\n" 28108 " <Property name=\"CompressorType\" />\n" 28109 " <Property name=\"CompressionLevel\" />\n" 28110 " </PropertyGroup>\n" 28111 " </ExposedProperties>\n" 28114 " <WriterFactory extensions=\"vthb\"\n" 28115 " file_description=\"VTK AMR Files\" />\n" 28117 " <!-- End of XMLUniformGridAMRWriter -->\n" 28118 " </WriterProxy>\n" 28120 " <!-- ================================================================= -->\n" 28121 " <WriterProxy base_proxygroup=\"writers\"\n" 28122 " base_proxyname=\"XMLUniformGridAMRWriter\"\n" 28123 " class=\"vtkFileSeriesWriter\"\n" 28124 " file_name_method=\"SetFileName\"\n" 28125 " name=\"XMLHierarchicalBoxDataWriter\"\n" 28126 " supports_parallel=\"1\">\n" 28127 " <Documentation short_help=\"(DEPRECATED) Write a hierarchical box dataset in a xml-based vtk data file.\">\n" 28128 " (DEPRECATED) Writer to write a hierarchical box in a xml-based vtk data file. Can be\n" 28129 " used for parallel writing as well as serial writing. This is deprecated.\n" 28130 " Use XMLUniformGridAMRWriter instead.\n" 28131 " </Documentation>\n" 28132 " </WriterProxy>\n" 28134 " <!-- ================================================================= -->\n" 28135 " <WriterProxy class=\"vtkXMLHyperTreeGridWriter\"\n" 28136 " name=\"HyperTreeGridWriter\">\n" 28137 " <Documentation short_help=\"Write HyperTree data as a HyperTreeGrid file.\">\n" 28138 " Writer to write hypertree data as a HyperTreeGrid file.\n" 28139 " </Documentation>\n" 28140 " <InputProperty command=\"SetInputConnection\"\n" 28141 " panel_visibility=\"never\"\n" 28142 " name=\"Input\">\n" 28143 " <DataTypeDomain composite_data_supported=\"0\"\n" 28144 " name=\"input_type\">\n" 28145 " <DataType value=\"vtkHyperTreeGrid\" />\n" 28146 " </DataTypeDomain>\n" 28147 " <Documentation>The input filter/source whose output dataset is to be\n" 28148 " written to the file.</Documentation>\n" 28149 " </InputProperty>\n" 28154 " <StringVectorProperty command=\"SetFileName\"\n" 28155 " name=\"FileName\"\n" 28156 " panel_visibility=\"never\"\n" 28157 " number_of_elements=\"1\">\n" 28158 " <Documentation>The name of the file to be written.</Documentation>\n" 28159 " </StringVectorProperty>\n" 28160 " <IntVectorProperty command=\"SetDataMode\"\n" 28161 " default_values=\"2\"\n" 28162 " name=\"DataMode\"\n" 28163 " number_of_elements=\"1\">\n" 28164 " <EnumerationDomain name=\"enum\">\n" 28165 " <Entry text=\"Ascii\"\n" 28166 " value=\"0\" />\n" 28167 " <Entry text=\"Binary\"\n" 28168 " value=\"1\" />\n" 28169 " <Entry text=\"Appended\"\n" 28170 " value=\"2\" />\n" 28171 " </EnumerationDomain>\n" 28172 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n" 28173 " binary, appended binary.</Documentation>\n" 28174 " </IntVectorProperty>\n" 28175 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n" 28176 " default_values=\"0\"\n" 28177 " name=\"EncodeAppendedData\"\n" 28178 " number_of_elements=\"1\">\n" 28179 " <BooleanDomain name=\"bool\" />\n" 28180 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n" 28181 " base64 encoding when writing binary data (only if appended mode is\n" 28182 " selected).</Documentation>\n" 28183 " </IntVectorProperty>\n" 28184 " <IntVectorProperty command=\"SetCompressorType\"\n" 28185 " default_values=\"0\"\n" 28186 " name=\"CompressorType\"\n" 28187 " number_of_elements=\"1\">\n" 28188 " <EnumerationDomain name=\"enum\">\n" 28189 " <Entry text=\"None\" value=\"0\" info=\"fastest write\"/>\n" 28190 " <Entry text=\"LZ4\" value=\"2\" info=\"fastest compressed write\" />\n" 28191 " <Entry text=\"ZLib\" value=\"1\" info=\"balanced performance\" />\n" 28192 " <Entry text=\"LZMA\" value=\"3\" info=\"smallest filesize\" />\n" 28193 " </EnumerationDomain>\n" 28194 " <Documentation>The compression algorithm used to compress binary data\n" 28195 " (appended mode only). None offers fastest write, LZ4 offers fastest\n" 28196 " compressed write, ZLib offers balanced performance, LZMA offers\n" 28197 " smallest compressed filesize.</Documentation>\n" 28198 " </IntVectorProperty>\n" 28199 " <IntVectorProperty command=\"SetCompressionLevel\"\n" 28200 " default_values=\"6\"\n" 28201 " name=\"CompressionLevel\"\n" 28202 " number_of_elements=\"1\">\n" 28203 " <EnumerationDomain name=\"enum\">\n" 28204 " <Entry text=\"1\" value=\"1\" info=\"fastest write\"/>\n" 28205 " <Entry text=\"2\" value=\"2\" />\n" 28206 " <Entry text=\"3\" value=\"3\" />\n" 28207 " <Entry text=\"4\" value=\"4\" />\n" 28208 " <Entry text=\"5\" value=\"5\" info=\"balanced performance\" />\n" 28209 " <Entry text=\"6\" value=\"6\" />\n" 28210 " <Entry text=\"7\" value=\"7\" />\n" 28211 " <Entry text=\"8\" value=\"8\" />\n" 28212 " <Entry text=\"9\" value=\"9\" info=\"smallest filesize\"/>\n" 28213 " </EnumerationDomain>\n" 28214 " <Documentation>A compression performance parameter from 1 (faster/larger\n" 28215 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n" 28217 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 28218 " mode=\"enabled_state\"\n" 28219 " property=\"CompressorType\"\n" 28221 " inverse=\"1\" />\n" 28223 " </IntVectorProperty>\n" 28225 " <WriterFactory extensions=\"htg\"\n" 28226 " file_description=\"HyperTreeGrid Files\" />\n" 28228 " <!-- End of HyperTreeGridWriter -->\n" 28229 " </WriterProxy>\n" 28231 " <!-- ================================================================= -->\n" 28232 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 28233 " base_proxyname=\"ParallelFileSeriesWriter\"\n" 28234 " class=\"vtkFileSeriesWriter\"\n" 28235 " file_name_method=\"SetFileName\"\n" 28236 " name=\"XMLPHyperTreeGridWriter\"\n" 28237 " supports_parallel=\"1\">\n" 28238 " <Documentation short_help=\"Write hyper tree grid in a xml-based vtk data file.\">\n" 28239 " Writer to write hyper tree grid in a xml-based vtk data file. Can be\n" 28240 " used for parallel writing.</Documentation>\n" 28241 " <InputProperty command=\"SetInputConnection\"\n" 28242 " panel_visibility=\"never\"\n" 28243 " name=\"Input\">\n" 28244 " <DataTypeDomain composite_data_supported=\"0\"\n" 28245 " name=\"input_type\">\n" 28246 " <DataType value=\"vtkHyperTreeGrid\" />\n" 28247 " </DataTypeDomain>\n" 28248 " <Documentation>The input filter/source whose output dataset is to\n" 28249 " written to the file.</Documentation>\n" 28250 " </InputProperty>\n" 28252 " <Proxy name=\"Writer\"\n" 28253 " proxygroup=\"internal_writers\"\n" 28254 " proxyname=\"XMLPHyperTreeGridWriterCore\"></Proxy>\n" 28255 " <ExposedProperties>\n" 28256 " <PropertyGroup label=\"XML Writer Parameters\">\n" 28257 " <Property name=\"DataMode\" />\n" 28258 " <Property name=\"EncodeAppendedData\" />\n" 28259 " <Property name=\"CompressorType\" />\n" 28260 " <Property name=\"CompressionLevel\" />\n" 28261 " </PropertyGroup>\n" 28262 " </ExposedProperties>\n" 28265 " <WriterFactory extensions=\"phtg\"\n" 28266 " file_description=\"PVTK Hyper Tree Grid Files\" />\n" 28268 " <!-- End of XMLPHyperTreeGridWriter -->\n" 28269 " </WriterProxy>\n" 28271 " <!-- End of \"writers\" -->\n" 28274 " <!-- =================================================================== -->\n" 28275 " <ProxyGroup name=\"extract_writers\">\n" 28277 " <!-- ================================================================= -->\n" 28278 " <DataExtractWriterProxy name=\"PLY\">\n" 28279 " <Documentation>\n" 28280 " Extract writer to write polygonal data to the PLY file format.\n" 28281 " </Documentation>\n" 28282 " <StringVectorProperty name=\"FileName\"\n" 28283 " number_of_elements=\"1\"\n" 28284 " default_values=\"%p_%.6ts.ply\">\n" 28285 " <Documentation>\n" 28286 " Specify the filename to use.\n" 28287 " </Documentation>\n" 28288 " </StringVectorProperty>\n" 28290 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"PPLYWriter\" />\n" 28291 " <ExposedProperties>\n" 28292 " <Property name=\"Input\" />\n" 28293 " <Property name=\"FileType\" />\n" 28294 " </ExposedProperties>\n" 28298 " <ShowInMenu category=\"Data\" />\n" 28300 " </DataExtractWriterProxy>\n" 28302 " <!-- ================================================================= -->\n" 28303 " <DataExtractWriterProxy name=\"VTP\">\n" 28304 " <Documentation>\n" 28305 " Extract writer to write polygonal data using the VTK XML file format\n" 28306 " (vtp or pvtkp).\n" 28307 " </Documentation>\n" 28308 " <StringVectorProperty name=\"FileName\"\n" 28309 " number_of_elements=\"1\"\n" 28310 " default_values=\"%p_%.6ts.pvtp\">\n" 28311 " <Documentation>\n" 28312 " Specify the filename to use.\n" 28313 " </Documentation>\n" 28314 " </StringVectorProperty>\n" 28316 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPPolyDataWriter\" />\n" 28317 " <ExposedProperties>\n" 28318 " <Property name=\"Input\" />\n" 28319 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28320 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28321 " <Property name=\"CompressorType\" />\n" 28322 " <Property name=\"CompressionLevel\" />\n" 28323 " <Property name=\"UseSubdirectory\" panel_visibility=\"advanced\" />\n" 28324 " </ExposedProperties>\n" 28328 " <ShowInMenu category=\"Data\" />\n" 28330 " </DataExtractWriterProxy>\n" 28332 " <!-- ================================================================= -->\n" 28333 " <DataExtractWriterProxy name=\"VTU\">\n" 28334 " <Documentation>\n" 28335 " Extract writer to write unstructured data using the VTK XML file format\n" 28336 " (vtu or pvtu).\n" 28337 " </Documentation>\n" 28338 " <StringVectorProperty name=\"FileName\"\n" 28339 " number_of_elements=\"1\"\n" 28340 " default_values=\"%p_%.6ts.pvtu\">\n" 28341 " <Documentation>\n" 28342 " Specify the filename to use.\n" 28343 " </Documentation>\n" 28344 " </StringVectorProperty>\n" 28346 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPUnstructuredGridWriter\" />\n" 28347 " <ExposedProperties>\n" 28348 " <Property name=\"Input\" />\n" 28349 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28350 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28351 " <Property name=\"CompressorType\" />\n" 28352 " <Property name=\"CompressionLevel\" />\n" 28353 " <Property name=\"UseSubdirectory\" panel_visibility=\"advanced\" />\n" 28354 " </ExposedProperties>\n" 28358 " <ShowInMenu category=\"Data\" />\n" 28360 " </DataExtractWriterProxy>\n" 28362 " <!-- ================================================================= -->\n" 28363 " <DataExtractWriterProxy name=\"HTG\">\n" 28364 " <Documentation>\n" 28365 " Extract writer to write hypertree grid using the VTK XML file format\n" 28366 " (htg or phtg).\n" 28367 " </Documentation>\n" 28368 " <StringVectorProperty name=\"FileName\"\n" 28369 " number_of_elements=\"1\"\n" 28370 " default_values=\"%p_%.6ts.phtg\">\n" 28371 " <Documentation>\n" 28372 " Specify the filename to use.\n" 28373 " </Documentation>\n" 28374 " </StringVectorProperty>\n" 28376 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPHyperTreeGridWriter\" />\n" 28377 " <ExposedProperties>\n" 28378 " <Property name=\"Input\" />\n" 28379 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28380 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28381 " <Property name=\"CompressorType\" />\n" 28382 " <Property name=\"CompressionLevel\" />\n" 28383 " </ExposedProperties>\n" 28387 " <ShowInMenu category=\"Data\" />\n" 28389 " </DataExtractWriterProxy>\n" 28391 " <!-- ================================================================= -->\n" 28392 " <DataExtractWriterProxy name=\"VTS\">\n" 28393 " <Documentation>\n" 28394 " Extract writer to write structured grid using the VTK XML file format\n" 28395 " (vts or pvts).\n" 28396 " </Documentation>\n" 28397 " <StringVectorProperty name=\"FileName\"\n" 28398 " number_of_elements=\"1\"\n" 28399 " default_values=\"%p_%.6ts.pvts\">\n" 28400 " <Documentation>\n" 28401 " Specify the filename to use.\n" 28402 " </Documentation>\n" 28403 " </StringVectorProperty>\n" 28405 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPStructuredGridWriter\" />\n" 28406 " <ExposedProperties>\n" 28407 " <Property name=\"Input\" />\n" 28408 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28409 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28410 " <Property name=\"CompressorType\" />\n" 28411 " <Property name=\"CompressionLevel\" />\n" 28412 " </ExposedProperties>\n" 28416 " <ShowInMenu category=\"Data\" />\n" 28418 " </DataExtractWriterProxy>\n" 28420 " <!-- ================================================================= -->\n" 28421 " <DataExtractWriterProxy name=\"VTR\">\n" 28422 " <Documentation>\n" 28423 " Extract writer to write rectilinear grid using the VTK XML file format\n" 28424 " (vtr or pvtr).\n" 28425 " </Documentation>\n" 28426 " <StringVectorProperty name=\"FileName\"\n" 28427 " number_of_elements=\"1\"\n" 28428 " default_values=\"%p_%.6ts.pvtr\">\n" 28429 " <Documentation>\n" 28430 " Specify the filename to use.\n" 28431 " </Documentation>\n" 28432 " </StringVectorProperty>\n" 28434 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPRectilinearGridWriter\" />\n" 28435 " <ExposedProperties>\n" 28436 " <Property name=\"Input\" />\n" 28437 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28438 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28439 " <Property name=\"CompressorType\" />\n" 28440 " <Property name=\"CompressionLevel\" />\n" 28441 " </ExposedProperties>\n" 28445 " <ShowInMenu category=\"Data\" />\n" 28447 " </DataExtractWriterProxy>\n" 28449 " <!-- ================================================================= -->\n" 28450 " <DataExtractWriterProxy name=\"VTI\">\n" 28451 " <Documentation>\n" 28452 " Extract writer to write image data (uniform rectilinear grid) using the\n" 28453 " VTK XML file format (vti or pvti).\n" 28454 " </Documentation>\n" 28455 " <StringVectorProperty name=\"FileName\"\n" 28456 " number_of_elements=\"1\"\n" 28457 " default_values=\"%p_%.6ts.pvti\">\n" 28458 " <Documentation>\n" 28459 " Specify the filename to use.\n" 28460 " </Documentation>\n" 28461 " </StringVectorProperty>\n" 28463 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPImageDataWriter\" />\n" 28464 " <ExposedProperties>\n" 28465 " <Property name=\"Input\" />\n" 28466 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28467 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28468 " <Property name=\"CompressorType\" />\n" 28469 " <Property name=\"CompressionLevel\" />\n" 28470 " </ExposedProperties>\n" 28474 " <ShowInMenu category=\"Data\" />\n" 28476 " </DataExtractWriterProxy>\n" 28478 " <!-- ================================================================= -->\n" 28479 " <DataExtractWriterProxy name=\"VTM\">\n" 28480 " <Documentation>\n" 28481 " Extract writer to write a multiblock dataset using the\n" 28482 " VTK XML file format (vtm).\n" 28483 " </Documentation>\n" 28484 " <StringVectorProperty name=\"FileName\"\n" 28485 " number_of_elements=\"1\"\n" 28486 " default_values=\"%p_%.6ts.vtm\">\n" 28487 " <Documentation>\n" 28488 " Specify the filename to use.\n" 28489 " </Documentation>\n" 28490 " </StringVectorProperty>\n" 28492 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLMultiBlockDataWriter\" />\n" 28493 " <ExposedProperties>\n" 28494 " <Property name=\"Input\" />\n" 28495 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28496 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28497 " <Property name=\"CompressorType\" />\n" 28498 " <Property name=\"CompressionLevel\" />\n" 28499 " </ExposedProperties>\n" 28503 " <ShowInMenu category=\"Data\" />\n" 28505 " </DataExtractWriterProxy>\n" 28507 " <!-- ================================================================= -->\n" 28512 " <DataExtractWriterProxy name=\"VTPD\">\n" 28513 " <Documentation>\n" 28514 " Extract writer to write a partitioned dataset using the\n" 28515 " VTK XML file format (vtpd).\n" 28516 " </Documentation>\n" 28517 " <StringVectorProperty name=\"FileName\"\n" 28518 " number_of_elements=\"1\"\n" 28519 " default_values=\"%p_%.6ts.vtpd\">\n" 28520 " <Documentation>\n" 28521 " Specify the filename to use.\n" 28522 " </Documentation>\n" 28523 " </StringVectorProperty>\n" 28525 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPPartitionedDataSetWriter\" />\n" 28526 " <ExposedProperties>\n" 28527 " <Property name=\"Input\" />\n" 28528 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28529 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28530 " <Property name=\"CompressorType\" />\n" 28531 " <Property name=\"CompressionLevel\" />\n" 28532 " </ExposedProperties>\n" 28536 " <ShowInMenu category=\"Data\" />\n" 28538 " </DataExtractWriterProxy>\n" 28540 " <!-- ================================================================= -->\n" 28541 " <DataExtractWriterProxy name=\"VTPC\">\n" 28542 " <Documentation>\n" 28543 " Extract writer to write a partitioned dataset collection using the\n" 28544 " VTK XML file format (vtpc).\n" 28545 " </Documentation>\n" 28546 " <StringVectorProperty name=\"FileName\"\n" 28547 " number_of_elements=\"1\"\n" 28548 " default_values=\"%p_%.6ts.vtpc\">\n" 28549 " <Documentation>\n" 28550 " Specify the filename to use.\n" 28551 " </Documentation>\n" 28552 " </StringVectorProperty>\n" 28554 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPartitionedDataSetCollectionWriter\" />\n" 28555 " <ExposedProperties>\n" 28556 " <Property name=\"Input\" />\n" 28557 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28558 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28559 " <Property name=\"CompressorType\" />\n" 28560 " <Property name=\"CompressionLevel\" />\n" 28561 " </ExposedProperties>\n" 28565 " <ShowInMenu category=\"Data\" />\n" 28567 " </DataExtractWriterProxy>\n" 28569 " <!-- ================================================================= -->\n" 28570 " <DataExtractWriterProxy name=\"VTH\">\n" 28571 " <Documentation>\n" 28572 " Extract writer to write a uniform grid AMR dataset using the\n" 28573 " VTK XML file format (vth).\n" 28574 " </Documentation>\n" 28575 " <StringVectorProperty name=\"FileName\"\n" 28576 " number_of_elements=\"1\"\n" 28577 " default_values=\"%p_%.6ts.vth\">\n" 28578 " <Documentation>\n" 28579 " Specify the filename to use.\n" 28580 " </Documentation>\n" 28581 " </StringVectorProperty>\n" 28583 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLUniformGridAMRWriter\" />\n" 28584 " <ExposedProperties>\n" 28585 " <Property name=\"Input\" />\n" 28586 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n" 28587 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n" 28588 " <Property name=\"CompressorType\" />\n" 28589 " <Property name=\"CompressionLevel\" />\n" 28590 " </ExposedProperties>\n" 28594 " <ShowInMenu category=\"Data\" />\n" 28596 " </DataExtractWriterProxy>\n" 28598 " <!-- end of \"extract_writers\" -->\n" 28600 "</ServerManagerConfiguration>\n" 28617 char* res =
new char[ len + 1];
28624 assert(offset == len);
28632 "<ServerManagerConfiguration>\n" 28633 " <ProxyGroup name=\"internal_writers\">\n" 28634 " <!-- ================================================================= -->\n" 28635 " <Proxy base_proxygroup=\"internal_writers\"\n" 28636 " base_proxyname=\"DataWriterBase\"\n" 28637 " class=\"vtkGenericDataObjectWriter\"\n" 28638 " name=\"DataSetWriterCore\">\n" 28639 " <Documentation>Internal proxy used for writing legacy vtk files.</Documentation>\n" 28641 " <!-- end of \"internal_writers\" -->\n" 28644 " <!-- =================================================================== -->\n" 28645 " <ProxyGroup name=\"writers\">\n" 28647 " <!-- ================================================================= -->\n" 28648 " <WriterProxy base_proxygroup=\"internal_writers\"\n" 28649 " base_proxyname=\"FileSeriesWriter\"\n" 28650 " class=\"vtkFileSeriesWriter\"\n" 28651 " file_name_method=\"SetFileName\"\n" 28652 " name=\"DataSetWriter\">\n" 28653 " <Documentation short_help=\"Write any type of data object in a legacy vtk data file.\">\n" 28654 " Writer to write any type of data object in a legacy vtk data file. Cannot\n" 28655 " be used for parallel writing.</Documentation>\n" 28657 " <Proxy name=\"Writer\"\n" 28658 " proxygroup=\"internal_writers\"\n" 28659 " proxyname=\"DataSetWriterCore\"></Proxy>\n" 28660 " <ExposedProperties>\n" 28661 " <Property name=\"FileType\" />\n" 28662 " </ExposedProperties>\n" 28664 " <InputProperty command=\"SetInputConnection\"\n" 28665 " panel_visibility=\"never\"\n" 28666 " name=\"Input\">\n" 28667 " <DataTypeDomain composite_data_supported=\"0\" name=\"input_type\">\n" 28668 " <DataType value=\"vtkDataSet\" />\n" 28669 " <DataType value=\"vtkTable\" />\n" 28670 " <DataType value=\"vtkGraph\" />\n" 28671 " </DataTypeDomain>\n" 28672 " <Documentation>The input filter/source whose output dataset is to\n" 28673 " written to the file.</Documentation>\n" 28674 " </InputProperty>\n" 28676 " <WriterFactory extensions=\"vtk\"\n" 28677 " file_description=\"Legacy VTK Files\" />\n" 28679 " <!-- End of DataSetWriter -->\n" 28680 " </WriterProxy>\n" 28682 " <!-- ================================================================= -->\n" 28683 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n" 28684 " file_name_method=\"SetFileName\"\n" 28685 " name=\"PDataSetWriterPolyData\"\n" 28686 " parallel_only=\"1\"\n" 28687 " base_proxygroup=\"internal_writers\"\n" 28688 " base_proxyname=\"ParallelSerialWriter\">\n" 28689 " <Documentation short_help=\"Writer that writes polydata as legacy vtk files.\">\n" 28690 " Writer to write vtkPolyData in a legacy vtk data file. This\n" 28691 " version is used when running in parallel. It gathers data to first node\n" 28692 " and saves one file.</Documentation>\n" 28694 " <Proxy name=\"Writer\"\n" 28695 " proxygroup=\"internal_writers\"\n" 28696 " proxyname=\"DataSetWriterCore\"></Proxy>\n" 28697 " <ExposedProperties>\n" 28698 " <Property name=\"FileType\" />\n" 28699 " </ExposedProperties>\n" 28701 " <InputProperty command=\"SetInputConnection\"\n" 28702 " panel_visibility=\"never\"\n" 28703 " name=\"Input\">\n" 28704 " <DataTypeDomain composite_data_supported=\"0\"\n" 28705 " name=\"input_type\">\n" 28706 " <DataType value=\"vtkPolyData\" />\n" 28707 " </DataTypeDomain>\n" 28708 " <Documentation>The input filter/source whose output dataset is to\n" 28709 " written to the file.</Documentation>\n" 28710 " </InputProperty>\n" 28711 " <StringVectorProperty command=\"SetFileName\"\n" 28712 " name=\"FileName\"\n" 28713 " panel_visibility=\"never\"\n" 28714 " number_of_elements=\"1\">\n" 28715 " <Documentation>The name of the file to be written.</Documentation>\n" 28716 " </StringVectorProperty>\n" 28718 " <Proxy name=\"PostGatherHelper\"\n" 28719 " proxygroup=\"filters\"\n" 28720 " proxyname=\"AppendPolyData\" />\n" 28723 " <WriterFactory extensions=\"vtk\"\n" 28724 " file_description=\"Legacy VTK Files\" />\n" 28726 " <!-- End of PDataSetWriterPolyData -->\n" 28727 " </PSWriterProxy>\n" 28729 " <!-- ================================================================= -->\n" 28730 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n" 28731 " file_name_method=\"SetFileName\"\n" 28732 " name=\"PDataSetWriterUnstructuredGrid\"\n" 28733 " parallel_only=\"1\"\n" 28734 " base_proxygroup=\"internal_writers\"\n" 28735 " base_proxyname=\"ParallelSerialWriter\">\n" 28736 " <Documentation short_help=\"Writer that writes unstructured grid as legacy vtk files.\">\n" 28737 " Writer to write vtkUnstructuredGrid of data object in a legacy vtk data file. This\n" 28738 " version is used when running in parallel. It gathers data to first node\n" 28739 " and saves one file.</Documentation>\n" 28741 " <Proxy name=\"Writer\"\n" 28742 " proxygroup=\"internal_writers\"\n" 28743 " proxyname=\"DataSetWriterCore\"></Proxy>\n" 28744 " <ExposedProperties>\n" 28745 " <Property name=\"FileType\" />\n" 28746 " </ExposedProperties>\n" 28748 " <InputProperty command=\"SetInputConnection\"\n" 28749 " panel_visibility=\"never\"\n" 28750 " name=\"Input\">\n" 28751 " <DataTypeDomain composite_data_supported=\"0\"\n" 28752 " name=\"input_type\">\n" 28753 " <DataType value=\"vtkUnstructuredGrid\" />\n" 28754 " </DataTypeDomain>\n" 28755 " <Documentation>The input filter/source whose output dataset is to\n" 28756 " written to the file.</Documentation>\n" 28757 " </InputProperty>\n" 28758 " <StringVectorProperty command=\"SetFileName\"\n" 28759 " name=\"FileName\"\n" 28760 " panel_visibility=\"never\"\n" 28761 " number_of_elements=\"1\">\n" 28762 " <Documentation>The name of the file to be written.</Documentation>\n" 28763 " </StringVectorProperty>\n" 28765 " <Proxy name=\"PostGatherHelper\"\n" 28766 " proxygroup=\"filters\"\n" 28767 " proxyname=\"Append\" />\n" 28770 " <WriterFactory extensions=\"vtk\"\n" 28771 " file_description=\"Legacy VTK Files\" />\n" 28773 " <!-- End of PDataSetWriterUnstructuredGrid -->\n" 28774 " </PSWriterProxy>\n" 28776 " <!-- end of \"writers\" -->\n" 28778 "</ServerManagerConfiguration>\n" 28787 char* res =
new char[ len + 1];
28790 assert(offset == len);
28798 "<ServerManagerConfiguration>\n" 28799 " <ProxyGroup name=\"internal_sources\">\n" 28801 " <!-- ================================================================== -->\n" 28802 " <Proxy class=\"vtkAVSucdReader\"\n" 28803 " label=\"AVS UCD Reader\"\n" 28804 " name=\"AVSucdReader\">\n" 28805 " <Documentation long_help=\"Reads binary or ASCII files stored in AVS UCD format.\"\n" 28806 " short_help=\"Read a dataset in AVS UCD format.\">The AVS UCD\n" 28807 " reader reads binary or ASCII files stored in AVS UCD\n" 28808 " format. The default file extension is .inp. The output of\n" 28809 " this reader is unstructured grid.</Documentation>\n" 28810 " <StringVectorProperty animateable=\"0\"\n" 28811 " command=\"SetFileName\"\n" 28812 " name=\"FileName\"\n" 28813 " number_of_elements=\"1\"\n" 28814 " panel_visibility=\"never\">\n" 28815 " <FileListDomain name=\"files\" />\n" 28816 " <Documentation>This property specifies the file name for the AVS UCD\n" 28817 " reader.</Documentation>\n" 28818 " </StringVectorProperty>\n" 28819 " <StringVectorProperty information_only=\"1\"\n" 28820 " name=\"CellArrayInfo\">\n" 28821 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 28822 " </StringVectorProperty>\n" 28823 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 28824 " element_types=\"2 0\"\n" 28825 " information_property=\"CellArrayInfo\"\n" 28826 " label=\"Cell Arrays\"\n" 28827 " name=\"CellArrayStatus\"\n" 28828 " number_of_elements=\"2\"\n" 28829 " number_of_elements_per_command=\"2\"\n" 28830 " repeat_command=\"1\">\n" 28831 " <ArraySelectionDomain name=\"array_list\">\n" 28832 " <RequiredProperties>\n" 28833 " <Property function=\"ArrayList\"\n" 28834 " name=\"CellArrayInfo\" />\n" 28835 " </RequiredProperties>\n" 28836 " </ArraySelectionDomain>\n" 28837 " <Documentation>This property contains a list of the cell-centered\n" 28838 " arrays to read.</Documentation>\n" 28839 " </StringVectorProperty>\n" 28840 " <StringVectorProperty information_only=\"1\"\n" 28841 " name=\"PointArrayInfo\">\n" 28842 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 28843 " </StringVectorProperty>\n" 28844 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 28845 " element_types=\"2 0\"\n" 28846 " information_property=\"PointArrayInfo\"\n" 28847 " label=\"Point Arrays\"\n" 28848 " name=\"PointArrayStatus\"\n" 28849 " number_of_elements=\"2\"\n" 28850 " number_of_elements_per_command=\"2\"\n" 28851 " repeat_command=\"1\">\n" 28852 " <ArraySelectionDomain name=\"array_list\">\n" 28853 " <RequiredProperties>\n" 28854 " <Property function=\"ArrayList\"\n" 28855 " name=\"PointArrayInfo\" />\n" 28856 " </RequiredProperties>\n" 28857 " </ArraySelectionDomain>\n" 28858 " <Documentation>This property contains a list of the point-centered\n" 28859 " arrays to read.</Documentation>\n" 28860 " </StringVectorProperty>\n" 28861 " <!-- End AVSucdReader -->\n" 28864 " <!-- ================================================================== -->\n" 28865 " <Proxy class=\"vtkSTLReader\"\n" 28866 " label=\"STL Reader\"\n" 28867 " name=\"stlreadercore\">\n" 28868 " <Documentation long_help=\"Reads ASCII or binary stereo lithography (STL) files.\"\n" 28869 " short_help=\"Read STL files.\">The STL reader reads ASCII or\n" 28870 " binary stereo lithography (STL) files. The expected file\n" 28871 " extension is .stl. The output of this reader is a\n" 28872 " polygonal dataset.</Documentation>\n" 28873 " <StringVectorProperty animateable=\"0\"\n" 28874 " command=\"SetFileName\"\n" 28875 " name=\"FileName\"\n" 28876 " number_of_elements=\"1\"\n" 28877 " panel_visibility=\"never\">\n" 28878 " <FileListDomain name=\"files\" />\n" 28879 " <Documentation>This property specifies the file name for the STL\n" 28880 " reader.</Documentation>\n" 28881 " </StringVectorProperty>\n" 28882 " <IntVectorProperty command=\"SetScalarTags\"\n" 28883 " default_values=\"1\"\n" 28884 " name=\"ScalarTags\"\n" 28885 " number_of_elements=\"1\">\n" 28886 " <BooleanDomain name=\"bool\" />\n" 28887 " <Documentation>When set to true, the reader will include cell data\n" 28888 " describing which solid a cell belongs to.</Documentation>\n" 28889 " </IntVectorProperty>\n" 28890 " <!-- End stlreader -->\n" 28893 " <!-- ================================================================== -->\n" 28894 " <Proxy class=\"vtkFLUENTReader\" name=\"FLUENTReaderCore\">\n" 28895 " <StringVectorProperty information_only=\"1\"\n" 28896 " name=\"CellArrayInfo\">\n" 28897 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 28898 " </StringVectorProperty>\n" 28899 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 28900 " element_types=\"2 0\"\n" 28901 " information_property=\"CellArrayInfo\"\n" 28902 " label=\"Cell Arrays\"\n" 28903 " name=\"CellArrayStatus\"\n" 28904 " number_of_elements=\"0\"\n" 28905 " number_of_elements_per_command=\"2\"\n" 28906 " repeat_command=\"1\">\n" 28907 " <ArraySelectionDomain name=\"array_list\">\n" 28908 " <RequiredProperties>\n" 28909 " <Property function=\"ArrayList\"\n" 28910 " name=\"CellArrayInfo\" />\n" 28911 " </RequiredProperties>\n" 28912 " </ArraySelectionDomain>\n" 28913 " <Documentation>Select which cell-centered arrays to\n" 28914 " read.</Documentation>\n" 28915 " </StringVectorProperty>\n" 28916 " <!-- FLUENTReaderCore -->\n" 28919 " <!-- ================================================================== -->\n" 28920 " <Proxy class=\"vtkTecplotReader\"\n" 28921 " label=\"VTK Tecplot Reader\"\n" 28922 " name=\"TecplotReaderCore\">\n" 28923 " <Documentation>Core for TecplotReader</Documentation>\n" 28924 " <StringVectorProperty command=\"SetFileName\"\n" 28925 " name=\"FileName\"\n" 28926 " number_of_elements=\"1\"\n" 28927 " panel_visibility=\"never\">\n" 28928 " <FileListDomain name=\"files\" />\n" 28929 " <Documentation>The name of the file to load</Documentation>\n" 28930 " </StringVectorProperty>\n" 28931 " <StringVectorProperty information_only=\"1\"\n" 28932 " name=\"DataArrayInfo\">\n" 28933 " <ArraySelectionInformationHelper attribute_name=\"Data\" />\n" 28934 " </StringVectorProperty>\n" 28935 " <StringVectorProperty command=\"SetDataArrayStatus\"\n" 28936 " element_types=\"2 0\"\n" 28937 " information_property=\"DataArrayInfo\"\n" 28938 " label=\"Data Arrays\"\n" 28939 " name=\"DataArrayStatus\"\n" 28940 " number_of_elements=\"0\"\n" 28941 " number_of_elements_per_command=\"2\"\n" 28942 " repeat_command=\"1\">\n" 28943 " <ArraySelectionDomain name=\"array_list\">\n" 28944 " <RequiredProperties>\n" 28945 " <Property function=\"ArrayList\"\n" 28946 " name=\"DataArrayInfo\" />\n" 28947 " </RequiredProperties>\n" 28948 " </ArraySelectionDomain>\n" 28949 " <Documentation>This property lists what dataset attribute arrays (point\n" 28950 " data and cell data) to read.</Documentation>\n" 28951 " </StringVectorProperty>\n" 28952 " <!-- End TecplotReaderCore-->\n" 28955 " <!-- ================================================================== -->\n" 28956 " <Proxy class=\"vtkParticleReader\"\n" 28957 " label=\"VTK Particle Reader\"\n" 28958 " name=\"ParticleReaderCore\">\n" 28959 " <Documentation>Core for ParticleReader.</Documentation>\n" 28960 " <StringVectorProperty command=\"SetFileName\"\n" 28961 " name=\"FileName\"\n" 28962 " number_of_elements=\"1\"\n" 28963 " panel_visibility=\"never\">\n" 28964 " <FileListDomain name=\"files\" />\n" 28965 " <Documentation>The name of the file to load.</Documentation>\n" 28966 " </StringVectorProperty>\n" 28967 " <IntVectorProperty command=\"SetDataByteOrder\"\n" 28968 " default_values=\"0\"\n" 28969 " name=\"ByteOrder\"\n" 28970 " number_of_elements=\"1\">\n" 28971 " <Documentation>Set/Get the byte ordering of the file you are trying to\n" 28972 " read in.</Documentation>\n" 28973 " <EnumerationDomain name=\"enum\">\n" 28974 " <Entry text=\"BigEndian\"\n" 28975 " value=\"0\" />\n" 28976 " <Entry text=\"LittleEndian\"\n" 28977 " value=\"1\" />\n" 28978 " </EnumerationDomain>\n" 28979 " </IntVectorProperty>\n" 28980 " <IntVectorProperty command=\"SetHasScalar\"\n" 28981 " default_values=\"1\"\n" 28982 " name=\"HasScalar\"\n" 28983 " number_of_elements=\"1\">\n" 28984 " <Documentation>Default: 1. If 1 then each particle has a value\n" 28985 " associated with it.</Documentation>\n" 28986 " <BooleanDomain name=\"bool\" />\n" 28987 " </IntVectorProperty>\n" 28988 " <IntVectorProperty command=\"SetFileType\"\n" 28989 " default_values=\"0\"\n" 28990 " name=\"FileType\"\n" 28991 " number_of_elements=\"1\">\n" 28992 " <Documentation>Set the file type. The options are: - Unknown (0)\n" 28993 " (default) the reader will attempt to determine the file type. If this\n" 28994 " fails then you should set the file type yourself. - Text (1) the file\n" 28995 " type is text. - Binary (2) the file type is binary.</Documentation>\n" 28996 " <EnumerationDomain name=\"enum\">\n" 28997 " <Entry text=\"Unknown\"\n" 28998 " value=\"0\" />\n" 28999 " <Entry text=\"Text\"\n" 29000 " value=\"1\" />\n" 29001 " <Entry text=\"Binary\"\n" 29002 " value=\"2\" />\n" 29003 " </EnumerationDomain>\n" 29004 " </IntVectorProperty>\n" 29005 " <IntVectorProperty command=\"SetDataType\"\n" 29006 " default_values=\"10\"\n" 29007 " name=\"DataType\"\n" 29008 " number_of_elements=\"1\">\n" 29009 " <Documentation>Get/Set the data type. The options are: - Float (10)\n" 29010 " (default) single precision floating point. - Double (11) double\n" 29011 " precision floating point.</Documentation>\n" 29012 " <EnumerationDomain name=\"enum\">\n" 29013 " <Entry text=\"Float\"\n" 29014 " value=\"10\" />\n" 29015 " <Entry text=\"Double\"\n" 29016 " value=\"11\" />\n" 29017 " </EnumerationDomain>\n" 29018 " </IntVectorProperty>\n" 29019 " <!-- ParticleReaderCore -->\n" 29022 " <!-- ================================================================== -->\n" 29023 " <!-- end of \"internal_sources\" -->\n" 29026 " <!-- ==================================================================== -->\n" 29027 " <ProxyGroup name=\"sources\">\n" 29029 " <!-- ================================================================== -->\n" 29030 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29031 " file_name_method=\"SetFileName\"\n" 29032 " label=\"AVS UCD Reader\"\n" 29033 " name=\"AVSucdSeriesReader\"\n" 29034 " si_class=\"vtkSIMetaReaderProxy\">\n" 29035 " <Documentation long_help=\"Reads binary or ASCII files stored in AVS UCD format.\"\n" 29036 " short_help=\"Read a dataset in AVS UCD format.\">The AVS UCD\n" 29037 " reader reads binary or ASCII files stored in AVS UCD\n" 29038 " format. The default file extension is .inp. The output of\n" 29039 " this reader is unstructured grid. This supports reading a\n" 29040 " file series.</Documentation>\n" 29042 " <Proxy name=\"Reader\"\n" 29043 " proxygroup=\"internal_sources\"\n" 29044 " proxyname=\"AVSucdReader\"></Proxy>\n" 29045 " <ExposedProperties>\n" 29046 " <PropertyGroup label=\"Cell/Point Array Status\"\n" 29047 " name=\"CellPointArrayStatus\"\n" 29048 " panel_visibility=\"default\"\n" 29049 " panel_widget=\"ArrayStatus\">\n" 29050 " <Property name=\"CellArrayInfo\" />\n" 29051 " <Property name=\"CellArrayStatus\" />\n" 29052 " <Property name=\"PointArrayInfo\" />\n" 29053 " <Property name=\"PointArrayStatus\" />\n" 29054 " </PropertyGroup>\n" 29055 " </ExposedProperties>\n" 29057 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 29058 " information_only=\"1\"\n" 29059 " name=\"FileNameInfo\">\n" 29060 " <SimpleStringInformationHelper />\n" 29061 " </StringVectorProperty>\n" 29062 " <StringVectorProperty animateable=\"0\"\n" 29063 " clean_command=\"RemoveAllFileNames\"\n" 29064 " command=\"AddFileName\"\n" 29065 " information_property=\"FileNameInfo\"\n" 29066 " name=\"FileNames\"\n" 29067 " number_of_elements=\"1\"\n" 29068 " panel_visibility=\"never\"\n" 29069 " repeat_command=\"1\">\n" 29070 " <FileListDomain name=\"files\" />\n" 29071 " <Documentation>The list of files to be read by the reader. If more than\n" 29072 " one file is specified, the reader will switch to file series mode in\n" 29073 " which it will pretend that it can support time and provide one file per\n" 29074 " time step.</Documentation>\n" 29075 " </StringVectorProperty>\n" 29076 " <DoubleVectorProperty information_only=\"1\"\n" 29077 " name=\"TimestepValues\"\n" 29078 " repeatable=\"1\">\n" 29079 " <TimeStepsInformationHelper />\n" 29080 " <Documentation>Available timestep values.</Documentation>\n" 29081 " </DoubleVectorProperty>\n" 29083 " <ReaderFactory extensions=\"inp\"\n" 29084 " file_description=\"AVS UCD Binary/ASCII Files\" />\n" 29086 " <!-- End of AVSucdSeriesReader -->\n" 29087 " </SourceProxy>\n" 29089 " <!-- ================================================================== -->\n" 29090 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29091 " file_name_method=\"SetFileName\"\n" 29092 " label=\"STL Reader\"\n" 29093 " name=\"stlreader\"\n" 29094 " si_class=\"vtkSIMetaReaderProxy\">\n" 29095 " <Documentation long_help=\"Reads ASCII or binary stereo lithography (STL) files.\"\n" 29096 " short_help=\"Read STL files.\">The STL reader reads ASCII or\n" 29097 " binary stereo lithography (STL) files. The expected file\n" 29098 " extension is .stl. The output of this reader is a\n" 29099 " polygonal dataset. This reader also supports file\n" 29100 " series.</Documentation>\n" 29102 " <Proxy name=\"Reader\"\n" 29103 " proxygroup=\"internal_sources\"\n" 29104 " proxyname=\"stlreadercore\"></Proxy>\n" 29106 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 29107 " information_only=\"1\"\n" 29112 " name=\"FileNameInfo\">\n" 29113 " <SimpleStringInformationHelper />\n" 29114 " </StringVectorProperty>\n" 29115 " <StringVectorProperty animateable=\"0\"\n" 29116 " clean_command=\"RemoveAllFileNames\"\n" 29117 " command=\"AddFileName\"\n" 29118 " information_property=\"FileNameInfo\"\n" 29119 " name=\"FileNames\"\n" 29120 " number_of_elements=\"1\"\n" 29121 " panel_visibility=\"never\"\n" 29122 " repeat_command=\"1\">\n" 29123 " <FileListDomain name=\"files\" />\n" 29124 " <Documentation>The list of files to be read by the reader. If more than\n" 29125 " one file is specified, the reader will switch to file series mode in\n" 29126 " which it will pretend that it can support time and provide one file per\n" 29127 " time step.</Documentation>\n" 29128 " </StringVectorProperty>\n" 29129 " <DoubleVectorProperty information_only=\"1\"\n" 29130 " name=\"TimestepValues\"\n" 29131 " repeatable=\"1\">\n" 29132 " <TimeStepsInformationHelper />\n" 29133 " <Documentation>Available timestep values.</Documentation>\n" 29134 " </DoubleVectorProperty>\n" 29136 " <ReaderFactory extensions=\"stl stl.series\"\n" 29137 " file_description=\"Stereo Lithography\" />\n" 29139 " <!-- End stlreader-->\n" 29140 " </SourceProxy>\n" 29142 " <!-- ================================================================== -->\n" 29143 " <SourceProxy class=\"vtkBYUReader\"\n" 29144 " label=\"BYU Reader\"\n" 29145 " name=\"byureader\">\n" 29146 " <Documentation long_help=\"Reads Movie.BYU files to produce polygonal data.\"\n" 29147 " short_help=\"Read Movie.BYU files.\">The BYU reader reads\n" 29148 " data stored in Movie.BYU format. The expected file\n" 29149 " extension is .g. The datasets resulting from reading these\n" 29150 " files are polygonal.</Documentation>\n" 29151 " <StringVectorProperty animateable=\"0\"\n" 29152 " command=\"SetFileName\"\n" 29153 " name=\"FileName\"\n" 29154 " number_of_elements=\"1\"\n" 29155 " panel_visibility=\"never\" >\n" 29156 " <FileListDomain name=\"files\" />\n" 29157 " <Documentation>This property specifies the file name for the BYU\n" 29158 " reader.</Documentation>\n" 29159 " </StringVectorProperty>\n" 29161 " <ReaderFactory extensions=\"g\"\n" 29162 " file_description=\"BYU Files\" />\n" 29164 " <!-- End byureader -->\n" 29165 " </SourceProxy>\n" 29167 " <!-- ================================================================== -->\n" 29168 " <SourceProxy class=\"vtkOBJReader\"\n" 29169 " label=\"Wavefront OBJ Reader\"\n" 29170 " name=\"objreader\">\n" 29171 " <Documentation long_help=\"Reads Wavefront .OBJ files to produce polygonal and line data.\"\n" 29172 " short_help=\"Read Wavefront .OBJ files.\">The OBJ reader\n" 29173 " reads data stored in Wavefront .OBJ format. The expected\n" 29174 " file extension is .obj, the datasets resulting from\n" 29175 " reading these files are polygons and\n" 29176 " lines.</Documentation>\n" 29177 " <StringVectorProperty animateable=\"0\"\n" 29178 " command=\"SetFileName\"\n" 29179 " name=\"FileName\"\n" 29180 " number_of_elements=\"1\"\n" 29181 " panel_visibility=\"never\" >\n" 29182 " <FileListDomain name=\"files\" />\n" 29183 " <Documentation>This property specifies the file name for the OBJ\n" 29184 " reader.</Documentation>\n" 29185 " </StringVectorProperty>\n" 29187 " <ReaderFactory extensions=\"obj\"\n" 29188 " file_description=\"Wavefront OBJ Files\" />\n" 29190 " <!-- End vtkOBJReader -->\n" 29191 " </SourceProxy>\n" 29193 " <!-- ================================================================== -->\n" 29194 " <SourceProxy class=\"vtkPDBReader\"\n" 29195 " label=\"PDB Reader\"\n" 29196 " name=\"pdbreader\">\n" 29197 " <Documentation long_help=\"Reads PDB molecule files.\"\n" 29198 " short_help=\"Read PDB files.\">The PDB reader reads files in\n" 29199 " the format used by the Protein Data Bank (an archive of\n" 29200 " experimentally determined three-dimensional structures of\n" 29201 " biological macromolecules). The expected file extension is\n" 29202 " .pdb. The output datasets are polygonal.</Documentation>\n" 29203 " <StringVectorProperty animateable=\"0\"\n" 29204 " command=\"SetFileName\"\n" 29205 " name=\"FileName\"\n" 29206 " number_of_elements=\"1\"\n" 29207 " panel_visibility=\"never\" >\n" 29208 " <FileListDomain name=\"files\" />\n" 29209 " <Documentation>This property specifies the file name for the PDB\n" 29210 " reader.</Documentation>\n" 29211 " </StringVectorProperty>\n" 29213 " <ReaderFactory extensions=\"pdb\"\n" 29214 " file_description=\"Protein Data Bank Files\" />\n" 29216 " <!-- End pdbreader -->\n" 29217 " </SourceProxy>\n" 29219 " <!-- ================================================================== -->\n" 29220 " <!-- Beginning of MFIX Reader -->\n" 29221 " <SourceProxy class=\"vtkMFIXReader\"\n" 29222 " name=\"MFIXReader\">\n" 29223 " <Documentation long_help=\"Reads a dataset in MFIX file format.\"\n" 29224 " short_help=\"Reads a dataset in MFIX file format.\">\n" 29225 " vtkMFIXReader creates an unstructured grid dataset. It\n" 29226 " reads a restart file and a set of sp files. The restart\n" 29227 " file contains the mesh information. MFIX meshes are either\n" 29228 " cylindrical or rectilinear, but this reader will convert\n" 29229 " them to an unstructured grid. The sp files contain\n" 29230 " transient data for the cells. Each sp file has one or more\n" 29231 " variables stored inside it.</Documentation>\n" 29232 " <StringVectorProperty animateable=\"0\"\n" 29233 " command=\"SetFileName\"\n" 29234 " name=\"FileName\"\n" 29235 " number_of_elements=\"1\"\n" 29236 " panel_visibility=\"never\">\n" 29237 " <FileListDomain name=\"files\" />\n" 29238 " <Documentation>Set the file name for the MFIX reader.</Documentation>\n" 29239 " </StringVectorProperty>\n" 29240 " <StringVectorProperty information_only=\"1\"\n" 29241 " name=\"CellArrayInfo\">\n" 29242 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 29243 " </StringVectorProperty>\n" 29244 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 29245 " element_types=\"2 0\"\n" 29246 " information_property=\"CellArrayInfo\"\n" 29247 " label=\"Cell Arrays\"\n" 29248 " name=\"CellArrayStatus\"\n" 29249 " number_of_elements=\"0\"\n" 29250 " number_of_elements_per_command=\"2\"\n" 29251 " repeat_command=\"1\">\n" 29252 " <ArraySelectionDomain name=\"array_list\">\n" 29253 " <RequiredProperties>\n" 29254 " <Property function=\"ArrayList\"\n" 29255 " name=\"CellArrayInfo\" />\n" 29256 " </RequiredProperties>\n" 29257 " </ArraySelectionDomain>\n" 29258 " <Documentation>Select which cell-centered arrays to\n" 29259 " read.</Documentation>\n" 29260 " </StringVectorProperty>\n" 29261 " <DoubleVectorProperty information_only=\"1\"\n" 29262 " name=\"TimestepValues\"\n" 29263 " repeatable=\"1\">\n" 29264 " <TimeStepsInformationHelper />\n" 29265 " </DoubleVectorProperty>\n" 29267 " <ReaderFactory extensions=\"RES\"\n" 29268 " file_description=\"MFIX Unstructured Grid Files\" />\n" 29270 " </SourceProxy>\n" 29271 " <!-- End of MFIX Reader -->\n" 29273 " <!-- ================================================================== -->\n" 29274 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29275 " file_name_method=\"SetFileName\"\n" 29276 " label=\"Fluent Case Reader\"\n" 29277 " name=\"FLUENTReader\"\n" 29278 " si_class=\"vtkSIMetaReaderProxy\">\n" 29279 " <Documentation long_help=\"Reads a dataset in Fluent file format.\"\n" 29280 " short_help=\"Reads a dataset in Fluent file format.\">\n" 29281 " FLUENTReader creates an unstructured grid dataset. It\n" 29282 " reads .cas and .dat files stored in FLUENT native format\n" 29283 " (or a file series of the same.</Documentation>\n" 29284 " <StringVectorProperty animateable=\"0\"\n" 29285 " clean_command=\"RemoveAllFileNames\"\n" 29286 " command=\"AddFileName\"\n" 29287 " name=\"FileName\"\n" 29288 " number_of_elements=\"1\"\n" 29289 " panel_visibility=\"never\"\n" 29290 " repeat_command=\"1\">\n" 29291 " <FileListDomain name=\"files\" />\n" 29292 " <Documentation>The name of the files to load.</Documentation>\n" 29293 " </StringVectorProperty>\n" 29295 " <Proxy name=\"Reader\"\n" 29296 " proxygroup=\"internal_sources\"\n" 29297 " proxyname=\"FLUENTReaderCore\"></Proxy>\n" 29298 " <ExposedProperties>\n" 29299 " <Property name=\"CellArrayInfo\" />\n" 29300 " <Property name=\"CellArrayStatus\" />\n" 29301 " </ExposedProperties>\n" 29304 " <ReaderFactory extensions=\"cas\"\n" 29305 " file_description=\"Fluent Case Files\" />\n" 29307 " <!-- FLUENTReader -->\n" 29308 " </SourceProxy>\n" 29310 " <!-- ================================================================== -->\n" 29311 " <!-- Beginning of ProStar Reader -->\n" 29312 " <SourceProxy class=\"vtkProStarReader\"\n" 29313 " label=\"proSTAR (STARCD) Reader\"\n" 29314 " name=\"ProStarReader\">\n" 29315 " <Documentation long_help=\"Reads geometry in proSTAR (STARCD) file format.\"\n" 29316 " short_help=\"Reads geometry in proSTAR (STARCD) file format.\">\n" 29317 " ProStarReader creates an unstructured grid dataset. It\n" 29318 " reads .cel/.vrt files stored in proSTAR (STARCD) ASCII\n" 29319 " format.</Documentation>\n" 29320 " <StringVectorProperty animateable=\"0\"\n" 29321 " command=\"SetFileName\"\n" 29322 " name=\"FileName\"\n" 29323 " number_of_elements=\"1\"\n" 29324 " panel_visibility=\"never\">\n" 29325 " <FileListDomain name=\"files\" />\n" 29326 " <Documentation>Set the file name for the proSTAR (STARCD)\n" 29327 " reader.</Documentation>\n" 29328 " </StringVectorProperty>\n" 29329 " <DoubleVectorProperty animateable=\"0\"\n" 29330 " command=\"SetScaleFactor\"\n" 29331 " default_values=\"1\"\n" 29332 " name=\"ScaleFactor\"\n" 29333 " number_of_elements=\"1\">\n" 29334 " <Documentation>Scaling factor for the points</Documentation>\n" 29335 " </DoubleVectorProperty>\n" 29337 " <ReaderFactory extensions=\"cel vrt\"\n" 29338 " file_description=\"proSTAR Files\" />\n" 29340 " </SourceProxy>\n" 29341 " <!-- End of ProStar Reader -->\n" 29343 " <!-- ================================================================== -->\n" 29344 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29345 " file_name_method=\"SetFileName\"\n" 29346 " label=\"Tecplot Reader\"\n" 29347 " name=\"TecplotReader\"\n" 29348 " si_class=\"vtkSIMetaReaderProxy\">\n" 29349 " <Documentation long_help=\"Reads files in the Tecplot ASCII file format.\"\n" 29350 " short_help=\"Read files in the Tecplot ASCII file format.\">\n" 29351 " The Tecplot reader extracts multiple zones (blocks) of\n" 29352 " data from a Tecplot ASCII file, in which a zone is stored\n" 29353 " in either point packing mode (i.e., tuple-based, with only\n" 29354 " point data supported) or block packing mode (i.e.,\n" 29355 " component-based, with point data and cell data supported).\n" 29356 " The output of the reader is a vtkMultiBlockDataset, of\n" 29357 " which each block is either a vtkStructuredGrid or a\n" 29358 " vtkUnstructuredGrid. This supports reading a file\n" 29359 " series.</Documentation>\n" 29360 " <StringVectorProperty animateable=\"0\"\n" 29361 " clean_command=\"RemoveAllFileNames\"\n" 29362 " command=\"AddFileName\"\n" 29363 " information_property=\"FileNameInfo\"\n" 29364 " name=\"FileNames\"\n" 29365 " number_of_elements=\"1\"\n" 29366 " panel_visibility=\"never\"\n" 29367 " repeat_command=\"1\">\n" 29368 " <FileListDomain name=\"files\" />\n" 29369 " <Documentation>The list of files to be read by the\n" 29370 " reader.</Documentation>\n" 29371 " </StringVectorProperty>\n" 29372 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 29373 " information_only=\"1\"\n" 29374 " name=\"FileNameInfo\">\n" 29375 " <SimpleStringInformationHelper />\n" 29376 " </StringVectorProperty>\n" 29377 " <DoubleVectorProperty information_only=\"1\"\n" 29378 " name=\"TimestepValues\"\n" 29379 " repeatable=\"1\">\n" 29380 " <TimeStepsInformationHelper />\n" 29381 " <Documentation>Available timestep values.</Documentation>\n" 29382 " </DoubleVectorProperty>\n" 29384 " <Proxy name=\"Reader\"\n" 29385 " proxygroup=\"internal_sources\"\n" 29386 " proxyname=\"TecplotReaderCore\"></Proxy>\n" 29387 " <ExposedProperties>\n" 29388 " <Property name=\"DataArrayInfo\" />\n" 29389 " <Property name=\"DataArrayStatus\" />\n" 29390 " </ExposedProperties>\n" 29393 " <ReaderFactory extensions=\"tec TEC Tec tp TP dat\"\n" 29394 " file_description=\"Tecplot Files\" />\n" 29396 " <!-- End TecplotReader -->\n" 29397 " </SourceProxy>\n" 29399 " <!-- ================================================================== -->\n" 29400 " <!-- Start WindBladeReader -->\n" 29401 " <SourceProxy class=\"vtkWindBladeReader\"\n" 29402 " label=\"WindBlade reader\"\n" 29403 " name=\"WindBladeReader\">\n" 29404 " <Documentation long_help=\"Reads WindBlade/Firetec simulation files possibly including wind turbines and topology files.\"\n" 29405 " short_help=\"Read WindBlade simulation files.\">\n" 29406 " WindBlade/Firetec is a simulation dealing with the effects\n" 29407 " of wind on wind turbines or on the spread of fires. It\n" 29408 " produces three outputs - a StructuredGrid for the wind\n" 29409 " data fields, a StructuredGrid for the ground topology, and\n" 29410 " a PolyData for turning turbine blades. The input file\n" 29411 " (.wind) opened by the WindBlade reader is an ASCII\n" 29412 " description of the data files expected. Data is\n" 29417 " accumulated by the simulation processor and is written one\n" 29418 " file per time step. WindBlade can deal with topology if a\n" 29419 " flag is turned on and expects (x,y) data for the ground.\n" 29420 " It also can deal with turning wind turbines from other\n" 29421 " time step data files which gives polygon positions of\n" 29422 " segments of the blades and data for each\n" 29423 " segment.</Documentation>\n" 29424 " <OutputPort index=\"0\"\n" 29425 " name=\"Field\" />\n" 29426 " <OutputPort index=\"1\"\n" 29427 " name=\"Blade\" />\n" 29428 " <OutputPort index=\"2\"\n" 29429 " name=\"Ground\" />\n" 29430 " <StringVectorProperty animateable=\"0\"\n" 29431 " command=\"SetFilename\"\n" 29432 " name=\"Filename\"\n" 29433 " number_of_elements=\"1\"\n" 29434 " panel_visibility=\"never\">\n" 29435 " <FileListDomain name=\"files\" />\n" 29436 " <Documentation>ASCII .wind file describes locations of data files, grid\n" 29437 " sizes and variable deltas, time step sizes, whether topology is used,\n" 29438 " whether turbines are used, and type and order of data written to the\n" 29439 " files.</Documentation>\n" 29440 " </StringVectorProperty>\n" 29441 " <DoubleVectorProperty information_only=\"1\"\n" 29442 " name=\"TimestepValues\"\n" 29443 " repeatable=\"1\">\n" 29444 " <TimeStepsInformationHelper />\n" 29445 " </DoubleVectorProperty>\n" 29446 " <StringVectorProperty information_only=\"1\"\n" 29447 " name=\"PointArrayInfo\">\n" 29448 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 29449 " </StringVectorProperty>\n" 29450 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 29451 " element_types=\"2 0\"\n" 29452 " information_property=\"PointArrayInfo\"\n" 29453 " label=\"Point Arrays\"\n" 29454 " name=\"PointArrayStatus\"\n" 29455 " number_of_elements=\"2\"\n" 29456 " number_of_elements_per_command=\"2\"\n" 29457 " repeat_command=\"1\">\n" 29458 " <ArraySelectionDomain name=\"array_list\">\n" 29459 " <RequiredProperties>\n" 29460 " <Property function=\"ArrayList\"\n" 29461 " name=\"PointArrayInfo\" />\n" 29462 " </RequiredProperties>\n" 29463 " </ArraySelectionDomain>\n" 29464 " <Documentation>Variables written to the data files are described in the\n" 29465 " .wind file and are presented for selection. Only selected variables are\n" 29466 " loaded for a time step.</Documentation>\n" 29467 " </StringVectorProperty>\n" 29469 " <ReaderFactory extensions=\"wind\"\n" 29470 " file_description=\"WindBlade Data\" />\n" 29472 " </SourceProxy>\n" 29473 " <!-- End WindBladeReader -->\n" 29475 " <!-- ================================================================== -->\n" 29476 " <SourceProxy class=\"vtkPTSReader\"\n" 29477 " label=\"PTS Reader\"\n" 29478 " name=\"PTSReader\">\n" 29479 " <Documentation long_help=\"Reads a PTS ASCII Point Cloud file.\"\n" 29480 " short_help=\"Read a pointset in PTS format\">The PTS reader\n" 29481 " reads ASCII PTS Point Cloud files containing\n" 29482 " points as well as optional intensity and color information. The default\n" 29483 " file extension is .pts. This reader produces a\n" 29484 " polydata set of a single vertex cell containing all of\n" 29485 " the points.</Documentation>\n" 29486 " <StringVectorProperty animateable=\"0\"\n" 29487 " command=\"SetFileName\"\n" 29488 " name=\"FileName\"\n" 29489 " number_of_elements=\"1\">\n" 29490 " <FileListDomain name=\"files\" />\n" 29491 " <Documentation>This property specifies the file name for the PTS\n" 29492 " (ASCII Point Cloud) reader.</Documentation>\n" 29493 " </StringVectorProperty>\n" 29494 " <IntVectorProperty command=\"SetLimitToMaxNumberOfPoints\"\n" 29495 " name=\"LimitNumberOfPointsRead\"\n" 29496 " default_values=\"0\"\n" 29497 " number_of_elements=\"1\">\n" 29498 " <BooleanDomain name=\"bool\" />\n" 29499 " <Documentation>\n" 29500 " Limits the number of points read in from file\n" 29501 " </Documentation>\n" 29502 " </IntVectorProperty>\n" 29503 " <IntVectorProperty command=\"SetMaxNumberOfPoints\"\n" 29504 " name=\"MaxNumberOfPoints\"\n" 29505 " default_values=\"100000\"\n" 29506 " number_of_elements=\"1\">\n" 29508 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 29509 " mode=\"visibility\"\n" 29510 " property=\"LimitNumberOfPointsRead\"\n" 29511 " value=\"1\" />\n" 29513 " <Documentation>\n" 29514 " Specify the max number of point to be read.\n" 29515 " </Documentation>\n" 29516 " </IntVectorProperty>\n" 29517 " <IntVectorProperty command=\"SetLimitReadToBounds\"\n" 29518 " name=\"LimitPointCloudToBounds\"\n" 29519 " default_values=\"0\"\n" 29520 " number_of_elements=\"1\">\n" 29521 " <BooleanDomain name=\"bool\" />\n" 29522 " <Documentation>\n" 29523 " Restrict the point to cloud to a specified volume.\n" 29524 " </Documentation>\n" 29525 " </IntVectorProperty>\n" 29526 " <DoubleVectorProperty animateable=\"0\"\n" 29527 " command=\"SetReadBounds\"\n" 29528 " name=\"ReadBounds\"\n" 29529 " number_of_elements=\"6\"\n" 29530 " default_values=\"0 100 0 100 0 100\">\n" 29532 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 29533 " mode=\"visibility\"\n" 29534 " property=\"LimitPointCloudToBounds\"\n" 29535 " value=\"1\" />\n" 29537 " <Documentation>Define the spatial volume that will restrict the\n" 29538 " extent of the point cloud [xmin, xmax, ymin, ymax, zmin, zmax]</Documentation>\n" 29540 " </DoubleVectorProperty>\n" 29542 " <ReaderFactory extensions=\"pts\"\n" 29543 " file_description=\"PTS (Point Cloud) Files\" />\n" 29545 " <!-- End PTSReader -->\n" 29546 " </SourceProxy>\n" 29548 " <!-- ================================================================== -->\n" 29549 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29550 " file_name_method=\"SetFileName\"\n" 29551 " label=\"Particles Reader\"\n" 29552 " name=\"ParticleReader\"\n" 29553 " si_class=\"vtkSIMetaReaderProxy\">\n" 29554 " <Documentation long_help=\"Reads particle data.\"\n" 29555 " short_help=\"Read particle data.\">vtkParticleReader reads\n" 29556 " either a binary or a text file of particles. Each particle\n" 29557 " can have associated with it an optional scalar value. So\n" 29558 " the format is: x, y, z, scalar (all floats or doubles).\n" 29559 " The text file can consist of a comma delimited set of\n" 29560 " values. In most cases vtkParticleReader can automatically\n" 29561 " determine whether the file is text or binary. The data can\n" 29562 " be either float or double. Progress updates are provided.\n" 29563 " With respect to binary files, random access into the file\n" 29564 " to read pieces is supported.</Documentation>\n" 29565 " <StringVectorProperty animateable=\"0\"\n" 29566 " clean_command=\"RemoveAllFileNames\"\n" 29567 " command=\"AddFileName\"\n" 29568 " information_property=\"FileNameInfo\"\n" 29569 " name=\"FileName\"\n" 29570 " number_of_elements=\"1\"\n" 29571 " panel_visibility=\"never\"\n" 29572 " repeat_command=\"1\">\n" 29573 " <FileListDomain name=\"files\" />\n" 29574 " <Documentation>The list of files to be read by the\n" 29575 " reader.</Documentation>\n" 29576 " </StringVectorProperty>\n" 29577 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 29578 " information_only=\"1\"\n" 29579 " name=\"FileNameInfo\">\n" 29580 " <SimpleStringInformationHelper />\n" 29581 " </StringVectorProperty>\n" 29582 " <DoubleVectorProperty information_only=\"1\"\n" 29583 " name=\"TimestepValues\"\n" 29584 " repeatable=\"1\">\n" 29585 " <TimeStepsInformationHelper />\n" 29586 " <Documentation>Available timestep values.</Documentation>\n" 29587 " </DoubleVectorProperty>\n" 29589 " <Proxy name=\"Reader\"\n" 29590 " proxygroup=\"internal_sources\"\n" 29591 " proxyname=\"ParticleReaderCore\"></Proxy>\n" 29592 " <ExposedProperties>\n" 29593 " <Property name=\"ByteOrder\" />\n" 29594 " <Property name=\"HasScalar\" />\n" 29595 " <Property name=\"FileType\" />\n" 29596 " <Property name=\"DataType\" />\n" 29597 " </ExposedProperties>\n" 29600 " <ReaderFactory extensions=\"particles\"\n" 29601 " file_description=\"VTK Particle Files\" />\n" 29603 " <!-- End of ParticleReader -->\n" 29604 " </SourceProxy>\n" 29606 " <!-- ================================================================== -->\n" 29607 " <!-- Beginning of glTF Reader -->\n" 29609 " class=\"vtkGLTFReader\"\n" 29610 " name=\"glTF 2.0 Reader\"\n" 29611 " label=\"glTF Reader\">\n" 29612 " <Documentation\n" 29613 " long_help=\"Read a glTF file.\"\n" 29614 " short_help=\"Read a glTF file\">The glTF reader reads a glTF file.</Documentation>\n" 29615 " <StringVectorProperty\n" 29616 " name=\"FileName\"\n" 29617 " command=\"SetFileName\"\n" 29618 " number_of_elements=\"1\"\n" 29619 " panel_visibility=\"never\">\n" 29620 " <FileListDomain name=\"files\" />\n" 29621 " </StringVectorProperty>\n" 29622 " <IntVectorProperty\n" 29623 " name=\"ApplyDeformationsToGeometry\"\n" 29624 " command=\"SetApplyDeformationsToGeometry\"\n" 29625 " number_of_elements=\"1\"\n" 29626 " default_values=\"1\"\n" 29627 " panel_visibility=\"advanced\">\n" 29628 " <BooleanDomain name=\"bool\" />\n" 29629 " </IntVectorProperty>\n" 29630 " <StringVectorProperty\n" 29631 " command=\"GetAllSceneNames\"\n" 29632 " information_only=\"1\"\n" 29633 " name=\"SceneNameInfo\">\n" 29634 " <StringArrayHelper />\n" 29635 " </StringVectorProperty>\n" 29636 " <StringVectorProperty\n" 29637 " command=\"SetScene\"\n" 29638 " name=\"Scene\"\n" 29639 " number_of_elements=\"1\"\n" 29640 " default_values=\"0\">\n" 29641 " <StringListDomain name=\"SceneList\">\n" 29642 " <RequiredProperties>\n" 29644 " function=\"SceneNameInfo\"\n" 29645 " name=\"SceneNameInfo\" />\n" 29646 " </RequiredProperties>\n" 29647 " </StringListDomain>\n" 29648 " </StringVectorProperty>\n" 29649 " <StringVectorProperty\n" 29650 " name=\"AnimationInfo\"\n" 29651 " command=\"GetAnimationSelection\"\n" 29652 " number_of_elements_per_command=\"2\"\n" 29653 " information_only=\"1\"\n" 29654 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 29655 " <StringVectorProperty\n" 29656 " name=\"AnimationStatus\"\n" 29657 " command=\"GetAnimationSelection\"\n" 29658 " information_property=\"AnimationInfo\"\n" 29659 " number_of_elements_per_command=\"2\"\n" 29660 " element_types=\"2 0\"\n" 29661 " repeat_command=\"1\"\n" 29662 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 29663 " <ArraySelectionDomain name=\"animation_list\">\n" 29664 " <RequiredProperties>\n" 29666 " function=\"AnimationList\"\n" 29667 " name=\"AnimationInfo\" />\n" 29668 " </RequiredProperties>\n" 29669 " </ArraySelectionDomain>\n" 29670 " <Documentation>Select the animations to enable.</Documentation>\n" 29672 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 29674 " name=\"ApplyDeformationsToGeometry\"\n" 29675 " function=\"boolean\" />\n" 29676 " </PropertyWidgetDecorator>\n" 29678 " </StringVectorProperty>\n" 29679 " <DoubleVectorProperty\n" 29680 " information_only=\"1\"\n" 29681 " name=\"TimestepValues\"\n" 29682 " repeatable=\"1\">\n" 29683 " <TimeStepsInformationHelper />\n" 29684 " </DoubleVectorProperty>\n" 29685 " <IntVectorProperty\n" 29686 " name=\"Framerate\"\n" 29687 " command=\"SetFrameRate\"\n" 29688 " number_of_elements=\"1\"\n" 29689 " default_values=\"60\"\n" 29690 " panel_visibility=\"advanced\">\n" 29692 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n" 29694 " name=\"ApplyDeformationsToGeometry\"\n" 29695 " function=\"boolean\" />\n" 29696 " </PropertyWidgetDecorator>\n" 29698 " </IntVectorProperty>\n" 29700 " <ReaderFactory\n" 29701 " extensions=\"gltf glb\"\n" 29702 " file_description=\"glTF 2.0 Files\" />\n" 29704 " </SourceProxy>\n" 29705 " <!-- End of vtkGLTFReader -->\n" 29707 " <!-- ================================================================== -->\n" 29708 " <!-- end of \"sources\" -->\n" 29710 "</ServerManagerConfiguration>\n" 29723 char* res =
new char[ len + 1];
29728 assert(offset == len);
29736 "<ServerManagerConfiguration>\n" 29737 " <ProxyGroup name=\"internal_writers\">\n" 29738 " <!-- ================================================================= -->\n" 29739 " <Proxy class=\"vtkOBJWriter\"\n" 29740 " name=\"OBJWriter\">\n" 29741 " <Documentation short_help=\"Write polygonal data in Wavefront OBJ format.\">\n" 29742 " </Documentation>\n" 29743 " <StringVectorProperty command=\"SetFileName\"\n" 29744 " name=\"FileName\"\n" 29745 " number_of_elements=\"1\">\n" 29746 " <Documentation>The name of the file to be written.</Documentation>\n" 29747 " </StringVectorProperty>\n" 29748 " <InputProperty name=\"DummyInput\" panel_visibility=\"never\">\n" 29749 " <InputArrayDomain attribute_type=\"any\" name=\"input_array\" />\n" 29750 " </InputProperty>\n" 29751 " <!-- End of OBJWriter -->\n" 29754 " <!-- ================================================================= -->\n" 29755 " <Proxy base_proxygroup=\"internal_writers\"\n" 29756 " base_proxyname=\"DataWriterBase\"\n" 29757 " class=\"vtkSTLWriter\"\n" 29758 " name=\"STLWriter\">\n" 29759 " <Documentation short_help=\"Write stereo lithography files.\">\n" 29760 " </Documentation>\n" 29761 " <!-- End of STLWriter -->\n" 29766 " <ProxyGroup name=\"writers\">\n" 29767 " <!-- ================================================================= -->\n" 29768 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n" 29769 " file_name_method=\"SetFileName\"\n" 29770 " name=\"POBJWriter\"\n" 29771 " base_proxygroup=\"internal_writers\"\n" 29772 " base_proxyname=\"ParallelSerialWriter\">\n" 29773 " <Documentation short_help=\"Write polygonal data in Wavefront OBJ format.\">\n" 29774 " Writer to write polygonal data in Wavefront OBJ format.\n" 29775 " Written files contain the geometry including lines, triangles and polygons.\n" 29776 " Normals and texture coordinates on points are also written if they exist.\n" 29777 " This version is used when running in parallel. It gathers data to first node\n" 29778 " and saves one file.</Documentation>\n" 29780 " <Proxy name=\"Writer\"\n" 29781 " proxygroup=\"internal_writers\"\n" 29782 " proxyname=\"OBJWriter\"></Proxy>\n" 29783 " <LinkProperties>\n" 29784 " <Property name=\"DummyInput\" with_property=\"Input\" />\n" 29785 " </LinkProperties>\n" 29787 " <InputProperty command=\"SetInputConnection\"\n" 29788 " panel_visibility=\"never\"\n" 29789 " name=\"Input\">\n" 29790 " <DataTypeDomain name=\"input_type\">\n" 29791 " <DataType value=\"vtkPolyData\" />\n" 29792 " </DataTypeDomain>\n" 29793 " <Documentation>The input filter/source whose output dataset is to\n" 29794 " written to the file.</Documentation>\n" 29795 " </InputProperty>\n" 29796 " <StringVectorProperty command=\"SetFileName\"\n" 29797 " name=\"FileName\"\n" 29798 " panel_visibility=\"never\"\n" 29799 " number_of_elements=\"1\">\n" 29800 " <Documentation>The name of the file to be written.</Documentation>\n" 29801 " </StringVectorProperty>\n" 29803 " <Proxy name=\"PostGatherHelper\"\n" 29804 " proxygroup=\"filters\"\n" 29805 " proxyname=\"AppendPolyData\" />\n" 29808 " <WriterFactory extensions=\"obj\" file_description=\"Wavefront OBJ File Format\" />\n" 29809 " <UseDocumentationForLabels />\n" 29811 " <!-- End of OBJWriter -->\n" 29812 " </PSWriterProxy>\n" 29814 " <!-- ================================================================= -->\n" 29815 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n" 29816 " file_name_method=\"SetFileName\"\n" 29817 " name=\"PSTLWriter\"\n" 29818 " base_proxygroup=\"internal_writers\"\n" 29819 " base_proxyname=\"ParallelSerialWriter\">\n" 29820 " <Documentation short_help=\"Write stereo lithography files.\">STLWriter\n" 29821 " writes stereo lithography (.stl) files in either ASCII or binary form.\n" 29822 " Stereo lithography files only contain triangles. If polygons with more\n" 29823 " than 3 vertices are present, only the first 3 vertices are written. Use\n" 29824 " TriangleFilter to convert polygons to triangles. This version of the\n" 29825 " reader is used when running in parallel. It gathers all the geometry to\n" 29826 " first node and saves 1 file.</Documentation>\n" 29828 " <Proxy name=\"Writer\"\n" 29829 " proxygroup=\"internal_writers\"\n" 29830 " proxyname=\"STLWriter\"></Proxy>\n" 29831 " <ExposedProperties>\n" 29832 " <Property name=\"FileType\" />\n" 29833 " </ExposedProperties>\n" 29835 " <InputProperty command=\"SetInputConnection\"\n" 29836 " panel_visibility=\"never\"\n" 29837 " name=\"Input\">\n" 29838 " <DataTypeDomain name=\"input_type\">\n" 29839 " <DataType value=\"vtkPolyData\" />\n" 29840 " </DataTypeDomain>\n" 29841 " <Documentation>The input filter/source whose output dataset is to\n" 29842 " written to the file.</Documentation>\n" 29843 " </InputProperty>\n" 29844 " <StringVectorProperty command=\"SetFileName\"\n" 29845 " name=\"FileName\"\n" 29846 " panel_visibility=\"never\"\n" 29847 " number_of_elements=\"1\">\n" 29848 " <Documentation>The name of the file to be written.</Documentation>\n" 29849 " </StringVectorProperty>\n" 29851 " <Proxy name=\"PostGatherHelper\"\n" 29852 " proxygroup=\"filters\"\n" 29853 " proxyname=\"AppendPolyData\" />\n" 29856 " <WriterFactory extensions=\"stl\"\n" 29857 " file_description=\"Stereo Lithography File Format\" />\n" 29859 " <!-- End of PSTLWriter -->\n" 29860 " </PSWriterProxy>\n" 29862 " <!-- ================================================================= -->\n" 29863 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n" 29864 " file_name_method=\"SetFileName\"\n" 29865 " name=\"HoudiniWriter\"\n" 29866 " base_proxygroup=\"internal_writers\"\n" 29867 " base_proxyname=\"ParallelSerialWriter\">\n" 29868 " <Documentation short_help=\"Write polygonal data in Houdini .geo format.\">\n" 29869 " Writer to write polygonal data in ASCII Houdini .geo (pre-v12.0)\n" 29870 " format. </Documentation>\n" 29871 " <InputProperty command=\"SetInputConnection\"\n" 29872 " panel_visibility=\"never\"\n" 29873 " name=\"Input\">\n" 29874 " <DataTypeDomain name=\"input_type\">\n" 29875 " <DataType value=\"vtkPolyData\" />\n" 29876 " </DataTypeDomain>\n" 29877 " <Documentation>The input filter/source whose output dataset is to\n" 29878 " written to the file.</Documentation>\n" 29879 " </InputProperty>\n" 29880 " <StringVectorProperty command=\"SetFileName\"\n" 29881 " name=\"FileName\"\n" 29882 " panel_visibility=\"never\"\n" 29883 " number_of_elements=\"1\">\n" 29884 " <Documentation>The name of the file to be written.</Documentation>\n" 29885 " </StringVectorProperty>\n" 29887 " <Proxy name=\"PostGatherHelper\"\n" 29888 " proxygroup=\"filters\"\n" 29889 " proxyname=\"AppendPolyData\" />\n" 29892 " <Proxy name=\"Writer\" class=\"vtkHoudiniPolyDataWriter\" />\n" 29895 " <WriterFactory extensions=\"geo\"\n" 29896 " file_description=\"Houdini File Format\" />\n" 29897 " <UseDocumentationForLabels />\n" 29899 " <!-- End of HoudiniWriter -->\n" 29900 " </PSWriterProxy>\n" 29902 "</ServerManagerConfiguration>\n" 29911 char* res =
new char[ len + 1];
29914 assert(offset == len);
29922 "<ServerManagerConfiguration>\n" 29923 " <ProxyGroup name=\"internal_sources\">\n" 29925 " <!-- ================================================================== -->\n" 29926 " <Proxy class=\"vtkPLYReader\" name=\"PLYReaderCore\">\n" 29927 " <StringVectorProperty animateable=\"0\"\n" 29928 " command=\"SetFileName\"\n" 29929 " name=\"FileName\"\n" 29930 " number_of_elements=\"1\"\n" 29931 " panel_visibility=\"never\" >\n" 29932 " <FileListDomain name=\"files\" />\n" 29933 " <Documentation>This property specifies the file name for the PLY\n" 29934 " reader.</Documentation>\n" 29935 " </StringVectorProperty>\n" 29936 " <IntVectorProperty command=\"SetDuplicatePointsForFaceTexture\"\n" 29937 " default_values=\"1\"\n" 29938 " name=\"DuplicatePointsForFaceTexture\"\n" 29939 " number_of_elements=\"1\"\n" 29940 " panel_visibility=\"advanced\">\n" 29941 " <BooleanDomain name=\"bool\" />\n" 29942 " <Documentation>If true (default) and the \"face\" element has\n" 29943 " the property \"texcoord\" duplicate face points if they have 2\n" 29944 " or more different texture coordinates. Otherwise, each texture\n" 29945 " coordinate for a face point overwrites previously set texture\n" 29946 " coordinates for that point.\n" 29947 " </Documentation>\n" 29948 " </IntVectorProperty>\n" 29949 " <DoubleVectorProperty command=\"SetFaceTextureTolerance\"\n" 29950 " default_values=\"0.000001\"\n" 29951 " name=\"FaceTextureTolerance\"\n" 29952 " number_of_elements=\"1\"\n" 29953 " panel_visibility=\"advanced\">\n" 29954 " <DoubleRangeDomain name=\"range\" />\n" 29955 " <Documentation>Tolerance used to detect different texture\n" 29956 " coordinates for shared points for faces</Documentation>\n" 29957 " </DoubleVectorProperty>\n" 29958 " <!-- End PLYReaderCore -->\n" 29961 " <!-- ================================================================== -->\n" 29962 " <!-- end of \"internal_sources\" -->\n" 29965 " <!-- ==================================================================== -->\n" 29966 " <ProxyGroup name=\"sources\">\n" 29967 " <!-- ================================================================== -->\n" 29968 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 29969 " file_name_method=\"SetFileName\"\n" 29970 " label=\"PLY Reader\"\n" 29971 " name=\"PLYReader\"\n" 29972 " si_class=\"vtkSIMetaReaderProxy\">\n" 29973 " <Documentation long_help=\"Reads files stored in Stanford University's PLY polygonal file format.\"\n" 29974 " short_help=\"Read PLY polygonal files.\">The PLY reader\n" 29975 " reads files stored in the PLY polygonal file format\n" 29976 " developed at Stanford University. The PLY files that\n" 29977 " ParaView can read must have the elements \"vertex\" and\n" 29978 " \"face\" defined. The \"vertex\" elements must have the\n" 29979 " properties \"x\", \"y\", and \"z\". The \"face\" elements must have\n" 29980 " the property \"vertex_indices\" defined. The default file\n" 29981 " extension for this reader is .ply.</Documentation>\n" 29983 " <Proxy name=\"Reader\"\n" 29984 " proxygroup=\"internal_sources\"\n" 29985 " proxyname=\"PLYReaderCore\"></Proxy>\n" 29986 " <ExposedProperties>\n" 29987 " <Property name=\"DuplicatePointsForFaceTexture\" />\n" 29988 " <Property name=\"FaceTextureTolerance\" />\n" 29989 " </ExposedProperties>\n" 29991 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 29992 " information_only=\"1\"\n" 29993 " name=\"FileNameInfo\">\n" 29994 " <SimpleStringInformationHelper />\n" 29995 " </StringVectorProperty>\n" 29996 " <StringVectorProperty animateable=\"0\"\n" 29997 " clean_command=\"RemoveAllFileNames\"\n" 29998 " command=\"AddFileName\"\n" 29999 " name=\"FileNames\"\n" 30000 " number_of_elements=\"0\"\n" 30001 " panel_visibility=\"never\"\n" 30002 " repeat_command=\"1\">\n" 30003 " <FileListDomain name=\"files\" />\n" 30004 " <Documentation>The list of files to be read by the\n" 30005 " reader.</Documentation>\n" 30006 " </StringVectorProperty>\n" 30007 " <DoubleVectorProperty information_only=\"1\"\n" 30008 " name=\"TimestepValues\"\n" 30009 " repeatable=\"1\">\n" 30010 " <TimeStepsInformationHelper />\n" 30011 " <Documentation>Available timestep values.</Documentation>\n" 30012 " </DoubleVectorProperty>\n" 30014 " <ReaderFactory extensions=\"ply ply.series\"\n" 30015 " file_description=\"PLY Polygonal File Format\" />\n" 30017 " <!-- End PLYReader -->\n" 30018 " </SourceProxy>\n" 30020 " <!-- ================================================================== -->\n" 30021 " <SourceProxy class=\"vtkPLYReader\"\n" 30022 " name=\"plyreader\"\n" 30023 " base_proxygroup=\"internal_sources\"\n" 30024 " base_proxyname=\"PLYReaderCore\">\n" 30025 " <Deprecated deprecated_in=\"5.3\" to_remove_in=\"5.4\">\n" 30026 " This has been replaced by \"PLYReader\" which also supports a series of PLY files.\n" 30028 " <!-- End plyreader -->\n" 30029 " </SourceProxy>\n" 30031 " <!-- ================================================================== -->\n" 30032 " <!-- end of \"sources\" -->\n" 30034 "</ServerManagerConfiguration>\n" 30043 char* res =
new char[ len + 1];
30046 assert(offset == len);
30054 "<ServerManagerConfiguration>\n" 30055 " <ProxyGroup name=\"internal_sources\">\n" 30056 " <!-- ================================================================== -->\n" 30057 " <Proxy class=\"vtkPDataSetReader\"\n" 30058 " label=\"Legacy VTK Reader\"\n" 30059 " name=\"legacyreader\">\n" 30060 " <Documentation long_help=\"Reads files stored in VTK's legacy file format.\"\n" 30061 " short_help=\"Read legacy VTK files.\">The Legacy VTK reader\n" 30062 " loads files stored in VTK's legacy file format. The\n" 30063 " expected file extension is .vtk. The type of the dataset\n" 30064 " may be structured grid, uniform rectilinear grid\n" 30065 " (image/volume), non-uniform rectilinear grid, unstructured\n" 30066 " grid, or polygonal.</Documentation>\n" 30067 " <StringVectorProperty animateable=\"0\"\n" 30068 " command=\"SetFileName\"\n" 30069 " name=\"FileName\"\n" 30070 " number_of_elements=\"1\"\n" 30071 " panel_visibility=\"never\">\n" 30072 " <FileListDomain name=\"files\" />\n" 30073 " <Documentation>This property specifies the file name for the Legacy VTK\n" 30074 " reader.</Documentation>\n" 30075 " </StringVectorProperty>\n" 30076 " <!-- End legacyreader -->\n" 30078 " <!-- end of \"internal_sources\" -->\n" 30081 " <!-- ==================================================================== -->\n" 30082 " <ProxyGroup name=\"sources\">\n" 30084 " <!-- ================================================================== -->\n" 30085 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 30086 " file_name_method=\"SetFileName\"\n" 30087 " label=\"Legacy VTK Reader\"\n" 30088 " name=\"LegacyVTKFileReader\"\n" 30089 " si_class=\"vtkSIMetaReaderProxy\">\n" 30090 " <Documentation long_help=\"Reads files stored in VTK's legacy file format.\"\n" 30091 " short_help=\"Read legacy VTK files.\">The Legacy VTK reader\n" 30092 " loads files stored in VTK's legacy file format (before VTK\n" 30093 " 4.2, although still supported). The expected file\n" 30094 " extension is .vtk. The type of the dataset may be\n" 30095 " structured grid, uniform rectilinear grid (image/volume),\n" 30096 " non-uniform rectilinear grid, unstructured grid, or\n" 30097 " polygonal. This reader also supports file\n" 30098 " series.</Documentation>\n" 30100 " <Proxy name=\"Reader\"\n" 30101 " proxygroup=\"internal_sources\"\n" 30102 " proxyname=\"legacyreader\"></Proxy>\n" 30104 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 30105 " information_only=\"1\"\n" 30106 " name=\"FileNameInfo\">\n" 30107 " <SimpleStringInformationHelper />\n" 30108 " </StringVectorProperty>\n" 30109 " <StringVectorProperty animateable=\"0\"\n" 30110 " clean_command=\"RemoveAllFileNames\"\n" 30111 " command=\"AddFileName\"\n" 30112 " information_property=\"FileNameInfo\"\n" 30113 " name=\"FileNames\"\n" 30114 " number_of_elements=\"1\"\n" 30115 " panel_visibility=\"never\"\n" 30116 " repeat_command=\"1\">\n" 30117 " <FileListDomain name=\"files\" />\n" 30118 " <Documentation>The list of files to be read by the reader. If more than\n" 30119 " one file is specified, the reader will switch to file series mode in\n" 30120 " which it will pretend that it can support time and provide one file per\n" 30121 " time step.</Documentation>\n" 30122 " </StringVectorProperty>\n" 30123 " <DoubleVectorProperty information_only=\"1\"\n" 30124 " name=\"TimestepValues\"\n" 30125 " repeatable=\"1\">\n" 30126 " <TimeStepsInformationHelper />\n" 30127 " <Documentation>Available timestep values.</Documentation>\n" 30128 " </DoubleVectorProperty>\n" 30130 " <ReaderFactory extensions=\"vtk vtk.series\"\n" 30131 " file_description=\"Legacy VTK files\" />\n" 30133 " <!-- End LegacyVTKFileReader -->\n" 30134 " </SourceProxy>\n" 30136 " <!-- ================================================================== -->\n" 30137 " <SourceProxy class=\"vtkPDataSetReader\"\n" 30138 " label=\"Partitioned Legacy VTK Reader\"\n" 30139 " name=\"pvtkfile\">\n" 30140 " <Documentation long_help=\"Reads files stored in VTK partitioned legacy format.\"\n" 30141 " short_help=\"Read partitioned legacy VTK files.\">The\n" 30142 " Partitioned Legacy VTK reader loads files stored in VTK's\n" 30143 " partitioned legacy file format (before VTK 4.2, although\n" 30144 " still supported). The expected file extension is .pvtk.\n" 30145 " The type of the dataset may be structured grid, uniform\n" 30146 " rectilinear grid (image/volume), non-uniform rectilinear\n" 30147 " grid, unstructured grid, or polygonal.</Documentation>\n" 30148 " <StringVectorProperty animateable=\"0\"\n" 30149 " command=\"SetFileName\"\n" 30150 " name=\"FileName\"\n" 30151 " number_of_elements=\"1\">\n" 30152 " <FileListDomain name=\"files\" />\n" 30153 " <Documentation>This property specifies the file name for the\n" 30154 " Partitioned Legacy VTK reader.</Documentation>\n" 30155 " </StringVectorProperty>\n" 30157 " <ReaderFactory extensions=\"pvtk pvtk.series\"\n" 30158 " file_description=\"Legacy VTK Files (partitioned)\" />\n" 30160 " <!-- End pvtkfile -->\n" 30161 " </SourceProxy>\n" 30163 " <!-- ================================================================== -->\n" 30164 " <!-- Beginning of OpenFOAM Reader -->\n" 30165 " <SourceProxy class=\"vtkPOpenFOAMReader\"\n" 30166 " name=\"OpenFOAMReader\">\n" 30167 " <Documentation long_help=\"Reads OpenFOAM data files, producing multiblock dataset.\"\n" 30168 " short_help=\"Read OpenFOAM data files.\">The OpenFOAM reader\n" 30169 " reads OpenFOAM data files and outputs multiblock\n" 30170 " datasets. Mesh information and time dependent data are\n" 30171 " supported. The OpenFOAM format is described fully at\n" 30172 " http://www.openfoam.com/docs/user/basic-file-format.php</Documentation>\n" 30173 " <StringVectorProperty animateable=\"0\"\n" 30174 " command=\"SetFileName\"\n" 30175 " name=\"FileName\"\n" 30176 " number_of_elements=\"1\"\n" 30177 " panel_visibility=\"advanced\">\n" 30178 " <FileListDomain name=\"files\" />\n" 30179 " <Documentation>This property specifies the file name for the\n" 30180 " reader.</Documentation>\n" 30181 " </StringVectorProperty>\n" 30182 " <Property animateable=\"0\"\n" 30183 " command=\"SetRefresh\"\n" 30184 " name=\"Refresh\">\n" 30185 " <Documentation>Refresh time information and selection list metadata.\n" 30186 " Useful when watching a running simulation.</Documentation>\n" 30188 " <IntVectorProperty animateable=\"0\"\n" 30189 " command=\"SetSkipZeroTime\"\n" 30190 " default_values=\"1\"\n" 30191 " name=\"SkipZeroTime\"\n" 30192 " label=\"Skip Zero Time\"\n" 30193 " number_of_elements=\"1\">\n" 30194 " <BooleanDomain name=\"bool\" />\n" 30195 " <Documentation>Ignore the 0/ time directory.</Documentation>\n" 30196 " </IntVectorProperty>\n" 30197 " <IntVectorProperty animateable=\"0\"\n" 30198 " command=\"SetCaseType\"\n" 30199 " default_values=\"1\"\n" 30200 " name=\"CaseType\"\n" 30201 " number_of_elements=\"1\">\n" 30202 " <EnumerationDomain name=\"enum\">\n" 30203 " <Entry text=\"Decomposed Case\" value=\"0\" />\n" 30204 " <Entry text=\"Reconstructed Case\" value=\"1\" />\n" 30205 " </EnumerationDomain>\n" 30206 " <Documentation>The property indicates whether decomposed mesh or\n" 30207 " reconstructed mesh should be read</Documentation>\n" 30208 " </IntVectorProperty>\n" 30209 " <IntVectorProperty animateable=\"0\"\n" 30210 " command=\"SetUse64BitLabels\"\n" 30211 " default_values=\"0\"\n" 30212 " label=\"Label Size\"\n" 30213 " name=\"Use64BitLabels\"\n" 30214 " number_of_elements=\"1\">\n" 30215 " <EnumerationDomain name=\"enum\">\n" 30216 " <Entry text=\"32-bit\" value=\"0\" />\n" 30217 " <Entry text=\"64-bit\" value=\"1\" />\n" 30218 " </EnumerationDomain>\n" 30219 " <Documentation>The expected label-size for the OpenFOAM data.</Documentation>\n" 30220 " </IntVectorProperty>\n" 30221 " <IntVectorProperty animateable=\"0\"\n" 30222 " command=\"SetUse64BitFloats\"\n" 30223 " default_values=\"1\"\n" 30224 " label=\"Scalar Size\"\n" 30225 " name=\"Use64BitFloats\"\n" 30226 " number_of_elements=\"1\">\n" 30227 " <EnumerationDomain name=\"enum\">\n" 30228 " <Entry text=\"32-bit (SP)\" value=\"0\" />\n" 30229 " <Entry text=\"64-bit (DP)\" value=\"1\" />\n" 30230 " </EnumerationDomain>\n" 30231 " <Documentation>The expected scalar-size for the OpenFOAM data.</Documentation>\n" 30232 " </IntVectorProperty>\n" 30233 " <IntVectorProperty animateable=\"0\"\n" 30234 " command=\"SetCreateCellToPoint\"\n" 30235 " default_values=\"1\"\n" 30236 " label=\"Create cell-to-point filtered data\"\n" 30237 " name=\"CreateCellToPoint\"\n" 30238 " number_of_elements=\"1\">\n" 30239 " <BooleanDomain name=\"bool\" />\n" 30240 " <Documentation>Create point data from cell data. Beware: the filter\n" 30241 " does not do inverse distance weighting.</Documentation>\n" 30242 " </IntVectorProperty>\n" 30243 " <IntVectorProperty animateable=\"0\"\n" 30244 " command=\"SetAddDimensionsToArrayNames\"\n" 30245 " default_values=\"0\"\n" 30246 " label=\"Add dimensional units to array names\"\n" 30247 " name=\"AddDimensionsToArrayNames\"\n" 30248 " number_of_elements=\"1\">\n" 30249 " <BooleanDomain name=\"bool\" />\n" 30250 " <Documentation>Read dimensional units from field data and add them to\n" 30251 " array names as human-readable string.</Documentation>\n" 30252 " </IntVectorProperty>\n" 30253 " <DoubleVectorProperty information_only=\"1\"\n" 30254 " name=\"TimestepValues\"\n" 30255 " repeatable=\"1\">\n" 30256 " <TimeStepsInformationHelper />\n" 30257 " </DoubleVectorProperty>\n" 30258 " <StringVectorProperty information_only=\"1\"\n" 30259 " name=\"PatchArrayInfo\">\n" 30260 " <ArraySelectionInformationHelper attribute_name=\"Patch\" />\n" 30261 " </StringVectorProperty>\n" 30262 " <StringVectorProperty animateable=\"0\"\n" 30263 " command=\"SetPatchArrayStatus\"\n" 30264 " element_types=\"2 0\"\n" 30265 " information_property=\"PatchArrayInfo\"\n" 30266 " name=\"MeshRegions\"\n" 30267 " number_of_elements=\"0\"\n" 30268 " number_of_elements_per_command=\"2\"\n" 30269 " repeat_command=\"1\">\n" 30270 " <ArraySelectionDomain name=\"array_list\">\n" 30271 " <RequiredProperties>\n" 30272 " <Property function=\"ArrayList\"\n" 30273 " name=\"PatchArrayInfo\" />\n" 30274 " </RequiredProperties>\n" 30275 " </ArraySelectionDomain>\n" 30276 " </StringVectorProperty>\n" 30277 " <StringVectorProperty information_only=\"1\"\n" 30278 " name=\"CellArrayInfo\">\n" 30279 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 30280 " </StringVectorProperty>\n" 30281 " <StringVectorProperty animateable=\"0\"\n" 30282 " command=\"SetCellArrayStatus\"\n" 30283 " element_types=\"2 0\"\n" 30284 " information_property=\"CellArrayInfo\"\n" 30285 " name=\"CellArrays\"\n" 30286 " number_of_elements=\"0\"\n" 30287 " number_of_elements_per_command=\"2\"\n" 30288 " repeat_command=\"1\">\n" 30289 " <ArraySelectionDomain name=\"array_list\">\n" 30290 " <RequiredProperties>\n" 30291 " <Property function=\"ArrayList\"\n" 30292 " name=\"CellArrayInfo\" />\n" 30293 " </RequiredProperties>\n" 30294 " </ArraySelectionDomain>\n" 30295 " </StringVectorProperty>\n" 30296 " <StringVectorProperty information_only=\"1\"\n" 30297 " name=\"PointArrayInfo\">\n" 30298 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 30299 " </StringVectorProperty>\n" 30300 " <StringVectorProperty animateable=\"0\"\n" 30301 " command=\"SetPointArrayStatus\"\n" 30302 " element_types=\"2 0\"\n" 30303 " information_property=\"PointArrayInfo\"\n" 30304 " name=\"PointArrays\"\n" 30305 " number_of_elements=\"0\"\n" 30306 " number_of_elements_per_command=\"2\"\n" 30307 " repeat_command=\"1\">\n" 30308 " <ArraySelectionDomain name=\"array_list\">\n" 30309 " <RequiredProperties>\n" 30310 " <Property function=\"ArrayList\"\n" 30311 " name=\"PointArrayInfo\" />\n" 30312 " </RequiredProperties>\n" 30313 " </ArraySelectionDomain>\n" 30314 " </StringVectorProperty>\n" 30315 " <StringVectorProperty information_only=\"1\"\n" 30316 " name=\"LagrangianArrayInfo\">\n" 30317 " <ArraySelectionInformationHelper attribute_name=\"Lagrangian\" />\n" 30318 " </StringVectorProperty>\n" 30319 " <StringVectorProperty animateable=\"0\"\n" 30320 " command=\"SetLagrangianArrayStatus\"\n" 30321 " element_types=\"2 0\"\n" 30322 " information_property=\"LagrangianArrayInfo\"\n" 30323 " name=\"LagrangianArrays\"\n" 30324 " number_of_elements=\"0\"\n" 30325 " number_of_elements_per_command=\"2\"\n" 30326 " repeat_command=\"1\">\n" 30327 " <ArraySelectionDomain name=\"array_list\">\n" 30328 " <RequiredProperties>\n" 30329 " <Property function=\"ArrayList\"\n" 30330 " name=\"LagrangianArrayInfo\" />\n" 30331 " </RequiredProperties>\n" 30332 " </ArraySelectionDomain>\n" 30333 " </StringVectorProperty>\n" 30334 " <IntVectorProperty animateable=\"0\"\n" 30335 " command=\"SetCacheMesh\"\n" 30336 " default_values=\"1\"\n" 30337 " label=\"Cache mesh\"\n" 30338 " name=\"CacheMesh\"\n" 30339 " number_of_elements=\"1\"\n" 30340 " panel_visibility=\"advanced\">\n" 30341 " <BooleanDomain name=\"bool\" />\n" 30342 " <Documentation>Cache the OpenFOAM mesh between GUI selection\n" 30343 " changes.</Documentation>\n" 30344 " </IntVectorProperty>\n" 30345 " <IntVectorProperty animateable=\"0\"\n" 30346 " command=\"SetDecomposePolyhedra\"\n" 30347 " default_values=\"1\"\n" 30348 " label=\"Decompose polyhedra\"\n" 30349 " name=\"DecomposePolyhedra\"\n" 30350 " number_of_elements=\"1\"\n" 30355 " panel_visibility=\"advanced\">\n" 30356 " <BooleanDomain name=\"bool\" />\n" 30357 " <Documentation>Decompose polyhedra into tetrahedra and\n" 30358 " pyramids.</Documentation>\n" 30359 " </IntVectorProperty>\n" 30360 " <IntVectorProperty animateable=\"0\"\n" 30361 " command=\"SetListTimeStepsByControlDict\"\n" 30362 " default_values=\"0\"\n" 30363 " label=\"List timesteps according to controlDict\"\n" 30364 " name=\"ListTimeStepsByControlDict\"\n" 30365 " number_of_elements=\"1\"\n" 30366 " panel_visibility=\"advanced\">\n" 30367 " <BooleanDomain name=\"bool\" />\n" 30368 " <Documentation>List time directories listed according to the settings\n" 30369 " in controlDict.</Documentation>\n" 30370 " </IntVectorProperty>\n" 30371 " <IntVectorProperty animateable=\"0\"\n" 30372 " command=\"SetPositionsIsIn13Format\"\n" 30373 " default_values=\"1\"\n" 30374 " label=\"Lagrangian positions without extra data\"\n" 30375 " name=\"PositionsIsIn13Format\"\n" 30376 " number_of_elements=\"1\"\n" 30377 " panel_visibility=\"advanced\">\n" 30378 " <BooleanDomain name=\"bool\" />\n" 30379 " <Documentation>Lagrangian positions without extra data (before OpenFOAM 1.4, after 2.4)</Documentation>\n" 30380 " </IntVectorProperty>\n" 30381 " <IntVectorProperty animateable=\"0\"\n" 30382 " command=\"SetReadZones\"\n" 30383 " default_values=\"0\"\n" 30384 " label=\"Read zones\"\n" 30385 " name=\"ReadZones\"\n" 30386 " number_of_elements=\"1\">\n" 30387 " <BooleanDomain name=\"bool\" />\n" 30388 " <Documentation>Read point/face/cell-Zones?</Documentation>\n" 30389 " </IntVectorProperty>\n" 30390 " <IntVectorProperty animateable=\"0\"\n" 30391 " command=\"SetCopyDataToCellZones\"\n" 30392 " default_values=\"0\"\n" 30393 " label=\"Copy data to cell zones\"\n" 30394 " name=\"CopyDataToCellZones\"\n" 30395 " number_of_elements=\"1\">\n" 30396 " <BooleanDomain name=\"bool\" />\n" 30397 " <Documentation>Copy data of internal mesh to the cell zones</Documentation>\n" 30399 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 30400 " mode=\"visibility\"\n" 30401 " property=\"ReadZones\"\n" 30402 " value=\"1\" />\n" 30404 " </IntVectorProperty>\n" 30406 " <ReaderFactory extensions=\"foam\"\n" 30407 " file_description=\"OpenFOAM\" />\n" 30408 " <ReloadFiles property=\"Refresh\" />\n" 30410 " </SourceProxy>\n" 30411 " <!-- End of OpenFOAM Reader -->\n" 30413 " <!-- ================================================================== -->\n" 30414 " <SourceProxy class=\"vtkMultiBlockPLOT3DReader\"\n" 30415 " label=\"PLOT3D Reader\"\n" 30416 " name=\"P3DReader\"\n" 30417 " executive=\"vtkReaderExecutive\">\n" 30418 " <Documentation long_help=\"Reads ASCII or binary PLOT3D files.\"\n" 30419 " short_help=\"Read PLOT3D files.\">PLOT3D is a plotting\n" 30420 " package developed at NASA. The PLOT3D reader can read both\n" 30421 " ASCII and binary PLOT3D files. The default file extension\n" 30422 " for the geometry files is .xyz, and the default file\n" 30423 " extension for the solution files is .q. The output of this\n" 30424 " reader is a multiblock dataset containing curvilinear\n" 30425 " (structured grid) datasets.</Documentation>\n" 30426 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 30427 " information_only=\"1\"\n" 30428 " name=\"FileNameInfo\">\n" 30429 " <SimpleStringInformationHelper />\n" 30430 " </StringVectorProperty>\n" 30431 " <StringVectorProperty animateable=\"0\"\n" 30432 " command=\"SetFileName\"\n" 30433 " name=\"FileName\"\n" 30434 " number_of_elements=\"1\"\n" 30435 " panel_visibility=\"never\">\n" 30436 " <FileListDomain name=\"files\" />\n" 30437 " <Documentation>This property specifies the .xyz (geometry) file name\n" 30438 " for the PLOT3D reader.</Documentation>\n" 30439 " </StringVectorProperty>\n" 30440 " <StringVectorProperty animateable=\"0\"\n" 30441 " clean_command=\"ClearFileNames\"\n" 30442 " command=\"AddFileName\"\n" 30443 " name=\"QFileName\"\n" 30444 " number_of_elements=\"1\"\n" 30445 " information_property=\"FileNameInfo\"\n" 30446 " repeat_command=\"1\">\n" 30447 " <FileListDomain name=\"files\" />\n" 30448 " <Documentation>The list of .q (solution) files for the PLOT3D reader.\n" 30449 " There can be more than one. If more that one file is specified, the\n" 30450 " reader will switch to file-series mode in which it will pretend that it\n" 30451 " can support time and provide one file per time step.</Documentation>\n" 30453 " <FileChooser extensions=\"q\" file_description=\"Solution files\" />\n" 30455 " </StringVectorProperty>\n" 30456 " <StringVectorProperty animateable=\"0\"\n" 30457 " command=\"SetFunctionFileName\"\n" 30458 " name=\"FunctionFileName\"\n" 30459 " number_of_elements=\"1\"\n" 30460 " panel_visibility=\"default\">\n" 30461 " <FileListDomain name=\"files\" />\n" 30462 " <Documentation>This property specifies the .f (function) file name for\n" 30463 " the PLOT3D reader.</Documentation>\n" 30464 " </StringVectorProperty>\n" 30465 " <IntVectorProperty command=\"SetAutoDetectFormat\"\n" 30466 " default_values=\"1\"\n" 30467 " name=\"AutoDetectFormat\"\n" 30468 " number_of_elements=\"1\">\n" 30469 " <BooleanDomain name=\"bool\" />\n" 30470 " <Documentation>When this options is enabled, the reader will try to\n" 30471 " automatically figure out various settings for a binary file. The other\n" 30472 " options are ignored. Does not work for text (ASCII) files.</Documentation>\n" 30473 " </IntVectorProperty>\n" 30474 " <IntVectorProperty command=\"SetBinaryFile\"\n" 30475 " default_values=\"1\"\n" 30476 " name=\"BinaryFile\"\n" 30477 " number_of_elements=\"1\">\n" 30478 " <BooleanDomain name=\"bool\" />\n" 30479 " <Documentation>This property indicates whether the data files are\n" 30480 " binary.</Documentation>\n" 30481 " </IntVectorProperty>\n" 30482 " <IntVectorProperty command=\"SetMultiGrid\"\n" 30483 " default_values=\"0\"\n" 30484 " name=\"MultiGrid\"\n" 30485 " number_of_elements=\"1\">\n" 30486 " <BooleanDomain name=\"bool\" />\n" 30487 " <Documentation>This property indicates whether these files have\n" 30488 " multiple-block information.</Documentation>\n" 30489 " </IntVectorProperty>\n" 30490 " <IntVectorProperty command=\"SetHasByteCount\"\n" 30491 " default_values=\"0\"\n" 30492 " name=\"HasByteCount\"\n" 30493 " number_of_elements=\"1\">\n" 30494 " <BooleanDomain name=\"bool\" />\n" 30495 " <Documentation>This property indicates whether this file uses Fortran\n" 30496 " leading-trailing byte counts.</Documentation>\n" 30497 " </IntVectorProperty>\n" 30498 " <IntVectorProperty command=\"SetIBlanking\"\n" 30499 " default_values=\"0\"\n" 30500 " name=\"IBlanking\"\n" 30501 " number_of_elements=\"1\">\n" 30502 " <BooleanDomain name=\"bool\" />\n" 30503 " <Documentation>This property indicates whether this dataset has\n" 30504 " visibility information.</Documentation>\n" 30505 " </IntVectorProperty>\n" 30506 " <IntVectorProperty command=\"SetTwoDimensionalGeometry\"\n" 30507 " default_values=\"0\"\n" 30508 " name=\"TwoDimensionalGeometry\"\n" 30509 " number_of_elements=\"1\">\n" 30510 " <BooleanDomain name=\"bool\" />\n" 30511 " <Documentation>This property indicates whether the data is two- or\n" 30512 " three-dimensional.</Documentation>\n" 30513 " </IntVectorProperty>\n" 30514 " <IntVectorProperty command=\"SetForceRead\"\n" 30515 " default_values=\"0\"\n" 30516 " name=\"ForceRead\"\n" 30517 " number_of_elements=\"1\">\n" 30518 " <BooleanDomain name=\"bool\" />\n" 30519 " <Documentation>This property indicates whether to attempt to read the\n" 30520 " file even if it appears corrupt</Documentation>\n" 30521 " </IntVectorProperty>\n" 30522 " <IntVectorProperty command=\"SetDoublePrecision\"\n" 30523 " default_values=\"0\"\n" 30524 " name=\"DoublePrecision\"\n" 30525 " number_of_elements=\"1\">\n" 30526 " <BooleanDomain name=\"bool\" />\n" 30527 " <Documentation>This property specifies whether floating points values\n" 30528 " are in double precision.</Documentation>\n" 30529 " </IntVectorProperty>\n" 30530 " <IntVectorProperty command=\"SetByteOrder\"\n" 30531 " default_values=\"0\"\n" 30532 " name=\"ByteOrder\"\n" 30533 " number_of_elements=\"1\">\n" 30534 " <EnumerationDomain name=\"enum\">\n" 30535 " <Entry text=\"BigEndian\"\n" 30536 " value=\"0\" />\n" 30537 " <Entry text=\"LittleEndian\"\n" 30538 " value=\"1\" />\n" 30539 " </EnumerationDomain>\n" 30540 " <Documentation>This property specifies the byte order of any binary\n" 30541 " file(s).</Documentation>\n" 30542 " </IntVectorProperty>\n" 30543 " <IntVectorProperty clean_command=\"RemoveAllFunctions\"\n" 30544 " command=\"AddFunction\"\n" 30545 " name=\"Functions\"\n" 30546 " number_of_elements_per_command=\"1\"\n" 30547 " panel_visibility=\"default\"\n" 30548 " repeat_command=\"1\">\n" 30549 " <EnumerationDomain name=\"array_list\">\n" 30550 " <!-- <Entry value=\"100\" text=\"Scalar - Density\"/> -->\n" 30551 " <Entry text=\"Scalar - Pressure\"\n" 30552 " value=\"110\" />\n" 30553 " <Entry text=\"Scalar - Pressure Coefficient\"\n" 30554 " value=\"111\" />\n" 30555 " <Entry text=\"Scalar - Mach Number\"\n" 30556 " value=\"112\" />\n" 30557 " <Entry text=\"Scalar - Sound Speed\"\n" 30558 " value=\"113\" />\n" 30559 " <Entry text=\"Scalar - Temperature\"\n" 30560 " value=\"120\" />\n" 30561 " <Entry text=\"Scalar - Enthalpy\"\n" 30562 " value=\"130\" />\n" 30563 " <Entry text=\"Scalar - Internal energy\"\n" 30564 " value=\"140\" />\n" 30565 " <Entry text=\"Scalar - Kinetic energy\"\n" 30566 " value=\"144\" />\n" 30567 " <Entry text=\"Scalar - Velocity magnitude\"\n" 30568 " value=\"153\" />\n" 30569 " <!-- <Entry value=\"163\" text=\"Scalar - Stagnation energy\"/> -->\n" 30570 " <Entry text=\"Scalar - Entropy\"\n" 30571 " value=\"170\" />\n" 30572 " <Entry text=\"Scalar - Swirl\"\n" 30573 " value=\"184\" />\n" 30574 " <Entry text=\"Vector - Velocity\"\n" 30575 " value=\"200\" />\n" 30576 " <Entry text=\"Vector - Vorticity\"\n" 30577 " value=\"201\" />\n" 30578 " <!-- <Entry value=\"202\" text=\"Vector - Momentum\"/> -->\n" 30579 " <Entry text=\"Vector - Pressure gradient\"\n" 30580 " value=\"210\" />\n" 30581 " <Entry text=\"Scalar - Vorticity magnitude\"\n" 30582 " value=\"211\" />\n" 30583 " <Entry text=\"Vector - Strain rate\"\n" 30584 " value=\"212\" />\n" 30585 " </EnumerationDomain>\n" 30586 " <Documentation>This property lists which functions (point-centered\n" 30587 " arrays) to compute.</Documentation>\n" 30588 " </IntVectorProperty>\n" 30589 " <IntVectorProperty name=\"PreserveIntermediateFunctions\"\n" 30590 " command=\"SetPreserveIntermediateFunctions\"\n" 30591 " number_of_elements=\"1\"\n" 30592 " default_values=\"1\">\n" 30593 " <BooleanDomain name=\"bool\" />\n" 30594 " <Documentation>\n" 30595 " When checked, the reader will preserve intermediate computed\n" 30596 " quantities that were not explicitly requested e.g. if **Velocity magnitude** is\n" 30597 " enabled, but not **Velocity**, the reader still needs to compute **Velocity**.\n" 30598 " If this is unchecked, then the output will not have\n" 30599 " **Velocity** array, only the requested **VelocityMagnitude**. This is useful to\n" 30600 " avoid using up memory for arrays that are not relevant for the analysis.\n" 30601 " </Documentation>\n" 30602 " </IntVectorProperty>\n" 30603 " <DoubleVectorProperty information_only=\"1\"\n" 30604 " name=\"TimestepValues\"\n" 30605 " repeatable=\"1\">\n" 30606 " <TimeStepsInformationHelper />\n" 30607 " <Documentation>Available timestep values.</Documentation>\n" 30608 " </DoubleVectorProperty>\n" 30610 " <ReaderFactory extensions=\"xyz\"\n" 30611 " file_description=\"PLOT3D Files\" />\n" 30612 " <!-- This hint tells the GUI that the File | Open dialog sets the FileName\n" 30614 " <DefaultFileNameProperty name=\"FileName\" />\n" 30616 " <!-- End P3DReader -->\n" 30617 " </SourceProxy>\n" 30619 " <!-- ================================================================== -->\n" 30620 " <!-- Plot3D Meta Reader -->\n" 30621 " <SourceProxy class=\"vtkPlot3DMetaReader\"\n" 30622 " label=\"PLOT3D Meta-File Reader\"\n" 30623 " name=\"Plot3DMetaReader\">\n" 30624 " <Documentation short_help=\"The main goal of this reader is to make it easy to read PLOT3D files or time series of PLOT3D files.\">\n" 30625 "The main goal of this reader is to make it easy to read PLOT3D files,\n" 30626 "specifically time series of PLOT3D files. PLOT3D files can take many\n" 30627 "different forms based on their content. Unfortunately, it is not a\n" 30628 "self-describing format therefore the user needs to pass information\n" 30629 "about the contents of the file to the reader. Normally, this is done\n" 30630 "by setting a number of member variables. The goal of this reader is to\n" 30631 "provide a simple format that enable the writer of the PLOT3D file to\n" 30632 "describe its settings as well as group a number of files as a time\n" 30634 " </Documentation>\n" 30635 " <StringVectorProperty animateable=\"0\"\n" 30636 " command=\"SetFileName\"\n" 30637 " name=\"FileName\"\n" 30638 " number_of_elements=\"1\"\n" 30639 " panel_visibility=\"never\">\n" 30640 " <FileListDomain name=\"files\" />\n" 30641 " <Documentation>This property specifies the meta file\n" 30642 " name</Documentation>\n" 30643 " </StringVectorProperty>\n" 30644 " <DoubleVectorProperty information_only=\"1\"\n" 30645 " name=\"TimestepValues\"\n" 30646 " repeatable=\"1\">\n" 30647 " <TimeStepsInformationHelper />\n" 30648 " <Documentation>Available timestep values.</Documentation>\n" 30649 " </DoubleVectorProperty>\n" 30651 " <ReaderFactory extensions=\"p3d\"\n" 30652 " file_description=\"PLOT3D Meta Files\" />\n" 30654 " <!-- End Plot3D Meta Reader-->\n" 30655 " </SourceProxy>\n" 30657 " <!-- ================================================================== -->\n" 30659 " <!-- end of \"sources\" -->\n" 30666 "</ServerManagerConfiguration>\n" 30679 char* res =
new char[ len + 1];
30684 assert(offset == len);
30692 "<ServerManagerConfiguration>\n" 30693 " <ProxyGroup name=\"writers\">\n" 30694 " <!-- ================================================================= -->\n" 30695 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 30696 " base_proxyname=\"ParallelWriterBase\"\n" 30697 " class=\"vtkEnSightWriter\"\n" 30698 " name=\"EnSightWriter\">\n" 30699 " <Documentation short_help=\"Write unstructured grid data as an EnSight file.\">\n" 30700 " Writer to write unstructured grid data as an EnSight file. Binary files\n" 30701 " written on one system may not be readable on other systems. Be sure to\n" 30702 " specify the endian-ness of the file when reading it into\n" 30703 " EnSight.</Documentation>\n" 30704 " <InputProperty command=\"SetInputConnection\"\n" 30705 " panel_visibility=\"never\"\n" 30706 " name=\"Input\">\n" 30707 " <DataTypeDomain composite_data_supported=\"0\"\n" 30708 " name=\"input_type\">\n" 30709 " <DataType value=\"vtkUnstructuredGrid\" />\n" 30710 " </DataTypeDomain>\n" 30711 " <Documentation>The input filter/source whose output dataset is to\n" 30712 " written to the file.</Documentation>\n" 30713 " </InputProperty>\n" 30715 " <WriterFactory extensions=\"case\"\n" 30716 " file_description=\"EnSight File\" />\n" 30718 " <!-- End of EnSightWriter -->\n" 30719 " </PWriterProxy>\n" 30721 "</ServerManagerConfiguration>\n" 30730 char* res =
new char[ len + 1];
30733 assert(offset == len);
30741 "<ServerManagerConfiguration>\n" 30742 " <ProxyGroup name=\"internal_sources\">\n" 30743 " <!-- ================================================================== -->\n" 30744 " <Proxy class=\"vtkDelimitedTextReader\"\n" 30745 " label=\"CSV Reader\"\n" 30746 " name=\"CSVReaderCore\">\n" 30747 " <Documentation long_help=\"Reads a comma-separated values file into a 1D rectilinear grid.\"\n" 30748 " short_help=\"Read a comma-separated values file.\">The CSV\n" 30749 " reader reads a comma-separated values file into a 1D\n" 30750 " rectilinear grid. If the file was saved using the\n" 30751 " CSVWriter, then the rectilinear grid's points and point\n" 30752 " data can be restored as well as the cell data. Otherwise\n" 30753 " all the data in the CSV file is treated as cell data. The\n" 30754 " default file extension is .csv.</Documentation>\n" 30755 " <StringVectorProperty animateable=\"0\"\n" 30756 " command=\"SetFileName\"\n" 30757 " name=\"FileName\"\n" 30758 " number_of_elements=\"1\"\n" 30759 " panel_visibility=\"never\">\n" 30760 " <FileListDomain name=\"files\" />\n" 30761 " <Documentation>This property specifies the file name for the CSV\n" 30762 " (Command Separated Values) reader.</Documentation>\n" 30763 " </StringVectorProperty>\n" 30764 " <IntVectorProperty command=\"SetDetectNumericColumns\"\n" 30765 " default_values=\"1\"\n" 30766 " name=\"DetectNumericColumns\"\n" 30767 " number_of_elements=\"1\">\n" 30768 " <BooleanDomain name=\"bool\" />\n" 30769 " <Documentation>When set to true, the reader will detect numeric columns\n" 30770 " and create vtkDoubleArray or vtkIntArray for those instead of\n" 30771 " vtkStringArray.</Documentation>\n" 30772 " </IntVectorProperty>\n" 30773 " <IntVectorProperty command=\"SetUseStringDelimiter\"\n" 30774 " default_values=\"1\"\n" 30775 " name=\"UseStringDelimiter\"\n" 30776 " number_of_elements=\"1\">\n" 30777 " <BooleanDomain name=\"bool\" />\n" 30778 " <Documentation>This property indicates whether to use the string\n" 30779 " delimiter.</Documentation>\n" 30780 " </IntVectorProperty>\n" 30781 " <IntVectorProperty command=\"SetAddTabFieldDelimiter\"\n" 30782 " default_values=\"0\"\n" 30783 " name=\"AddTabFieldDelimiter\"\n" 30784 " number_of_elements=\"1\">\n" 30785 " <BooleanDomain name=\"bool\" />\n" 30786 " <Documentation>This property indicates whether to add the tab character as a\n" 30787 " field delimiter to the list of other delimiter characters. This is needed\n" 30788 " since in the GUI the user can't enter a tab character.</Documentation>\n" 30789 " </IntVectorProperty>\n" 30790 " <IntVectorProperty command=\"SetHaveHeaders\"\n" 30791 " default_values=\"1\"\n" 30792 " name=\"HaveHeaders\"\n" 30793 " number_of_elements=\"1\">\n" 30794 " <BooleanDomain name=\"bool\" />\n" 30795 " <Documentation>If the value of this property is 1, treat the first line\n" 30796 " of the file as headers.</Documentation>\n" 30797 " </IntVectorProperty>\n" 30798 " <StringVectorProperty command=\"SetFieldDelimiterCharacters\"\n" 30799 " default_values=\",\"\n" 30800 " name=\"FieldDelimiterCharacters\"\n" 30801 " number_of_elements=\"1\">\n" 30802 " <Documentation>This property lists the characters that may be used to\n" 30803 " separate fields. For example, a value of \",\" indicates a\n" 30804 " comma-separated value file. A value of \".:;\" indicates that columns may\n" 30805 " be separated by a period, colon or semicolon. The order of the\n" 30806 " characters in the text string does not matter.</Documentation>\n" 30807 " </StringVectorProperty>\n" 30808 " <IntVectorProperty command=\"SetMergeConsecutiveDelimiters\"\n" 30809 " default_values=\"0\"\n" 30810 " name=\"MergeConsecutiveDelimiters\"\n" 30811 " number_of_elements=\"1\">\n" 30812 " <BooleanDomain name=\"bool\" />\n" 30813 " <Documentation>Whether to merge successive delimiters. Use this if (for\n" 30814 " example) your fields are separated by spaces but you don't know exactly\n" 30815 " how many.</Documentation>\n" 30816 " </IntVectorProperty>\n" 30817 " <!-- End of CSVReaderCore -->\n" 30819 " <!-- end of \"internal_sources\" -->\n" 30822 " <!-- ==================================================================== -->\n" 30823 " <ProxyGroup name=\"sources\">\n" 30824 " <!-- ================================================================== -->\n" 30825 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 30826 " file_name_method=\"SetFileName\"\n" 30827 " label=\"CSV Reader\"\n" 30828 " name=\"CSVReader\"\n" 30829 " si_class=\"vtkSIMetaReaderProxy\">\n" 30830 " <Documentation long_help=\"Reads a Delimited Text values file into a 1D rectilinear grid.\"\n" 30831 " short_help=\"Read a Delimited Text values file.\">The CSV\n" 30832 " reader reads a Delimited Text values file into a 1D\n" 30833 " rectilinear grid. If the file was saved using the\n" 30834 " CSVWriter, then the rectilinear grid's points and point\n" 30835 " data can be restored as well as the cell data. Otherwise\n" 30836 " all the data in the CSV file is treated as cell data. The\n" 30837 " default file extension is .csv as well as .txt.\n" 30838 " This can read file series as well.</Documentation>\n" 30839 " <StringVectorProperty animateable=\"0\"\n" 30840 " clean_command=\"RemoveAllFileNames\"\n" 30841 " command=\"AddFileName\"\n" 30842 " information_property=\"FileNameInfo\"\n" 30843 " name=\"FileName\"\n" 30844 " number_of_elements=\"1\"\n" 30845 " panel_visibility=\"never\"\n" 30846 " repeat_command=\"1\">\n" 30847 " <FileListDomain name=\"files\" />\n" 30848 " <Documentation>The list of files to be read by the reader. Each file is\n" 30849 " expected to be a csv file. If more than one file is specified, the\n" 30850 " reader will switch to file series mode in which it will pretend that it\n" 30851 " can support time and provide one file per time step.</Documentation>\n" 30852 " </StringVectorProperty>\n" 30853 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 30854 " information_only=\"1\"\n" 30855 " name=\"FileNameInfo\">\n" 30856 " <SimpleStringInformationHelper />\n" 30857 " </StringVectorProperty>\n" 30858 " <DoubleVectorProperty information_only=\"1\"\n" 30859 " name=\"TimestepValues\"\n" 30860 " repeatable=\"1\">\n" 30861 " <TimeStepsInformationHelper />\n" 30862 " <Documentation>Available timestep values.</Documentation>\n" 30863 " </DoubleVectorProperty>\n" 30865 " <Proxy name=\"Reader\"\n" 30866 " proxygroup=\"internal_sources\"\n" 30867 " proxyname=\"CSVReaderCore\"></Proxy>\n" 30868 " <ExposedProperties>\n" 30869 " <Property name=\"DetectNumericColumns\" />\n" 30870 " <Property name=\"UseStringDelimiter\" />\n" 30871 " <Property name=\"HaveHeaders\" />\n" 30872 " <Property name=\"FieldDelimiterCharacters\" />\n" 30873 " <Property name=\"AddTabFieldDelimiter\" />\n" 30874 " <Property name=\"MergeConsecutiveDelimiters\" />\n" 30875 " </ExposedProperties>\n" 30878 " <!-- View can be used to specify the preferred view for the proxy -->\n" 30879 " <View type=\"SpreadSheetView\" />\n" 30880 " <ReaderFactory extensions=\"csv tsv txt CSV TSV TXT\"\n" 30881 " file_description=\"Delimited Text\" />\n" 30882 " <InitializationHelper class=\"vtkSMCSVProxiesInitializationHelper\" />\n" 30884 " <!-- End of CSVReader -->\n" 30885 " </SourceProxy>\n" 30887 "</ServerManagerConfiguration>\n" 30896 char* res =
new char[ len + 1];
30899 assert(offset == len);
30907 "<ServerManagerConfiguration>\n" 30908 " <ProxyGroup name=\"sources\">\n" 30909 " <!-- Start vtkVPICReader -->\n" 30910 " <SourceProxy class=\"vtkVPICReader\"\n" 30911 " label=\"VPIC Reader\"\n" 30912 " name=\"VPICReader\">\n" 30913 " <Documentation long_help=\"Reads distributed VPIC files into an ImageData.\"\n" 30914 " short_help=\"Read VPIC simulation files.\">VPIC is a 3D\n" 30915 " kinetic plasma particle-in-cell simulation. The input file\n" 30916 " (.vpc) opened by the VPIC reader is an ASCII description\n" 30917 " of the data files which are written one file per\n" 30918 " processor, per category and per time step. These are\n" 30919 " arranged in subdirectories per category (field data and\n" 30920 " hydrology data) and then in time step\n" 30921 " subdirectories.</Documentation>\n" 30922 " <StringVectorProperty animateable=\"0\"\n" 30923 " command=\"SetFileName\"\n" 30924 " name=\"FileName\"\n" 30925 " number_of_elements=\"1\"\n" 30926 " panel_visibility=\"never\">\n" 30927 " <FileListDomain name=\"files\" />\n" 30928 " <Documentation>ASCII .vpc file describes locations of data files, grid\n" 30929 " sizes, time step sizes and type and order of data written to the\n" 30930 " files.</Documentation>\n" 30931 " </StringVectorProperty>\n" 30932 " <StringVectorProperty information_only=\"1\"\n" 30933 " name=\"PointArrayInfo\">\n" 30934 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 30935 " </StringVectorProperty>\n" 30936 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 30937 " element_types=\"2 0\"\n" 30938 " information_property=\"PointArrayInfo\"\n" 30939 " label=\"Point Arrays\"\n" 30940 " name=\"PointArrayStatus\"\n" 30941 " number_of_elements=\"2\"\n" 30942 " number_of_elements_per_command=\"2\"\n" 30943 " repeat_command=\"1\">\n" 30944 " <ArraySelectionDomain name=\"array_list\">\n" 30945 " <RequiredProperties>\n" 30946 " <Property function=\"ArrayList\"\n" 30947 " name=\"PointArrayInfo\" />\n" 30948 " </RequiredProperties>\n" 30949 " </ArraySelectionDomain>\n" 30950 " <Documentation>Variables written to the data files are described in the\n" 30951 " .vpc file and are presented for selection. Only selected variables are\n" 30952 " loaded for a time step.</Documentation>\n" 30953 " </StringVectorProperty>\n" 30954 " <DoubleVectorProperty information_only=\"1\"\n" 30955 " name=\"TimestepValues\"\n" 30956 " repeatable=\"1\">\n" 30957 " <TimeStepsInformationHelper />\n" 30958 " </DoubleVectorProperty>\n" 30959 " <IntVectorProperty command=\"SetStride\"\n" 30960 " default_values=\"1 1 1\"\n" 30961 " label=\"Stride\"\n" 30962 " name=\"SetStride\"\n" 30963 " number_of_elements=\"3\">\n" 30964 " <IntRangeDomain min=\"1\"\n" 30965 " name=\"range\" />\n" 30966 " <Documentation>VPIC data may be very large and not all is needed for\n" 30967 " effective visualization. Setting the stride selects every nth data item\n" 30968 " within the files for display.</Documentation>\n" 30969 " </IntVectorProperty>\n" 30970 " <IntVectorProperty command=\"GetXLayout\"\n" 30971 " information_only=\"1\"\n" 30972 " name=\"DefaultXExtent\">\n" 30973 " <SimpleIntInformationHelper />\n" 30974 " <Documentation>VPIC data is written one file per simulation processor.\n" 30975 " This coarse map of files is used in partitioning files between\n" 30976 " visualizing processors so that each ParaView processor has its own set\n" 30977 " of files to display. Default extent is all files\n" 30978 " available.</Documentation>\n" 30979 " </IntVectorProperty>\n" 30980 " <IntVectorProperty command=\"GetYLayout\"\n" 30981 " information_only=\"1\"\n" 30982 " name=\"DefaultYExtent\">\n" 30983 " <SimpleIntInformationHelper />\n" 30984 " <Documentation>VPIC data is written one file per simulation processor.\n" 30985 " This coarse map of files is used in partitioning files between\n" 30986 " visualizing processors so that each ParaView processor has its own set\n" 30987 " of files to display. Default extent is all files\n" 30988 " available.</Documentation>\n" 30989 " </IntVectorProperty>\n" 30990 " <IntVectorProperty command=\"GetZLayout\"\n" 30991 " information_only=\"1\"\n" 30992 " name=\"DefaultZExtent\">\n" 30993 " <SimpleIntInformationHelper />\n" 30994 " <Documentation>VPIC data is written one file per simulation processor.\n" 30995 " This coarse map of files is used in partitioning files between\n" 30996 " visualizing processors so that each ParaView processor has its own set\n" 30997 " of files to display. Default extent is all files\n" 30998 " available.</Documentation>\n" 30999 " </IntVectorProperty>\n" 31000 " <IntVectorProperty animateable=\"1\"\n" 31001 " command=\"SetXExtent\"\n" 31002 " default_values=\"-1 -1\"\n" 31003 " label=\"X Extent\"\n" 31004 " name=\"XExtent\"\n" 31005 " number_of_elements=\"2\">\n" 31006 " <IntRangeDomain name=\"XRange\">\n" 31007 " <RequiredProperties>\n" 31008 " <Property function=\"Range\"\n" 31009 " name=\"DefaultXExtent\" />\n" 31010 " </RequiredProperties>\n" 31011 " </IntRangeDomain>\n" 31012 " <Documentation>VPIC data is written one file per simulation processor.\n" 31013 " This coarse map of files is used in partitioning files between\n" 31014 " visualizing processors so that each ParaView processor has its own set\n" 31015 " of files to display. Ghost cell overlap is handled within the reader.\n" 31016 " To limit the View of VPIC information the extent in the X dimension of\n" 31017 " \"files\" can be specified. Only the files selected will be displayed and\n" 31018 " they will be partitioned between the visualizing processors, allowing a\n" 31019 " higher resolution over a smaller area.</Documentation>\n" 31020 " </IntVectorProperty>\n" 31021 " <IntVectorProperty animateable=\"1\"\n" 31022 " command=\"SetYExtent\"\n" 31023 " default_values=\"-1 -1\"\n" 31024 " label=\"Y Extent\"\n" 31025 " name=\"YExtent\"\n" 31026 " number_of_elements=\"2\">\n" 31027 " <IntRangeDomain name=\"YRange\">\n" 31028 " <RequiredProperties>\n" 31029 " <Property function=\"Range\"\n" 31030 " name=\"DefaultYExtent\" />\n" 31031 " </RequiredProperties>\n" 31032 " </IntRangeDomain>\n" 31033 " <Documentation>VPIC data is written one file per simulation processor.\n" 31034 " This coarse map of files is used in partitioning files between\n" 31035 " visualizing processors so that each ParaView processor has its own set\n" 31036 " of files to display. Ghost cell overlap is handled within the reader.\n" 31037 " To limit the View of VPIC information the extent in the Y dimension of\n" 31038 " \"files\" can be specified. Only the files selected will be displayed and\n" 31039 " they will be partitioned between the visualizing processors, allowing a\n" 31040 " higher resolution over a smaller area.</Documentation>\n" 31041 " </IntVectorProperty>\n" 31042 " <IntVectorProperty animateable=\"1\"\n" 31043 " command=\"SetZExtent\"\n" 31044 " default_values=\"-1 -1\"\n" 31045 " label=\"Z Extent\"\n" 31046 " name=\"ZExtent\"\n" 31047 " number_of_elements=\"2\">\n" 31048 " <IntRangeDomain name=\"ZRange\">\n" 31049 " <RequiredProperties>\n" 31050 " <Property function=\"Range\"\n" 31051 " name=\"DefaultZExtent\" />\n" 31052 " </RequiredProperties>\n" 31053 " </IntRangeDomain>\n" 31054 " <Documentation>VPIC data is written one file per simulation processor.\n" 31055 " This coarse map of files is used in partitioning files between\n" 31056 " visualizing processors so that each ParaView processor has its own set\n" 31057 " of files to display. Ghost cell overlap is handled within the reader.\n" 31058 " To limit the View of VPIC information the extent in the Z dimension of\n" 31059 " \"files\" can be specified. Only the files selected will be displayed and\n" 31060 " they will be partitioned between the visualizing processors, allowing a\n" 31061 " higher resolution over a smaller area.</Documentation>\n" 31062 " </IntVectorProperty>\n" 31064 " <ReaderFactory extensions=\"vpc\"\n" 31065 " file_description=\"VPIC Files\" />\n" 31067 " <!-- End vtkVPICReader -->\n" 31068 " </SourceProxy>\n" 31070 "</ServerManagerConfiguration>\n" 31079 char* res =
new char[ len + 1];
31082 assert(offset == len);
31090 "<ServerManagerConfiguration>\n" 31091 " <ProxyGroup name=\"sources\">\n" 31092 " <!-- ==================================================================== -->\n" 31093 " <SourceProxy class=\"vtkVectorText\"\n" 31094 " label=\"3D Text\"\n" 31095 " name=\"VectorText\">\n" 31096 " <Documentation long_help=\"3D geometric representation of a text string\"\n" 31097 " short_help=\"Create a 3D text object\">The 3D Text source\n" 31098 " displays a text string as polygonal data.</Documentation>\n" 31099 " <StringVectorProperty command=\"SetText\"\n" 31100 " default_values=\"3D Text\"\n" 31102 " number_of_elements=\"1\"\n" 31103 " panel_visibility=\"default\">\n" 31104 " <Documentation>This property contains the text string to be displayed.\n" 31105 " The ASCII alphanumeric characters a-z, A-Z, and 0-9 are supported; so\n" 31106 " are ASCII punctuation marks. The only supported control character is\n" 31107 " \"\\n\", which inserts a new line in the text string.</Documentation>\n" 31108 " </StringVectorProperty>\n" 31109 " <!-- End 3DText -->\n" 31110 " </SourceProxy>\n" 31112 "</ServerManagerConfiguration>\n" 31121 char* res =
new char[ len + 1];
31124 assert(offset == len);
31132 "<ServerManagerConfiguration>\n" 31133 " <ProxyGroup name=\"filters\">\n" 31134 " <!-- ================================================================== -->\n" 31135 " <CompoundSourceProxy label=\"FFT Of Selection Over Time\"\n" 31136 " name=\"FFTSelectionOverTime\">\n" 31137 " <Documentation long_help=\"Extracts selection over time and plots the FFT\"\n" 31138 " short_help=\"Extracts selection over time and plots the FFT\">\n" 31139 " Extracts the data of a selection (e.g. points or cells)\n" 31140 " over time, takes the FFT of them, and plots\n" 31141 " them.</Documentation>\n" 31142 " <Proxy compound_name=\"PlotSelectionOverTime1\"\n" 31143 " group=\"filters\"\n" 31146 " type=\"ExtractSelectionOverTime\">\n" 31147 " <Property id=\"734.Input\"\n" 31148 " name=\"Input\"\n" 31149 " number_of_elements=\"1\">\n" 31150 " <Domain id=\"734.Input.groups\"\n" 31151 " name=\"groups\">\n" 31152 " <Group value=\"sources\" />\n" 31153 " <Group value=\"filters\" />\n" 31155 " <Domain id=\"734.Input.input_type\"\n" 31156 " name=\"input_type\">\n" 31157 " <DataType value=\"vtkDataSet\" />\n" 31158 " <DataType value=\"vtkCompositeDataSet\" />\n" 31161 " <Property id=\"734.Selection\"\n" 31162 " name=\"Selection\"\n" 31163 " number_of_elements=\"1\">\n" 31164 " <Proxy output_port=\"0\"\n" 31165 " value=\"742\" />\n" 31166 " <Domain id=\"734.Selection.groups\"\n" 31167 " name=\"groups\">\n" 31168 " <Group value=\"sources\" />\n" 31169 " <Group value=\"filters\" />\n" 31171 " <Domain id=\"734.Selection.input_type\"\n" 31172 " name=\"input_type\">\n" 31173 " <DataType value=\"vtkSelection\" />\n" 31176 " <Property id=\"734.SetReportStatisticsOnly\"\n" 31177 " name=\"Only Report Selection Statistics\"\n" 31178 " number_of_elements=\"1\">\n" 31179 " <Element index=\"0\"\n" 31180 " value=\"0\" />\n" 31181 " <Domain id=\"734.SetReportStatisticsOnly.bool\"\n" 31182 " name=\"bool\" />\n" 31185 " <Proxy compound_name=\"TableFFT1\"\n" 31186 " group=\"filters\"\n" 31189 " type=\"TableFFT\">\n" 31190 " <Property id=\"812.Input\"\n" 31191 " name=\"Input\"\n" 31192 " number_of_elements=\"1\">\n" 31193 " <Proxy output_port=\"0\"\n" 31194 " value=\"734\" />\n" 31195 " <Domain id=\"812.Input.groups\"\n" 31196 " name=\"groups\">\n" 31197 " <Group value=\"sources\" />\n" 31198 " <Group value=\"filters\" />\n" 31200 " <Domain id=\"812.Input.input_array\"\n" 31201 " name=\"input_array\">\n" 31202 " <InputArray attribute_type=\"row\"\n" 31203 " number_of_components=\"1\" />\n" 31205 " <Domain id=\"812.Input.input_type\"\n" 31206 " name=\"input_type\">\n" 31207 " <DataType value=\"vtkTable\" />\n" 31211 " <Proxy compound_name=\"auto_742\"\n" 31212 " group=\"sources\"\n" 31215 " type=\"CompositeDataIDSelectionSource\">\n" 31216 " <Property id=\"742.ContainingCells\"\n" 31217 " name=\"ContainingCells\"\n" 31218 " number_of_elements=\"1\">\n" 31219 " <Element index=\"0\"\n" 31220 " value=\"0\" />\n" 31221 " <Domain id=\"742.ContainingCells.bool\"\n" 31222 " name=\"bool\" />\n" 31224 " <Property id=\"742.FieldType\"\n" 31225 " name=\"FieldType\"\n" 31226 " number_of_elements=\"1\">\n" 31227 " <Element index=\"0\"\n" 31228 " value=\"0\" />\n" 31229 " <Domain id=\"742.FieldType.enum\"\n" 31230 " name=\"enum\">\n" 31231 " <Entry text=\"CELL\"\n" 31232 " value=\"0\" />\n" 31233 " <Entry text=\"POINT\"\n" 31234 " value=\"1\" />\n" 31235 " <Entry text=\"FIELD\"\n" 31236 " value=\"2\" />\n" 31237 " <Entry text=\"VERTEX\"\n" 31238 " value=\"3\" />\n" 31239 " <Entry text=\"EDGE\"\n" 31240 " value=\"4\" />\n" 31243 " <Property id=\"742.IDs\"\n" 31245 " number_of_elements=\"3\">\n" 31246 " <Element index=\"0\"\n" 31247 " value=\"2\" />\n" 31248 " <Element index=\"1\"\n" 31249 " value=\"-1\" />\n" 31250 " <Element index=\"2\"\n" 31251 " value=\"3892\" />\n" 31253 " <Property id=\"742.InsideOut\"\n" 31254 " name=\"InsideOut\"\n" 31255 " number_of_elements=\"1\">\n" 31256 " <Element index=\"0\"\n" 31257 " value=\"0\" />\n" 31258 " <Domain id=\"742.InsideOut.bool\"\n" 31259 " name=\"bool\" />\n" 31262 " <ExposedProperties>\n" 31263 " <Property exposed_name=\"Input\"\n" 31264 " name=\"Input\"\n" 31265 " proxy_name=\"PlotSelectionOverTime1\" />\n" 31266 " <Property exposed_name=\"Selection\"\n" 31267 " name=\"Selection\"\n" 31268 " proxy_name=\"PlotSelectionOverTime1\" />\n" 31269 " </ExposedProperties>\n" 31270 " <OutputPort name=\"Output\"\n" 31271 " port_index=\"0\"\n" 31272 " proxy=\"TableFFT1\" />\n" 31274 " <!-- View can be used to specify the preferred view for the proxy -->\n" 31275 " <View type=\"XYChartView\" />\n" 31278 " <!-- FFTSelectionOverTime -->\n" 31279 " </CompoundSourceProxy>\n" 31281 "</ServerManagerConfiguration>\n" 31290 char* res =
new char[ len + 1];
31293 assert(offset == len);
31301 "<ServerManagerConfiguration>\n" 31302 " <ProxyGroup name=\"sources\">\n" 31303 " <!-- =================================================================== -->\n" 31304 " <SourceProxy name=\"OpenPMDReader\"\n" 31305 " label=\"openPMD Reader\"\n" 31306 " class=\"paraview.algorithms.openpmd.openPMDReader\"\n" 31307 " si_class=\"vtkSIPythonSourceProxy\">\n" 31309 " <Documentation>\n" 31310 " Reader for openPMD files.\n" 31311 " </Documentation>\n" 31313 " <OutputPort index=\"0\" name=\"Meshes\" />\n" 31314 " <OutputPort index=\"1\" name=\"Particles\" />\n" 31316 " <StringVectorProperty command=\"SetFileName\"\n" 31317 " name=\"FileName\"\n" 31318 " number_of_elements=\"1\"\n" 31319 " panel_visibility=\"never\">\n" 31320 " <FileListDomain name=\"files\" />\n" 31321 " <Documentation>Specify the file name.</Documentation>\n" 31322 " </StringVectorProperty>\n" 31324 " <DoubleVectorProperty information_only=\"1\" name=\"TimestepValues\" repeatable=\"1\">\n" 31325 " <TimeStepsInformationHelper />\n" 31326 " </DoubleVectorProperty>\n" 31328 " <StringVectorProperty name=\"ArraysInfo\"\n" 31329 " command=\"GetDataArraySelection\"\n" 31330 " number_of_elements_per_command=\"2\"\n" 31331 " information_only=\"1\"\n" 31332 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 31334 " <StringVectorProperty name=\"Arrays\"\n" 31335 " command=\"GetDataArraySelection\"\n" 31336 " information_property=\"ArraysInfo\"\n" 31337 " number_of_elements_per_command=\"2\"\n" 31338 " element_types=\"2 0\"\n" 31339 " repeat_command=\"1\"\n" 31340 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 31341 " <ArraySelectionDomain name=\"array_list\">\n" 31342 " <RequiredProperties>\n" 31343 " <Property function=\"ArrayList\" name=\"ArraysInfo\" />\n" 31344 " </RequiredProperties>\n" 31345 " </ArraySelectionDomain>\n" 31346 " <Documentation>Select the arrays to read.</Documentation>\n" 31348 " <ArraySelectionWidget icon_type=\"cell\" />\n" 31350 " </StringVectorProperty>\n" 31352 " <StringVectorProperty name=\"SpeciesInfo\"\n" 31353 " command=\"GetSpeciesSelection\"\n" 31354 " number_of_elements_per_command=\"2\"\n" 31355 " information_only=\"1\"\n" 31356 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 31358 " <StringVectorProperty name=\"Species\"\n" 31359 " command=\"GetSpeciesSelection\"\n" 31360 " information_property=\"SpeciesInfo\"\n" 31361 " number_of_elements_per_command=\"2\"\n" 31362 " element_types=\"2 0\"\n" 31363 " repeat_command=\"1\"\n" 31364 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 31365 " <ArraySelectionDomain name=\"array_list\">\n" 31366 " <RequiredProperties>\n" 31367 " <Property function=\"ArrayList\" name=\"SpeciesInfo\" />\n" 31368 " </RequiredProperties>\n" 31369 " </ArraySelectionDomain>\n" 31370 " <Documentation>Select the species to read.</Documentation>\n" 31372 " <ArraySelectionWidget icon_type=\"cell\" />\n" 31374 " </StringVectorProperty>\n" 31376 " <StringVectorProperty name=\"ParticleArraysInfo\"\n" 31377 " command=\"GetParticleArraySelection\"\n" 31378 " number_of_elements_per_command=\"2\"\n" 31379 " information_only=\"1\"\n" 31380 " si_class=\"vtkSIDataArraySelectionProperty\" />\n" 31382 " <StringVectorProperty name=\"ParticleArrays\"\n" 31383 " command=\"GetParticleArraySelection\"\n" 31384 " information_property=\"ParticleArraysInfo\"\n" 31385 " number_of_elements_per_command=\"2\"\n" 31386 " element_types=\"2 0\"\n" 31387 " repeat_command=\"1\"\n" 31388 " si_class=\"vtkSIDataArraySelectionProperty\">\n" 31389 " <ArraySelectionDomain name=\"array_list\">\n" 31390 " <RequiredProperties>\n" 31391 " <Property function=\"ArrayList\" name=\"ParticleArraysInfo\" />\n" 31392 " </RequiredProperties>\n" 31393 " </ArraySelectionDomain>\n" 31394 " <Documentation>Select the particle-arrays to read.</Documentation>\n" 31396 " <ArraySelectionWidget icon_type=\"point\" />\n" 31398 " </StringVectorProperty>\n" 31401 " <ReaderFactory extensions=\"pmd\" file_description=\"openPMD files\" />\n" 31404 " <!-- end of OpenPMDReader -->\n" 31405 " </SourceProxy>\n" 31408 "</ServerManagerConfiguration>\n" 31417 char* res =
new char[ len + 1];
31420 assert(offset == len);
31428 "<ServerManagerConfiguration>\n" 31429 " <!-- =================================================================== -->\n" 31430 " <ProxyGroup name=\"extended_sources\">\n" 31431 " <SourceProxy name=\"BoundedPlaneSource\" class=\"vtkBoundedPlaneSource\"\n" 31432 " label=\"Bounded Plane\">\n" 31433 " <DoubleVectorProperty command=\"SetBoundingBox\"\n" 31434 " name=\"BoundingBox\"\n" 31435 " default_values=\"0 1 0 1 0 1\"\n" 31436 " number_of_elements=\"6\">\n" 31437 " <Documentation>Set the bounding box for the domain</Documentation>\n" 31438 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n" 31439 " <RequiredProperties>\n" 31440 " <Property function=\"Input\" name=\"DummyInput\" />\n" 31441 " </RequiredProperties>\n" 31442 " </BoundsDomain>\n" 31443 " </DoubleVectorProperty>\n" 31445 " <DoubleVectorProperty command=\"SetPadding\"\n" 31446 " name=\"Padding\"\n" 31447 " default_values=\"0\"\n" 31448 " number_of_elements=\"1\">\n" 31449 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n" 31450 " <Documentation>\n" 31451 " Specify a padding to use to inflate the bounds in all directions\n" 31452 " before generating the plane.\n" 31453 " </Documentation>\n" 31454 " </DoubleVectorProperty>\n" 31456 " <IntVectorProperty name=\"RefinementMode\"\n" 31457 " command=\"SetRefinementMode\"\n" 31458 " number_of_elements=\"1\"\n" 31459 " default_values=\"0\">\n" 31460 " <Documentation>\n" 31461 " Specify how refinement is computed.\n" 31462 " </Documentation>\n" 31463 " <EnumerationDomain name=\"enum\">\n" 31464 " <Entry text=\"Use resolution\" value=\"0\" />\n" 31465 " <Entry text=\"Use cell-size\" value=\"1\" />\n" 31466 " </EnumerationDomain>\n" 31467 " </IntVectorProperty>\n" 31469 " <IntVectorProperty command=\"SetResolution\"\n" 31470 " default_values=\"100\"\n" 31471 " name=\"Resolution\"\n" 31472 " number_of_elements=\"1\">\n" 31473 " <IntRangeDomain min=\"1\" name=\"range\" />\n" 31474 " <Documentation>This property specifies the number of divisions along\n" 31475 " the X axis of the parallelogram.</Documentation>\n" 31477 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31478 " mode=\"visibility\"\n" 31479 " property=\"RefinementMode\"\n" 31480 " value=\"0\" />\n" 31482 " </IntVectorProperty>\n" 31484 " <DoubleVectorProperty name=\"CellSize\"\n" 31485 " command=\"SetCellSize\"\n" 31486 " default_values=\"1.0\"\n" 31487 " number_of_elements=\"1\">\n" 31488 " <Documentation>Specify the cell size to use to compute plane refinement.</Documentation>\n" 31489 " <DoubleRangeDomain name=\"range\" min= \"1\" />\n" 31491 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31492 " mode=\"visibility\"\n" 31493 " property=\"RefinementMode\"\n" 31494 " value=\"1\" />\n" 31496 " </DoubleVectorProperty>\n" 31498 " <DoubleVectorProperty name=\"Center\"\n" 31499 " command=\"SetCenter\"\n" 31500 " number_of_elements=\"3\"\n" 31501 " default_values=\"0 0 0\">\n" 31502 " <Documentation>\n" 31503 " Specify the center of the plane. Works in conjunction with the plane\n" 31504 " normal to position the plane. Don't use this method to define the plane.\n" 31505 " Instead, use it to move the plane to a new center point.\n" 31506 " </Documentation>\n" 31507 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n" 31508 " <RequiredProperties>\n" 31509 " <Property function=\"Input\" name=\"DummyInput\" />\n" 31510 " </RequiredProperties>\n" 31511 " </BoundsDomain>\n" 31512 " </DoubleVectorProperty>\n" 31514 " <DoubleVectorProperty name=\"Normal\"\n" 31515 " command=\"SetNormal\"\n" 31516 " number_of_elements=\"3\"\n" 31517 " default_values=\"0 0 1\">\n" 31518 " <Documentation>\n" 31519 " Specify the plane normal. Works in conjunction with the plane center to\n" 31520 " orient the plane. Don't use this method to define the plane. Instead, use\n" 31521 " it to rotate the plane around the current center point.\n" 31522 " </Documentation>\n" 31523 " </DoubleVectorProperty>\n" 31525 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n" 31526 " <!-- Used when this source is added to a proxy list domain. -->\n" 31527 " </InputProperty>\n" 31529 " <PropertyGroup label=\"Plane Bounds\">\n" 31530 " <Property name=\"BoundingBox\" />\n" 31531 " <Property name=\"RefinementMode\" />\n" 31532 " <Property name=\"Resolution\" />\n" 31533 " <Property name=\"CellSize\" />\n" 31534 " </PropertyGroup>\n" 31536 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n" 31537 " <Property function=\"Origin\" name=\"Center\" />\n" 31538 " <Property function=\"Normal\" name=\"Normal\" />\n" 31539 " <Property function=\"Input\" name=\"DummyInput\" />\n" 31540 " </PropertyGroup>\n" 31543 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 31546 " </SourceProxy>\n" 31548 " <SourceProxy name=\"BoundedVolumeSource\" class=\"vtkBoundedVolumeSource\" label=\"Bounded Volume\">\n" 31549 " <DoubleVectorProperty name=\"Origin\"\n" 31550 " command=\"SetOrigin\"\n" 31551 " number_of_elements=\"3\"\n" 31552 " default_values=\"0 0 0\">\n" 31553 " <BoundsDomain name=\"range\" mode=\"normal\" default_mode=\"min,min,min\" >\n" 31554 " <RequiredProperties>\n" 31555 " <Property function=\"Input\" name=\"DummyInput\" />\n" 31556 " </RequiredProperties>\n" 31557 " </BoundsDomain>\n" 31558 " <Documentation>\n" 31559 " Set the origin for the volume.\n" 31560 " </Documentation>\n" 31561 " </DoubleVectorProperty>\n" 31563 " <DoubleVectorProperty name=\"Scale\"\n" 31564 " command=\"SetScale\"\n" 31565 " number_of_elements=\"3\"\n" 31566 " default_values=\"1 1 1\">\n" 31567 " <BoundsDomain name=\"range\" mode=\"extents\">\n" 31568 " <RequiredProperties>\n" 31569 " <Property function=\"Input\" name=\"DummyInput\" />\n" 31570 " </RequiredProperties>\n" 31571 " </BoundsDomain>\n" 31573 " <Documentation>\n" 31574 " Set scale factor for a unit volume.\n" 31575 " </Documentation>\n" 31576 " </DoubleVectorProperty>\n" 31578 " <DoubleVectorProperty command=\"SetPadding\"\n" 31579 " name=\"Padding\"\n" 31580 " default_values=\"0\"\n" 31581 " number_of_elements=\"1\">\n" 31582 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n" 31583 " <Documentation>\n" 31584 " Specify a padding to use to inflate the bounds in all directions\n" 31585 " before generating the plane.\n" 31586 " </Documentation>\n" 31587 " </DoubleVectorProperty>\n" 31589 " <IntVectorProperty name=\"RefinementMode\"\n" 31590 " command=\"SetRefinementMode\"\n" 31591 " number_of_elements=\"1\"\n" 31592 " default_values=\"0\">\n" 31593 " <Documentation>\n" 31594 " Specify how refinement is computed.\n" 31595 " </Documentation>\n" 31596 " <EnumerationDomain name=\"enum\">\n" 31597 " <Entry text=\"Use resolution\" value=\"0\" />\n" 31598 " <Entry text=\"Use cell-size\" value=\"1\" />\n" 31599 " </EnumerationDomain>\n" 31600 " </IntVectorProperty>\n" 31602 " <IntVectorProperty name=\"Resolution\"\n" 31603 " command=\"SetResolution\"\n" 31604 " number_of_elements=\"3\"\n" 31605 " default_values=\"100 100 100\">\n" 31606 " <IntRangeDomain name=\"range\" min=\"1 1 1\" />\n" 31607 " <Documentation>\n" 31608 " Set the sampling resolution for the generated volume.\n" 31609 " </Documentation>\n" 31611 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31612 " mode=\"visibility\"\n" 31613 " property=\"RefinementMode\"\n" 31614 " value=\"0\" />\n" 31616 " </IntVectorProperty>\n" 31618 " <DoubleVectorProperty name=\"CellSize\"\n" 31619 " command=\"SetCellSize\"\n" 31620 " default_values=\"1.0\"\n" 31621 " number_of_elements=\"1\">\n" 31622 " <Documentation>Specify the cell size to use to compute plane refinement.</Documentation>\n" 31623 " <DoubleRangeDomain name=\"range\" min= \"1\" />\n" 31625 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31626 " mode=\"visibility\"\n" 31627 " property=\"RefinementMode\"\n" 31628 " value=\"1\" />\n" 31630 " </DoubleVectorProperty>\n" 31632 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n" 31633 " <!-- Used when this source is added to a proxy list domain. -->\n" 31634 " </InputProperty>\n" 31636 " <PropertyGroup label=\"Volume Parameters\" panel_widget=\"InteractiveBox\">\n" 31637 " <Property function=\"Position\" name=\"Origin\" />\n" 31638 " <Property function=\"Scale\" name=\"Scale\" />\n" 31639 " </PropertyGroup>\n" 31641 " <PropertyGroup label=\"Volume Refinement\">\n" 31642 " <Property name=\"RefinementMode\" />\n" 31643 " <Property name=\"Resolution\" />\n" 31644 " <Property name=\"CellSize\" />\n" 31645 " </PropertyGroup>\n" 31648 " <Link name=\"DummyInput\" with_property=\"Input\" />\n" 31651 " </SourceProxy>\n" 31654 " <!-- =================================================================== -->\n" 31655 " <ProxyGroup name=\"point_interpolation_kernels\">\n" 31656 " <Proxy name=\"EllipsoidalGaussianKernel\" class=\"vtkEllipsoidalGaussianKernel\">\n" 31657 " <Documentation>\n" 31658 " This is an interpolation kernel that returns the\n" 31659 " weights for all points found in the ellipsoid defined by radius R in\n" 31660 " combination with local data (normals and/or scalars).\n" 31661 " </Documentation>\n" 31663 " <IntVectorProperty name=\"UseNormals\"\n" 31664 " command=\"SetUseNormals\"\n" 31665 " number_of_elements=\"1\"\n" 31666 " default_values=\"1\">\n" 31667 " <BooleanDomain name=\"bool\" />\n" 31668 " <Documentation>\n" 31669 " Specify whether vector values should be used to affect the shape\n" 31670 " of the Gaussian distribution.\n" 31671 " </Documentation>\n" 31672 " </IntVectorProperty>\n" 31674 " <IntVectorProperty name=\"UseScalars\"\n" 31675 " command=\"SetUseScalars\"\n" 31676 " number_of_elements=\"1\"\n" 31677 " default_values=\"0\">\n" 31678 " <BooleanDomain name=\"bool\" />\n" 31679 " <Documentation>\n" 31680 " Specify whether scalar values should be used to scale the weights.\n" 31681 " </Documentation>\n" 31682 " </IntVectorProperty>\n" 31684 " <DoubleVectorProperty name=\"Radius\"\n" 31685 " command=\"SetRadius\"\n" 31686 " number_of_elements=\"1\"\n" 31687 " default_values=\"1.0\">\n" 31688 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n" 31689 " <Documentation>\n" 31690 " Specify the radius of the kernel. Points within this radius will be\n" 31691 " used for interpolation. If no point is found, then the closest point\n" 31693 " </Documentation>\n" 31694 " </DoubleVectorProperty>\n" 31696 " <DoubleVectorProperty name=\"Sharpness\"\n" 31697 " command=\"SetSharpness\"\n" 31698 " number_of_elements=\"1\"\n" 31699 " default_values=\"2.0\">\n" 31700 " <DoubleRangeDomain name=\"range\" min=\"1.0\" />\n" 31701 " <Documentation>\n" 31702 " Specify the sharpness (i.e., falloff) of the Gaussian. By default\n" 31703 " Sharpness=2. As the sharpness increases the effects of distant points\n" 31705 " </Documentation>\n" 31706 " </DoubleVectorProperty>\n" 31708 " <DoubleVectorProperty name=\"Eccentricity\"\n" 31709 " command=\"SetEccentricity\"\n" 31710 " number_of_elements=\"1\"\n" 31711 " default_values=\"2.0\">\n" 31712 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n" 31713 " <Documentation>\n" 31714 " Specify the eccentricity of the ellipsoidal Gaussian. A value=1.0\n" 31715 " produces a spherical distribution. Values less than 1 produce a needle like\n" 31716 " distribution (in the direction of the normal); values greater than 1 produce a\n" 31717 " pancake like distribution (orthogonal to the normal).\n" 31718 " </Documentation>\n" 31719 " </DoubleVectorProperty>\n" 31722 " <!-- =================================================================== -->\n" 31723 " <Proxy name=\"GeneralizedKernelBase\">\n" 31724 " <IntVectorProperty name=\"KernelFootprint\"\n" 31725 " command=\"SetKernelFootprint\"\n" 31726 " number_of_elements=\"1\"\n" 31727 " default_values=\"0\">\n" 31728 " <EnumerationDomain name=\"enum\">\n" 31729 " <Entry text=\"Radius\" value=\"0\"/>\n" 31730 " <Entry text=\"N Closest\" value=\"1\"/>\n" 31731 " </EnumerationDomain>\n" 31732 " <Documentation>\n" 31733 " Specify the interpolation basis style. By default, a Radius style is\n" 31734 " used (i.e., the basis is defined from all points within a specified\n" 31735 " radius). However, it is also possible to select the N closest points\n" 31736 " (N Closest). Note that in most formulations the Radius style is assumed\n" 31737 " as it provides better mathematical properties. However, for convenience\n" 31738 " some bases are easier to use when the N closest points are taken.\n" 31739 " </Documentation>\n" 31740 " </IntVectorProperty>\n" 31742 " <DoubleVectorProperty name=\"Radius\"\n" 31743 " command=\"SetRadius\"\n" 31744 " number_of_elements=\"1\"\n" 31745 " default_values=\"1.0\">\n" 31746 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n" 31747 " <Documentation>\n" 31748 " If the interpolation basis style is Radius, then this method specifies\n" 31749 " the radius within which the basis points must lie.\n" 31750 " </Documentation>\n" 31752 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31753 " mode=\"enabled_state\"\n" 31754 " property=\"KernelFootprint\"\n" 31755 " value=\"0\" />\n" 31757 " </DoubleVectorProperty>\n" 31759 " <IntVectorProperty name=\"NumberOfPoints\"\n" 31760 " command=\"SetNumberOfPoints\"\n" 31761 " number_of_elements=\"1\"\n" 31762 " default_values=\"8\">\n" 31763 " <IntRangeDomain name=\"range\" min=\"1\" />\n" 31764 " <Documentation>\n" 31765 " If the interpolation basis style is N Closest, then this method specifies\n" 31766 " the number of the closest points used to form the interpolation basis.\n" 31767 " </Documentation>\n" 31769 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 31770 " mode=\"enabled_state\"\n" 31771 " property=\"KernelFootprint\"\n" 31772 " value=\"1\" />\n" 31774 " </IntVectorProperty>\n" 31777 " <!-- =================================================================== -->\n" 31778 " <Proxy name=\"GaussianKernel\" class=\"vtkGaussianKernel\"\n" 31779 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n" 31780 " <Documentation>\n" 31781 " This is an interpolation kernel that simply returns the\n" 31782 " weights for all points found in the sphere defined by radius R. The\n" 31783 " weights are computed as: `exp(-(s*r/R)^2)` where r is the distance from the\n" 31784 " point to be interpolated to a neighboring point within R. The sharpness s\n" 31785 " simply affects the rate of fall off of the Gaussian. (A more general\n" 31786 " Gaussian kernel is available from **EllipsoidalGaussianKernel**.)\n" 31787 " </Documentation>\n" 31789 " <DoubleVectorProperty name=\"Sharpness\"\n" 31790 " command=\"SetSharpness\"\n" 31791 " number_of_elements=\"1\"\n" 31792 " default_values=\"2.0\">\n" 31793 " <DoubleRangeDomain name=\"range\" min=\"1.0\" />\n" 31798 " <Documentation>\n" 31799 " Specify the sharpness (i.e., falloff) of the Gaussian. By default\n" 31800 " Sharpness=2. As the sharpness increases the effects of distant points\n" 31802 " </Documentation>\n" 31803 " </DoubleVectorProperty>\n" 31806 " <!-- =================================================================== -->\n" 31807 " <Proxy name=\"LinearKernel\" class=\"vtkLinearKernel\"\n" 31808 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n" 31809 " <Documentation>\n" 31810 " This is an interpolation kernel that averages the contributions\n" 31811 " of all points in the basis.\n" 31812 " </Documentation>\n" 31815 " <!-- =================================================================== -->\n" 31816 " <Proxy name=\"ProbabilisticVoronoiKernel\" class=\"vtkProbabilisticVoronoiKernel\"\n" 31817 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n" 31818 " <Documentation>\n" 31819 " This is an interpolation kernel that interpolates\n" 31820 " from the closest weighted point from a neighborhood of points. The weights\n" 31821 " refer to the probabilistic weighting.\n" 31822 " </Documentation>\n" 31825 " <!-- =================================================================== -->\n" 31826 " <Proxy name=\"ShepardKernel\" class=\"vtkShepardKernel\"\n" 31827 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n" 31828 " <Documentation>\n" 31829 " This is an interpolation kernel that uses the method of\n" 31830 " Shepard to perform interpolation. The weights are computed as 1/r^p, where\n" 31831 " r is the distance to a neighbor point within the kernel radius R; and p\n" 31832 " (the power parameter) is a positive exponent (typically p=2).\n" 31833 " </Documentation>\n" 31835 " <DoubleVectorProperty name=\"PowerParameter\"\n" 31836 " command=\"SetPowerParameter\"\n" 31837 " number_of_elements=\"1\"\n" 31838 " default_values=\"2.0\">\n" 31839 " <DoubleRangeDomain name=\"range\" min=\"0.001\" max=\"100\" />\n" 31840 " <Documentation>\n" 31841 " Specify the power parameter p. By default p=2. Values (which must be\n" 31842 " a positive, real value) != 2 may affect performance significantly.\n" 31843 " </Documentation>\n" 31844 " </DoubleVectorProperty>\n" 31847 " <!-- =================================================================== -->\n" 31848 " <Proxy name=\"SPHKernelBase\">\n" 31849 " <DoubleVectorProperty name=\"SpatialStep\"\n" 31850 " command=\"SetSpatialStep\"\n" 31851 " number_of_elements=\"1\"\n" 31852 " default_values=\"0.0001\">\n" 31853 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n" 31854 " <Documentation>\n" 31855 " Specify the initial particle spatial step.\n" 31856 " </Documentation>\n" 31857 " </DoubleVectorProperty>\n" 31859 " <IntVectorProperty name=\"Dimension\"\n" 31860 " command=\"SetDimension\"\n" 31861 " number_of_elements=\"1\"\n" 31862 " default_values=\"3\">\n" 31863 " <IntRangeDomain name=\"range\" min=\"1\" max=\"3\" />\n" 31864 " <Documentation>\n" 31865 " The domain dimension, default to 3.\n" 31866 " </Documentation>\n" 31867 " </IntVectorProperty>\n" 31870 " <!-- =================================================================== -->\n" 31871 " <Proxy name=\"SPHCubicKernel\" class=\"vtkSPHCubicKernel\"\n" 31872 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n" 31873 " <Documentation>\n" 31874 " This is an smooth particle hydrodynamics interpolation kernel as\n" 31875 " described by D.J. Price. This is a cubic formulation.\n" 31876 " </Documentation>\n" 31879 " <Proxy name=\"SPHQuarticKernel\" class=\"vtkSPHQuarticKernel\"\n" 31880 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n" 31881 " <Documentation>\n" 31882 " This is an smooth particle hydrodynamics interpolation kernel as\n" 31883 " described by D.J. Price. This is a quartic formulation.\n" 31884 " </Documentation>\n" 31887 " <Proxy name=\"SPHQuinticKernel\" class=\"vtkSPHQuinticKernel\"\n" 31888 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n" 31889 " <Documentation>\n" 31890 " This is an smooth particle hydrodynamics interpolation kernel as\n" 31891 " described by D.J. Price. This is a quintic formulation.\n" 31892 " </Documentation>\n" 31895 " <Proxy name=\"SPHWendlandQuinticKernel\" class=\"vtkWendlandQuinticKernel\"\n" 31896 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n" 31897 " <Documentation>\n" 31898 " This is an smooth particle hydrodynamics interpolation kernel as\n" 31899 " described by D.J. Price. This is a quintic formulation.\n" 31900 " </Documentation>\n" 31903 " <!-- =================================================================== -->\n" 31904 " <Proxy name=\"VoronoiKernel\" class=\"vtkVoronoiKernel\">\n" 31905 " <Documentation>\n" 31906 " This is an interpolation kernel that simply returns the\n" 31907 " closest point to a point to be interpolated. A single weight is returned\n" 31908 " with value=1.0.\n" 31909 " </Documentation>\n" 31913 " <!-- =================================================================== -->\n" 31914 " <ProxyGroup name=\"filters\">\n" 31916 " <!-- ==================================================================== -->\n" 31917 " <SourceProxy name=\"ExtractEnclosedPoints\"\n" 31918 " class=\"vtkExtractEnclosedPoints\"\n" 31919 " label=\"Extract Enclosed Points\">\n" 31920 " <Documentation long_help=\"Extract points inside a closed polygonal surface\"\n" 31921 " short_help=\"Extract points inside a closed points surface\">\n" 31922 " Evaluates all points in the input dataset to determine whether they are contained within\n" 31923 " an enclosing surface, defined by the **Surface**. The filter assumes that the surface\n" 31924 " is closed and manifold. To force a check to ensure these preconditions are met\n" 31925 " set the **CheckSurface** property.\n" 31926 " </Documentation>\n" 31928 " <OutputPort index=\"0\" name=\"EnclosedPoints\" />\n" 31929 " <OutputPort index=\"1\" name=\"Outliers\" />\n" 31931 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n" 31932 " <ProxyGroupDomain name=\"groups\">\n" 31933 " <Group name=\"sources\" />\n" 31934 " <Group name=\"filters\" />\n" 31935 " </ProxyGroupDomain>\n" 31936 " <DataTypeDomain name=\"input_type\">\n" 31937 " <DataType value=\"vtkPointSet\" />\n" 31938 " </DataTypeDomain>\n" 31939 " <Documentation>This property specifies the input to extract points from.</Documentation>\n" 31940 " </InputProperty>\n" 31942 " <InputProperty command=\"SetSurfaceConnection\" name=\"Surface\">\n" 31943 " <ProxyGroupDomain name=\"groups\">\n" 31944 " <Group name=\"sources\" />\n" 31945 " <Group name=\"filters\" />\n" 31946 " </ProxyGroupDomain>\n" 31947 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 31948 " <DataType value=\"vtkPolyData\" />\n" 31949 " </DataTypeDomain>\n" 31950 " <Documentation>This property specifies the closed and manifold surface.</Documentation>\n" 31951 " </InputProperty>\n" 31953 " <DoubleVectorProperty name=\"Tolerance\"\n" 31954 " command=\"SetTolerance\"\n" 31955 " number_of_elements=\"1\"\n" 31956 " default_values=\"0.0001\">\n" 31957 " <DoubleRangeDomain name=\"range\" min=\"0.0\" />\n" 31958 " <Documentation>\n" 31959 " Specify the tolerance on the intersection. The tolerance is expressed as\n" 31960 " a fraction of the diagonal of the bounding box of the enclosing surface.\n" 31961 " </Documentation>\n" 31962 " </DoubleVectorProperty>\n" 31964 " <IntVectorProperty name=\"CheckSurface\"\n" 31965 " number_of_elements=\"1\"\n" 31966 " default_values=\"0\"\n" 31967 " command=\"SetCheckSurface\">\n" 31968 " <BooleanDomain name=\"bool\" />\n" 31969 " <Documentation>\n" 31970 " Specify whether to check the surface for closure. If on, then the\n" 31971 " algorithm first checks to see if the surface is closed and manifold.\n" 31972 " </Documentation>\n" 31973 " </IntVectorProperty>\n" 31975 " <IntVectorProperty name=\"GenerateOutliers\"\n" 31976 " command=\"SetGenerateOutliers\"\n" 31977 " number_of_elements=\"1\"\n" 31978 " default_values=\"0\">\n" 31979 " <Documentation>\n" 31980 " If checked, then a second output will be created\n" 31981 " that contains the outlier points.\n" 31982 " </Documentation>\n" 31983 " <BooleanDomain name=\"bool\" />\n" 31984 " </IntVectorProperty>\n" 31986 " <IntVectorProperty name=\"GenerateVertices\"\n" 31987 " command=\"SetGenerateVertices\"\n" 31988 " number_of_elements=\"1\"\n" 31989 " default_values=\"1\">\n" 31990 " <Documentation>\n" 31991 " If checked, then the outputs will contain a poly-vertex cell. This takes a\n" 31992 " lot more memory, however certain filters many requires cells to be present\n" 31993 " to function properly.\n" 31994 " </Documentation>\n" 31995 " <BooleanDomain name=\"bool\" />\n" 31996 " </IntVectorProperty>\n" 31997 " </SourceProxy>\n" 31999 " <!-- =================================================================== -->\n" 32000 " <SourceProxy name=\"SPHInterpolatorBase\" class=\"vtkSPHInterpolator\"\n" 32001 " label=\"SPH Interpolator\"\n" 32002 " multiprocess_support=\"single_process\">\n" 32003 " <Documentation>\n" 32004 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n" 32005 " interpolate a data source onto an input structure. For example, while the\n" 32006 " data source is a set of particles, the data from these particles can be\n" 32007 " interpolated onto an input object such as a line, plane or volume. Then\n" 32008 " the output (which consists of the input structure plus interpolated data)\n" 32009 " can then be visualized using classical visualization techniques such as\n" 32010 " isocontouring, slicing, heat maps and so on.\n" 32011 " </Documentation>\n" 32013 " <InputProperty command=\"SetInputConnection\"\n" 32014 " name=\"Input\"\n" 32015 " port_index=\"1\">\n" 32016 " <ProxyGroupDomain name=\"groups\">\n" 32017 " <Group name=\"sources\" />\n" 32018 " <Group name=\"filters\" />\n" 32019 " </ProxyGroupDomain>\n" 32020 " <DataTypeDomain name=\"input_type\">\n" 32021 " <DataType value=\"vtkPointSet\" />\n" 32022 " </DataTypeDomain>\n" 32023 " <InputArrayDomain attribute_type=\"point\" name=\"point_scalars\" number_of_components=\"1\" />\n" 32024 " <InputArrayDomain attribute_type=\"point\" name=\"point_arrays\" />\n" 32025 " <Documentation>The data source to be interpolated onto the *Source*.</Documentation>\n" 32026 " </InputProperty>\n" 32028 " <StringVectorProperty name=\"DensityArray\"\n" 32029 " command=\"SetDensityArrayName\"\n" 32030 " number_of_elements=\"1\"\n" 32031 " default_values=\"Rho\">\n" 32032 " <Documentation>\n" 32033 " Specify the density array name. This is required in computation. If not\n" 32034 " specified the code will error out.\n" 32035 " </Documentation>\n" 32036 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" input_domain_name=\"point_scalars\">\n" 32037 " <RequiredProperties>\n" 32038 " <Property function=\"Input\" name=\"Input\" />\n" 32039 " </RequiredProperties>\n" 32040 " </ArrayListDomain>\n" 32041 " </StringVectorProperty>\n" 32043 " <StringVectorProperty name=\"MassArray\"\n" 32044 " command=\"SetMassArrayName\"\n" 32045 " number_of_elements=\"1\">\n" 32046 " <Documentation>\n" 32047 " Specify the mass array name. If not specified, then the mass at each point\n" 32048 " will be computed from the density and local (spherical) volume at a each\n" 32050 " </Documentation>\n" 32051 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" none_string=\"None\"\n" 32052 " input_domain_name=\"point_scalars\">\n" 32053 " <RequiredProperties>\n" 32054 " <Property function=\"Input\" name=\"Input\" />\n" 32055 " </RequiredProperties>\n" 32056 " </ArrayListDomain>\n" 32057 " </StringVectorProperty>\n" 32059 " <StringVectorProperty name=\"CutoffArray\"\n" 32060 " command=\"SetCutoffArrayName\"\n" 32061 " number_of_elements=\"1\">\n" 32062 " <Documentation>\n" 32063 " Specify the Cutoff array name. If not specified, then the radius at each point\n" 32064 " will be computed as cutoff factor * smoothing length at a each point.\n" 32065 " </Documentation>\n" 32066 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" none_string=\"None\"\n" 32067 " input_domain_name=\"point_scalars\">\n" 32068 " <RequiredProperties>\n" 32069 " <Property function=\"Input\" name=\"Input\" />\n" 32070 " </RequiredProperties>\n" 32071 " </ArrayListDomain>\n" 32072 " </StringVectorProperty>\n" 32074 " <StringVectorProperty name=\"ExcludedArrays\"\n" 32075 " command=\"AddExcludedArray\"\n" 32076 " clean_command=\"ClearExcludedArrays\"\n" 32077 " number_of_elements_per_command=\"1\"\n" 32078 " repeat_command=\"1\" >\n" 32079 " <Documentation>\n" 32080 " Specify arrays which are to be excluded from the interpolation process.\n" 32081 " </Documentation>\n" 32082 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n" 32083 " <RequiredProperties>\n" 32084 " <Property function=\"Input\" name=\"Input\" />\n" 32085 " </RequiredProperties>\n" 32086 " </ArrayListDomain>\n" 32088 " <!-- This ensures that no array is selected by default -->\n" 32091 " </StringVectorProperty>\n" 32093 " <StringVectorProperty name=\"DerivativeArrays\"\n" 32094 " command=\"AddDerivativeArray\"\n" 32095 " clean_command=\"ClearDerivativeArrays\"\n" 32096 " number_of_elements_per_command=\"1\"\n" 32097 " repeat_command=\"1\">\n" 32098 " <Documentation>\n" 32099 " Specify the arrays whose derivative is to be taken. If\n" 32100 " the name of the array is \"derivArray\" this will produce an output array\n" 32101 " with the name \"derivArray_deriv\" (after filter execution).\n" 32102 " </Documentation>\n" 32103 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n" 32104 " <RequiredProperties>\n" 32105 " <Property function=\"Input\" name=\"Input\" />\n" 32106 " </RequiredProperties>\n" 32107 " </ArrayListDomain>\n" 32109 " <!-- This ensures that no array is selected by default -->\n" 32112 " </StringVectorProperty>\n" 32114 " <PropertyGroup label=\"Array Selections\">\n" 32115 " <Property name=\"DensityArray\" />\n" 32116 " <Property name=\"MassArray\" />\n" 32117 " <Property name=\"CutoffArray\" />\n" 32118 " <Property name=\"ExcludedArrays\" />\n" 32119 " <Property name=\"DerivativeArrays\" />\n" 32120 " </PropertyGroup>\n" 32122 " <ProxyProperty name=\"Kernel\" command=\"SetKernel\" >\n" 32123 " Specify an interpolation kernel. The interpolation kernel changes the basis of the\n" 32124 " interpolation.\n" 32125 " <ProxyListDomain name=\"proxy_list\">\n" 32126 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHQuinticKernel\" />\n" 32127 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHCubicKernel\" />\n" 32128 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHQuarticKernel\" />\n" 32129 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHWendlandQuinticKernel\" />\n" 32130 " </ProxyListDomain>\n" 32131 " </ProxyProperty>\n" 32133 " <IntVectorProperty name=\"NullPointsStrategy\"\n" 32134 " command=\"SetNullPointsStrategy\"\n" 32135 " number_of_elements=\"1\"\n" 32140 " default_values=\"1\"\n" 32141 " panel_visibility=\"advanced\">\n" 32142 " <EnumerationDomain name=\"enum\">\n" 32143 " <Entry text=\"Mask Points\" value=\"0\" />\n" 32144 " <Entry text=\"Null Value\" value=\"1\" />\n" 32145 " </EnumerationDomain>\n" 32146 " <Documentation>\n" 32147 " Specify a strategy to use when encountering a \"null\" point during the\n" 32148 " interpolation process. Null points occur when the local neighborhood (of\n" 32149 " nearby points to interpolate from) is empty. If the strategy is set to\n" 32150 " MaskPoints, then an output array is created that marks points as being\n" 32151 " valid (=1) or null (invalid =0) (and the NullValue is set as well). If\n" 32152 " the strategy is set to NullValue, then the output data value(s) are set\n" 32153 " to the NullPoint value (specified in the output point data).\n" 32154 " </Documentation>\n" 32155 " </IntVectorProperty>\n" 32157 " <IntVectorProperty name=\"ComputeShepardSum\"\n" 32158 " command=\"SetComputeShepardSum\"\n" 32159 " number_of_elements=\"1\"\n" 32160 " default_values=\"1\"\n" 32161 " panel_visibility=\"advanced\">\n" 32162 " <BooleanDomain name=\"bool\" />\n" 32163 " <Documentation>\n" 32164 " Indicate whether to compute the summation of Shepard coefficients. In the\n" 32165 " interior of a SPH point cloud, the Shephard summation value should be ~1.0.\n" 32166 " Towards the boundary, the Shepard summation is less than 1.0. If ComputeShepardSum\n" 32167 " is specified, then the output will contain an array of summed Shepard weights\n" 32168 " for each output point.\n" 32169 " </Documentation>\n" 32170 " </IntVectorProperty>\n" 32172 " <StringVectorProperty name=\"ShepardSumArrayName\"\n" 32173 " command=\"SetShepardSumArrayName\"\n" 32174 " number_of_elements=\"1\"\n" 32175 " default_values=\"Shepard Summation\"\n" 32176 " panel_visibility=\"advanced\">\n" 32177 " <Documentation>\n" 32178 " If ComputeShepardSum is on, then an array is generated with name\n" 32179 " ShepardSumArrayName for each input point. This vtkFloatArray is placed\n" 32180 " into the output of the filter, and NullPoints have value =0.0. The\n" 32181 " default name is \"Shepard Summation\".\n" 32182 " </Documentation>\n" 32184 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 32185 " mode=\"enabled_state\" property=\"ComputeShepardSum\" value=\"1\" />\n" 32187 " </StringVectorProperty>\n" 32189 " <StringVectorProperty name=\"ValidPointsMaskArrayName\"\n" 32190 " command=\"SetValidPointsMaskArrayName\"\n" 32191 " number_of_elements=\"1\"\n" 32192 " default_values=\"vtkValidPointMask\"\n" 32193 " panel_visibility=\"advanced\">\n" 32194 " <Documentation>\n" 32195 " If the NullPointsStrategy is \"Mask Points\", then an array is generated for\n" 32196 " each input point. This vtkCharArray is placed into the output of the filter,\n" 32197 " with a non-zero value for a valid point, and zero otherwise. The name of\n" 32198 " this masking array is specified here.\n" 32199 " </Documentation>\n" 32201 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 32202 " mode=\"enabled_state\" property=\"NullPointsStrategy\" value=\"0\" />\n" 32204 " </StringVectorProperty>\n" 32206 " <DoubleVectorProperty name=\"NullValue\"\n" 32207 " command=\"SetNullValue\"\n" 32208 " number_of_elements=\"1\"\n" 32209 " default_values=\"0.0\"\n" 32210 " panel_visibility=\"advanced\">\n" 32211 " <DoubleRangeDomain name=\"range\" />\n" 32212 " <Documentation>\n" 32213 " Specify the null point value. When a null point is encountered then all\n" 32214 " components of each null tuple are set to this value. By default the\n" 32215 " null value is set to zero.\n" 32216 " </Documentation>\n" 32217 " </DoubleVectorProperty>\n" 32219 " <IntVectorProperty name=\"PassPointArrays\"\n" 32220 " command=\"SetPassPointArrays\"\n" 32221 " number_of_elements=\"1\"\n" 32222 " default_values=\"0\"\n" 32223 " panel_visibility=\"never\">\n" 32224 " <BooleanDomain name=\"bool\" />\n" 32225 " <Documentation>\n" 32226 " Indicate whether to shallow copy the input point data arrays to the output.\n" 32227 " </Documentation>\n" 32228 " </IntVectorProperty>\n" 32230 " <IntVectorProperty name=\"PassCellArrays\"\n" 32231 " command=\"SetPassCellArrays\"\n" 32232 " number_of_elements=\"1\"\n" 32233 " default_values=\"0\"\n" 32234 " panel_visibility=\"never\">\n" 32235 " <BooleanDomain name=\"bool\" />\n" 32236 " <Documentation>\n" 32237 " Indicate whether to shallow copy the input cell data arrays to the output.\n" 32238 " </Documentation>\n" 32239 " </IntVectorProperty>\n" 32241 " <IntVectorProperty name=\"PassFieldArrays\"\n" 32242 " command=\"SetPassFieldArrays\"\n" 32243 " number_of_elements=\"1\"\n" 32244 " default_values=\"0\"\n" 32245 " panel_visibility=\"never\">\n" 32246 " <BooleanDomain name=\"bool\" />\n" 32247 " <Documentation>\n" 32248 " Indicate whether to shallow copy the input field data arrays to the output.\n" 32249 " </Documentation>\n" 32250 " </IntVectorProperty>\n" 32252 " <ProxyProperty name=\"Locator\" command=\"SetLocator\" panel_visibility=\"advanced\">\n" 32253 " <Documentation>\n" 32254 " Specify a point locator.\n" 32255 " </Documentation>\n" 32256 " <ProxyListDomain name=\"proxy_list\">\n" 32257 " <Proxy group=\"point_locators\" name=\"StaticPointLocator\" />\n" 32258 " </ProxyListDomain>\n" 32259 " </ProxyProperty>\n" 32260 " </SourceProxy>\n" 32262 " <!-- =================================================================== -->\n" 32263 " <SourceProxy name=\"SPHLineInterpolator\" class=\"vtkSPHInterpolator\"\n" 32264 " label=\"SPH Line Interpolator\"\n" 32265 " multiprocess_support=\"single_process\"\n" 32266 " base_proxygroup=\"filters\"\n" 32267 " base_proxyname=\"SPHInterpolatorBase\">\n" 32268 " <Documentation>\n" 32269 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n" 32270 " interpolate a data source onto an input structure. For example, while the\n" 32271 " data source is a set of particles, the data from these particles can be\n" 32272 " interpolated onto an input line. Then\n" 32273 " the output (which consists of the input structure plus interpolated data)\n" 32274 " can then be visualized using classical visualization techniques such as\n" 32275 " isocontouring, slicing, heat maps and so on.\n" 32276 " </Documentation>\n" 32277 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32278 " <ProxyGroupDomain name=\"groups\">\n" 32279 " <Group name=\"sources\" />\n" 32280 " <Group name=\"filters\" />\n" 32281 " </ProxyGroupDomain>\n" 32282 " <DataTypeDomain name=\"input_type\">\n" 32283 " <DataType value=\"vtkDataSet\" />\n" 32284 " </DataTypeDomain>\n" 32285 " <ProxyListDomain name=\"proxy_list\">\n" 32286 " <Proxy group=\"extended_sources\" name=\"HighResLineSource\" />\n" 32287 " </ProxyListDomain>\n" 32288 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32289 " </InputProperty>\n" 32291 " <View type=\"XYChartView\" />\n" 32294 " </SourceProxy>\n" 32296 " <!-- =================================================================== -->\n" 32297 " <SourceProxy name=\"SPHPlaneInterpolator\" class=\"vtkSPHInterpolator\"\n" 32298 " label=\"SPH Plane Interpolator\"\n" 32299 " multiprocess_support=\"single_process\"\n" 32300 " base_proxygroup=\"filters\"\n" 32301 " base_proxyname=\"SPHInterpolatorBase\">\n" 32302 " <Documentation>\n" 32303 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n" 32304 " interpolate a data source onto an input structure. For example, while the\n" 32305 " data source is a set of particles, the data from these particles can be\n" 32306 " interpolated onto an input plane. Then\n" 32307 " the output (which consists of the input structure plus interpolated data)\n" 32308 " can then be visualized using classical visualization techniques such as\n" 32309 " isocontouring, slicing, heat maps and so on.\n" 32310 " </Documentation>\n" 32312 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32313 " <ProxyGroupDomain name=\"groups\">\n" 32314 " <Group name=\"sources\" />\n" 32315 " <Group name=\"filters\" />\n" 32316 " </ProxyGroupDomain>\n" 32317 " <DataTypeDomain name=\"input_type\">\n" 32318 " <DataType value=\"vtkDataSet\" />\n" 32319 " </DataTypeDomain>\n" 32320 " <ProxyListDomain name=\"proxy_list\">\n" 32321 " <Proxy group=\"extended_sources\" name=\"BoundedPlaneSource\" />\n" 32322 " </ProxyListDomain>\n" 32323 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32324 " </InputProperty>\n" 32325 " </SourceProxy>\n" 32327 " <!-- =================================================================== -->\n" 32328 " <SourceProxy name=\"SPHVolumeInterpolator\" class=\"vtkSPHInterpolator\"\n" 32329 " label=\"SPH Volume Interpolator\"\n" 32330 " multiprocess_support=\"single_process\"\n" 32331 " base_proxygroup=\"filters\"\n" 32332 " base_proxyname=\"SPHInterpolatorBase\">\n" 32333 " <Documentation>\n" 32334 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n" 32335 " interpolate a data source onto an input structure. For example, while the\n" 32336 " data source is a set of particles, the data from these particles can be\n" 32337 " interpolated onto an input volume. Then\n" 32338 " the output (which consists of the input structure plus interpolated data)\n" 32339 " can then be visualized using classical visualization techniques such as\n" 32340 " isocontouring, slicing, heat maps and so on.\n" 32341 " </Documentation>\n" 32343 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32344 " <ProxyGroupDomain name=\"groups\">\n" 32345 " <Group name=\"sources\" />\n" 32346 " <Group name=\"filters\" />\n" 32347 " </ProxyGroupDomain>\n" 32348 " <DataTypeDomain name=\"input_type\">\n" 32349 " <DataType value=\"vtkDataSet\" />\n" 32350 " </DataTypeDomain>\n" 32351 " <ProxyListDomain name=\"proxy_list\">\n" 32352 " <Proxy group=\"extended_sources\" name=\"BoundedVolumeSource\" />\n" 32353 " </ProxyListDomain>\n" 32354 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32355 " </InputProperty>\n" 32356 " </SourceProxy>\n" 32358 " <!-- =================================================================== -->\n" 32359 " <SourceProxy name=\"SPHDatasetInterpolator\" class=\"vtkSPHInterpolator\"\n" 32360 " label=\"SPH Dataset Interpolator\"\n" 32361 " multiprocess_support=\"single_process\"\n" 32362 " base_proxygroup=\"filters\"\n" 32363 " base_proxyname=\"SPHInterpolatorBase\">\n" 32364 " <Documentation>\n" 32365 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n" 32366 " interpolate a data source onto an input structure. For example, while the\n" 32367 " data source is a set of particles, the data from these particles can be\n" 32368 " interpolated onto an input volume. Then\n" 32369 " the output (which consists of the input structure plus interpolated data)\n" 32370 " can then be visualized using classical visualization techniques such as\n" 32371 " isocontouring, slicing, heat maps and so on.\n" 32372 " </Documentation>\n" 32374 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32375 " <ProxyGroupDomain name=\"groups\">\n" 32376 " <Group name=\"sources\" />\n" 32377 " <Group name=\"filters\" />\n" 32378 " </ProxyGroupDomain>\n" 32379 " <DataTypeDomain name=\"input_type\">\n" 32380 " <DataType value=\"vtkDataSet\" />\n" 32381 " </DataTypeDomain>\n" 32382 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32383 " </InputProperty>\n" 32384 " </SourceProxy>\n" 32386 " <!-- =================================================================== -->\n" 32387 " <SourceProxy name=\"PointInterpolatorBase\" class=\"vtkPointInterpolator\"\n" 32388 " label=\"Point Interpolator\"\n" 32389 " multiprocess_support=\"single_process\">\n" 32390 " <Documentation>\n" 32391 " This probes a point cloud `PC` on the *Input* with a\n" 32392 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n" 32393 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n" 32394 " misnomer: PC can be represented by any dataset type, with the points of\n" 32395 " the dataset forming PC. Similarly, the output P can also be represented by\n" 32396 " any vtkDataSet type; and the topology/geometry structure of P is passed\n" 32397 " through to the output along with the newly interpolated arrays.\n" 32398 " </Documentation>\n" 32400 " <InputProperty command=\"SetInputConnection\"\n" 32401 " name=\"Input\"\n" 32402 " port_index=\"1\">\n" 32403 " <ProxyGroupDomain name=\"groups\">\n" 32404 " <Group name=\"sources\" />\n" 32405 " <Group name=\"filters\" />\n" 32406 " </ProxyGroupDomain>\n" 32407 " <DataTypeDomain name=\"input_type\">\n" 32408 " <DataType value=\"vtkPointSet\" />\n" 32409 " </DataTypeDomain>\n" 32410 " <InputArrayDomain attribute_type=\"point\" name=\"point_scalars\" number_of_components=\"1\" />\n" 32411 " <InputArrayDomain attribute_type=\"point\" name=\"point_arrays\" />\n" 32412 " <Documentation>The data source to be interpolated onto the *Source*.</Documentation>\n" 32413 " </InputProperty>\n" 32415 " <ProxyProperty name=\"Kernel\" command=\"SetKernel\">\n" 32416 " <Documentation>\n" 32417 " Specify an interpolation kernel. By default a vtkVoronoiKernel is used\n" 32418 " (i.e., closest point). The interpolation kernel changes the basis of the\n" 32419 " interpolation.\n" 32420 " </Documentation>\n" 32421 " <ProxyListDomain name=\"proxy_list\">\n" 32422 " <Proxy group=\"point_interpolation_kernels\" name=\"VoronoiKernel\" />\n" 32423 " <Proxy group=\"point_interpolation_kernels\" name=\"EllipsoidalGaussianKernel\" />\n" 32424 " <Proxy group=\"point_interpolation_kernels\" name=\"GaussianKernel\" />\n" 32425 " <Proxy group=\"point_interpolation_kernels\" name=\"LinearKernel\" />\n" 32426 " <Proxy group=\"point_interpolation_kernels\" name=\"ProbabilisticVoronoiKernel\" />\n" 32427 " <Proxy group=\"point_interpolation_kernels\" name=\"ShepardKernel\" />\n" 32428 " <Proxy group=\"point_interpolation_kernels\" name=\"VoronoiKernel\" />\n" 32429 " </ProxyListDomain>\n" 32430 " </ProxyProperty>\n" 32432 " <IntVectorProperty name=\"NullPointsStrategy\"\n" 32433 " command=\"SetNullPointsStrategy\"\n" 32434 " number_of_elements=\"1\"\n" 32435 " default_values=\"1\"\n" 32436 " panel_visibility=\"advanced\">\n" 32437 " <EnumerationDomain name=\"enum\">\n" 32438 " <Entry text=\"Mask Points\" value=\"0\" />\n" 32439 " <Entry text=\"Null Value\" value=\"1\" />\n" 32440 " <Entry text=\"Closest Point\" value=\"1\" />\n" 32441 " </EnumerationDomain>\n" 32442 " <Documentation>\n" 32443 " Specify a strategy to use when encountering a \"null\" point during the\n" 32444 " interpolation process. Null points occur when the local neighborhood (of\n" 32445 " nearby points to interpolate from) is empty. If the strategy is set to\n" 32446 " MaskPoints, then an output array is created that marks points as being\n" 32447 " valid (=1) or null (invalid =0) (and the NullValue is set as well). If\n" 32448 " the strategy is set to NullValue, then the output data value(s) are set\n" 32449 " to the NullPoint value (specified in the output point data). Finally,\n" 32454 " the default strategy ClosestPoint is to simply use the closest point to\n" 32455 " perform the interpolation.\n" 32456 " </Documentation>\n" 32457 " </IntVectorProperty>\n" 32459 " <StringVectorProperty name=\"ValidPointsMaskArrayName\"\n" 32460 " command=\"SetValidPointsMaskArrayName\"\n" 32461 " number_of_elements=\"1\"\n" 32462 " default_values=\"vtkValidPointMask\"\n" 32463 " panel_visibility=\"advanced\">\n" 32464 " <Documentation>\n" 32465 " If the NullPointsStrategy is \"Mask Points\", then an array is generated for\n" 32466 " each input point. This vtkCharArray is placed into the output of the filter,\n" 32467 " with a non-zero value for a valid point, and zero otherwise. The name of\n" 32468 " this masking array is specified here.\n" 32469 " </Documentation>\n" 32471 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 32472 " mode=\"enabled_state\" property=\"NullPointsStrategy\" value=\"0\" />\n" 32474 " </StringVectorProperty>\n" 32476 " <DoubleVectorProperty name=\"NullValue\"\n" 32477 " command=\"SetNullValue\"\n" 32478 " number_of_elements=\"1\"\n" 32479 " default_values=\"0.0\"\n" 32480 " panel_visibility=\"advanced\">\n" 32481 " <DoubleRangeDomain name=\"range\" />\n" 32482 " <Documentation>\n" 32483 " Specify the null point value. When a null point is encountered then all\n" 32484 " components of each null tuple are set to this value. By default the\n" 32485 " null value is set to zero.\n" 32486 " </Documentation>\n" 32487 " </DoubleVectorProperty>\n" 32489 " <IntVectorProperty name=\"PassPointArrays\"\n" 32490 " command=\"SetPassPointArrays\"\n" 32491 " number_of_elements=\"1\"\n" 32492 " default_values=\"0\"\n" 32493 " panel_visibility=\"never\">\n" 32494 " <BooleanDomain name=\"bool\" />\n" 32495 " <Documentation>\n" 32496 " Indicate whether to shallow copy the input point data arrays to the output.\n" 32497 " </Documentation>\n" 32498 " </IntVectorProperty>\n" 32500 " <IntVectorProperty name=\"PassCellArrays\"\n" 32501 " command=\"SetPassCellArrays\"\n" 32502 " number_of_elements=\"1\"\n" 32503 " default_values=\"0\"\n" 32504 " panel_visibility=\"never\">\n" 32505 " <BooleanDomain name=\"bool\" />\n" 32506 " <Documentation>\n" 32507 " Indicate whether to shallow copy the input cell data arrays to the output.\n" 32508 " </Documentation>\n" 32509 " </IntVectorProperty>\n" 32511 " <IntVectorProperty name=\"PassFieldArrays\"\n" 32512 " command=\"SetPassFieldArrays\"\n" 32513 " number_of_elements=\"1\"\n" 32514 " default_values=\"0\"\n" 32515 " panel_visibility=\"never\">\n" 32516 " <BooleanDomain name=\"bool\" />\n" 32517 " <Documentation>\n" 32518 " Indicate whether to shallow copy the input field data arrays to the output.\n" 32519 " </Documentation>\n" 32520 " </IntVectorProperty>\n" 32522 " <ProxyProperty name=\"Locator\" command=\"SetLocator\" panel_visibility=\"advanced\">\n" 32523 " <Documentation>\n" 32524 " Specify a point locator.\n" 32525 " </Documentation>\n" 32526 " <ProxyListDomain name=\"proxy_list\">\n" 32527 " <Proxy group=\"point_locators\" name=\"StaticPointLocator\" />\n" 32528 " </ProxyListDomain>\n" 32529 " </ProxyProperty>\n" 32530 " </SourceProxy>\n" 32532 " <!-- =================================================================== -->\n" 32533 " <SourceProxy name=\"PointLineInterpolator\" class=\"vtkPointInterpolator\"\n" 32534 " label=\"Point Line Interpolator\"\n" 32535 " multiprocess_support=\"single_process\"\n" 32536 " base_proxygroup=\"filters\"\n" 32537 " base_proxyname=\"PointInterpolatorBase\">\n" 32538 " <Documentation>\n" 32539 " This probes a point cloud `PC` on the *Input* with a\n" 32540 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n" 32541 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n" 32542 " misnomer: PC can be represented by any dataset type, with the points of\n" 32543 " the dataset forming PC. Similarly, the output P can also be represented by\n" 32544 " any vtkDataSet type; and the topology/geometry structure of P is passed\n" 32545 " through to the output along with the newly interpolated arrays.\n" 32546 " </Documentation>\n" 32547 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32548 " <ProxyGroupDomain name=\"groups\">\n" 32549 " <Group name=\"sources\" />\n" 32550 " <Group name=\"filters\" />\n" 32551 " </ProxyGroupDomain>\n" 32552 " <DataTypeDomain name=\"input_type\">\n" 32553 " <DataType value=\"vtkDataSet\" />\n" 32554 " </DataTypeDomain>\n" 32555 " <ProxyListDomain name=\"proxy_list\">\n" 32556 " <Proxy group=\"extended_sources\" name=\"HighResLineSource\" />\n" 32557 " </ProxyListDomain>\n" 32558 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32559 " </InputProperty>\n" 32561 " <View type=\"XYChartView\" />\n" 32564 " </SourceProxy>\n" 32566 " <!-- =================================================================== -->\n" 32567 " <SourceProxy name=\"PointPlaneInterpolator\" class=\"vtkPointInterpolator\"\n" 32568 " label=\"Point Plane Interpolator\"\n" 32569 " multiprocess_support=\"single_process\"\n" 32570 " base_proxygroup=\"filters\"\n" 32571 " base_proxyname=\"PointInterpolatorBase\">\n" 32572 " <Documentation>\n" 32573 " This probes a point cloud `PC` on the *Input* with a\n" 32574 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n" 32575 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n" 32576 " misnomer: PC can be represented by any dataset type, with the points of\n" 32577 " the dataset forming PC. Similarly, the output P can also be represented by\n" 32578 " any vtkDataSet type; and the topology/geometry structure of P is passed\n" 32579 " through to the output along with the newly interpolated arrays.\n" 32580 " </Documentation>\n" 32582 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32583 " <ProxyGroupDomain name=\"groups\">\n" 32584 " <Group name=\"sources\" />\n" 32585 " <Group name=\"filters\" />\n" 32586 " </ProxyGroupDomain>\n" 32587 " <DataTypeDomain name=\"input_type\">\n" 32588 " <DataType value=\"vtkDataSet\" />\n" 32589 " </DataTypeDomain>\n" 32590 " <ProxyListDomain name=\"proxy_list\">\n" 32591 " <Proxy group=\"extended_sources\" name=\"BoundedPlaneSource\" />\n" 32592 " </ProxyListDomain>\n" 32593 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32594 " </InputProperty>\n" 32595 " </SourceProxy>\n" 32597 " <!-- =================================================================== -->\n" 32598 " <SourceProxy name=\"PointVolumeInterpolator\" class=\"vtkPointInterpolator\"\n" 32599 " label=\"Point Volume Interpolator\"\n" 32600 " multiprocess_support=\"single_process\"\n" 32601 " base_proxygroup=\"filters\"\n" 32602 " base_proxyname=\"PointInterpolatorBase\">\n" 32603 " <Documentation>\n" 32604 " This probes a point cloud `PC` on the *Input* with a\n" 32605 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n" 32606 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n" 32607 " misnomer: PC can be represented by any dataset type, with the points of\n" 32608 " the dataset forming PC. Similarly, the output P can also be represented by\n" 32609 " any vtkDataSet type; and the topology/geometry structure of P is passed\n" 32610 " through to the output along with the newly interpolated arrays.\n" 32611 " </Documentation>\n" 32612 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32613 " <ProxyGroupDomain name=\"groups\">\n" 32614 " <Group name=\"sources\" />\n" 32615 " <Group name=\"filters\" />\n" 32616 " </ProxyGroupDomain>\n" 32617 " <DataTypeDomain name=\"input_type\">\n" 32618 " <DataType value=\"vtkDataSet\" />\n" 32619 " </DataTypeDomain>\n" 32620 " <ProxyListDomain name=\"proxy_list\">\n" 32621 " <Proxy group=\"extended_sources\" name=\"BoundedVolumeSource\" />\n" 32622 " </ProxyListDomain>\n" 32623 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32624 " </InputProperty>\n" 32625 " </SourceProxy>\n" 32627 " <!-- =================================================================== -->\n" 32628 " <SourceProxy name=\"PointDatasetInterpolator\" class=\"vtkPointInterpolator\"\n" 32629 " label=\"Point Dataset Interpolator\"\n" 32630 " multiprocess_support=\"single_process\"\n" 32631 " base_proxygroup=\"filters\"\n" 32632 " base_proxyname=\"PointInterpolatorBase\">\n" 32633 " <Documentation>\n" 32634 " This probes a point cloud `PC` on the *Input* with a\n" 32635 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n" 32636 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n" 32637 " misnomer: PC can be represented by any dataset type, with the points of\n" 32638 " the dataset forming PC. Similarly, the output P can also be represented by\n" 32639 " any vtkDataSet type; and the topology/geometry structure of P is passed\n" 32640 " through to the output along with the newly interpolated arrays.\n" 32641 " </Documentation>\n" 32642 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n" 32643 " <ProxyGroupDomain name=\"groups\">\n" 32644 " <Group name=\"sources\" />\n" 32645 " <Group name=\"filters\" />\n" 32646 " </ProxyGroupDomain>\n" 32647 " <DataTypeDomain name=\"input_type\">\n" 32648 " <DataType value=\"vtkDataSet\" />\n" 32649 " </DataTypeDomain>\n" 32650 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n" 32651 " </InputProperty>\n" 32652 " </SourceProxy>\n" 32654 "</ServerManagerConfiguration>\n" 32669 char* res =
new char[ len + 1];
32675 assert(offset == len);
32683 "<ServerManagerConfiguration>\n" 32684 " <ProxyGroup name=\"filters\">\n" 32685 " <!-- ==================================================================== -->\n" 32686 " <SourceProxy class=\"vtkAdditionalFieldReader\"\n" 32687 " label=\"Add Field Arrays\"\n" 32688 " name=\"AddFieldArrays\">\n" 32689 " <Documentation long_help=\"Reads arrays from a file and adds them to the input data object.\"\n" 32690 " short_help=\"Adds arrays to a data object.\">\n" 32691 " Takes in an input data object and a filename. Opens the file\n" 32692 " and adds any arrays it sees there to the input data.\n" 32693 " </Documentation>\n" 32694 " <InputProperty command=\"SetInputConnection\"\n" 32695 " name=\"Input\">\n" 32696 " <ProxyGroupDomain name=\"groups\">\n" 32697 " <Group name=\"sources\" />\n" 32698 " <Group name=\"filters\" />\n" 32699 " </ProxyGroupDomain>\n" 32700 " <Documentation>The input.</Documentation>\n" 32701 " </InputProperty>\n" 32702 " <StringVectorProperty animateable=\"0\"\n" 32703 " command=\"SetFileName\"\n" 32704 " name=\"FileName\"\n" 32705 " number_of_elements=\"1\"\n" 32706 " panel_visibility=\"always\">\n" 32707 " <FileListDomain name=\"files\" />\n" 32708 " <Documentation>\n" 32709 " This property specifies the file to read to get arrays\n" 32710 " </Documentation>\n" 32711 " </StringVectorProperty>\n" 32712 " <Property command=\"Modified\"\n" 32713 " label=\"Reload\"\n" 32714 " name=\"Reload\"\n" 32715 " panel_widget=\"command_button\"\n" 32716 " panel_visibility=\"always\">\n" 32717 " <Documentation> A convenient way to reload the data file </Documentation>\n" 32719 " <!-- End of AdditionalFieldReader -->\n" 32720 " </SourceProxy>\n" 32723 "</ServerManagerConfiguration>\n" 32732 char* res =
new char[ len + 1];
32735 assert(offset == len);
32743 "<ServerManagerConfiguration>\n" 32744 " <ProxyGroup name=\"sources\">\n" 32745 " <!-- ================================================================== -->\n" 32746 " <SourceProxy class=\"vtkPVDReader\"\n" 32747 " label=\"PVD Reader\"\n" 32748 " name=\"PVDReader\">\n" 32749 " <Documentation long_help=\"Load a dataset stored in ParaView's PVD file format.\"\n" 32750 " short_help=\"Read a PVD file.\">The PVD reader reads data\n" 32751 " stored in ParaView's PVD file format. The .pvd file is\n" 32752 " essentially a header file that collects together other\n" 32753 " data files stored in VTK's XML-based file\n" 32754 " format.</Documentation>\n" 32755 " <StringVectorProperty animateable=\"0\"\n" 32756 " command=\"SetFileName\"\n" 32757 " name=\"FileName\"\n" 32758 " number_of_elements=\"1\"\n" 32759 " panel_visibility=\"never\">\n" 32760 " <FileListDomain name=\"files\" />\n" 32761 " <Documentation>This property specifies the file name for the PVD\n" 32762 " reader.</Documentation>\n" 32763 " </StringVectorProperty>\n" 32764 " <DoubleVectorProperty information_only=\"1\"\n" 32765 " name=\"TimestepValues\"\n" 32766 " repeatable=\"1\">\n" 32767 " <TimeStepsInformationHelper />\n" 32768 " <Documentation>Available timestep values.</Documentation>\n" 32769 " </DoubleVectorProperty>\n" 32771 " <!-- Array Selection GUI Component -->\n" 32772 " <StringVectorProperty information_only=\"1\"\n" 32773 " name=\"CellArrayInfo\">\n" 32774 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n" 32775 " </StringVectorProperty>\n" 32776 " <StringVectorProperty command=\"SetCellArrayStatus\"\n" 32777 " element_types=\"2 0\"\n" 32778 " information_property=\"CellArrayInfo\"\n" 32779 " label=\"Cell Arrays\"\n" 32780 " name=\"CellArrayStatus\"\n" 32781 " number_of_elements=\"0\"\n" 32782 " number_of_elements_per_command=\"2\"\n" 32783 " repeat_command=\"1\">\n" 32784 " <ArraySelectionDomain name=\"array_list\">\n" 32785 " <RequiredProperties>\n" 32786 " <Property function=\"ArrayList\"\n" 32787 " name=\"CellArrayInfo\" />\n" 32788 " </RequiredProperties>\n" 32789 " </ArraySelectionDomain>\n" 32790 " <Documentation>This property lists which cell-centered arrays to\n" 32791 " read.</Documentation>\n" 32792 " </StringVectorProperty>\n" 32793 " <StringVectorProperty information_only=\"1\"\n" 32794 " name=\"PointArrayInfo\">\n" 32795 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n" 32796 " </StringVectorProperty>\n" 32797 " <StringVectorProperty command=\"SetPointArrayStatus\"\n" 32798 " element_types=\"2 0\"\n" 32799 " information_property=\"PointArrayInfo\"\n" 32800 " label=\"PointArrays\"\n" 32801 " name=\"PointArrayStatus\"\n" 32802 " number_of_elements=\"0\"\n" 32803 " number_of_elements_per_command=\"2\"\n" 32804 " repeat_command=\"1\">\n" 32805 " <ArraySelectionDomain name=\"array_list\">\n" 32806 " <RequiredProperties>\n" 32807 " <Property function=\"ArrayList\"\n" 32808 " name=\"PointArrayInfo\" />\n" 32809 " </RequiredProperties>\n" 32810 " </ArraySelectionDomain>\n" 32811 " <Documentation>This property lists which point-centered arrays to\n" 32812 " read.</Documentation>\n" 32813 " </StringVectorProperty>\n" 32814 " <StringVectorProperty information_only=\"1\"\n" 32815 " name=\"ColumnArrayInfo\">\n" 32816 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n" 32817 " </StringVectorProperty>\n" 32818 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n" 32819 " element_types=\"2 0\"\n" 32820 " information_property=\"ColumnArrayInfo\"\n" 32821 " label=\"Column Arrays\"\n" 32822 " name=\"ColumnArrayStatus\"\n" 32823 " number_of_elements=\"0\"\n" 32824 " number_of_elements_per_command=\"2\"\n" 32825 " repeat_command=\"1\">\n" 32826 " <ArraySelectionDomain name=\"array_list\">\n" 32827 " <RequiredProperties>\n" 32828 " <Property function=\"ArrayList\"\n" 32829 " name=\"ColumnArrayInfo\" />\n" 32830 " </RequiredProperties>\n" 32831 " </ArraySelectionDomain>\n" 32832 " <Documentation>This property lists which columns to\n" 32833 " read.</Documentation>\n" 32834 " </StringVectorProperty>\n" 32835 " <PropertyGroup label=\"Point/Cell/Column Array Status\"\n" 32836 " name=\"ArrayStatus\"\n" 32837 " panel_visibility=\"default\"\n" 32838 " panel_widget=\"ArrayStatus\">\n" 32839 " <Property name=\"CellArrayInfo\" />\n" 32840 " <Property name=\"CellArrayStatus\" />\n" 32841 " <Property name=\"PointArrayInfo\" />\n" 32842 " <Property name=\"PointArrayStatus\" />\n" 32843 " <Property name=\"ColumnArrayInfo\" />\n" 32844 " <Property name=\"ColumnArrayStatus\" />\n" 32845 " </PropertyGroup>\n" 32847 " <ReaderFactory extensions=\"pvd\"\n" 32848 " file_description=\"ParaView Data Files\" />\n" 32850 " <!-- End PVDReader -->\n" 32851 " </SourceProxy>\n" 32854 " <!-- ================================================================== -->\n" 32857 "</ServerManagerConfiguration>\n" 32866 char* res =
new char[ len + 1];
32869 assert(offset == len);
32877 "<ServerManagerConfiguration>\n" 32878 " <ProxyGroup name=\"internal_writers\">\n" 32879 " <!-- ================================================================= -->\n" 32880 " <Proxy class=\"vtkCSVWriter\" name=\"CSVWriter\">\n" 32881 " <Documentation short_help=\"Writer to write CSV files\">Writer to write comma or tab\n" 32882 " delimited files from a table. If the file extension is tsv it uses the tab character\n" 32883 " for the delimiter. Otherwise it uses a comma.</Documentation>\n" 32885 " <InputProperty name=\"DummyInput\" panel_visibility=\"never\">\n" 32886 " </InputProperty>\n" 32888 " <IntVectorProperty command=\"SetPrecision\"\n" 32889 " default_values=\"5\"\n" 32890 " name=\"Precision\"\n" 32891 " number_of_elements=\"1\">\n" 32892 " <IntRangeDomain min=\"0\"\n" 32893 " name=\"range\" />\n" 32894 " </IntVectorProperty>\n" 32895 " <IntVectorProperty command=\"SetUseScientificNotation\"\n" 32896 " default_values=\"0\"\n" 32897 " name=\"UseScientificNotation\"\n" 32898 " number_of_elements=\"1\">\n" 32899 " <BooleanDomain name=\"bool\" />\n" 32900 " </IntVectorProperty>\n" 32901 " <StringVectorProperty command=\"SetFieldDelimiter\"\n" 32902 " name=\"FieldDelimiter\"\n" 32903 " default_values=\",\"\n" 32904 " number_of_elements=\"1\">\n" 32905 " <Documentation>Used to set the delimiter character. This is hidden from the user\n" 32906 " and set automatically based on the file extension. An extension of .tsv will set\n" 32907 " the delimiter character to a tab. Otherwise a comma will be used as the delimiter.</Documentation>\n" 32908 " </StringVectorProperty>\n" 32909 " <IntVectorProperty command=\"SetFieldAssociation\"\n" 32910 " default_values=\"0\"\n" 32911 " name=\"FieldAssociation\"\n" 32912 " number_of_elements=\"1\">\n" 32913 " <Documentation>Select the attribute data to pass.</Documentation>\n" 32914 " <FieldDataDomain name=\"enum\" enable_field_data=\"1\">\n" 32915 " <RequiredProperties>\n" 32916 " <Property function=\"Input\" name=\"DummyInput\" />\n" 32917 " </RequiredProperties>\n" 32918 " </FieldDataDomain>\n" 32919 " </IntVectorProperty>\n" 32920 " <IntVectorProperty command=\"SetAddMetaData\"\n" 32921 " default_values=\"1\"\n" 32922 " name=\"AddMetaData\"\n" 32923 " number_of_elements=\"1\">\n" 32924 " <Documentation>It is possible for this filter to add additional\n" 32925 " meta-data to the field data such as point coordinates (when point\n" 32926 " attributes are selected and input is pointset) or structured\n" 32927 " coordinates etc. To enable this addition of extra information, turn\n" 32928 " this flag on.</Documentation>\n" 32929 " <BooleanDomain name=\"bool\" />\n" 32930 " </IntVectorProperty>\n" 32931 " <IntVectorProperty command=\"SetAddTime\"\n" 32932 " default_values=\"0\"\n" 32933 " name=\"AddTime\"\n" 32934 " number_of_elements=\"1\">\n" 32935 " <Documentation>When set, the writer will add a \"Time\" column to the generated\n" 32936 " file indicating the current dataset time, if any.\n" 32937 " </Documentation>\n" 32938 " <BooleanDomain name=\"bool\" />\n" 32939 " </IntVectorProperty>\n" 32940 " <!-- End of CSVWriter -->\n" 32942 " <!-- end of \"internal_writers\" -->\n" 32945 " <!-- =================================================================== -->\n" 32946 " <ProxyGroup name=\"writers\">\n" 32947 " <!-- ================================================================= -->\n" 32948 " <PWriterProxy base_proxygroup=\"internal_writers\"\n" 32949 " base_proxyname=\"ParallelWriterBase\"\n" 32950 " class=\"vtkXMLPVDWriter\"\n" 32951 " name=\"XMLPVDWriter\">\n" 32952 " <Documentation short_help=\"Write ParaView data files (pvd).\">Writer to\n" 32953 " write ParaView data files (pvd). It is used to save all pieces of a\n" 32954 " source/filter to a file with pieces spread across the server\n" 32955 " processes.</Documentation>\n" 32956 " <InputProperty command=\"SetInputConnection\"\n" 32957 " name=\"Input\">\n" 32958 " <DataTypeDomain composite_data_supported=\"0\"\n" 32959 " name=\"input_type\">\n" 32960 " <DataType value=\"vtkDataSet\" />\n" 32961 " <DataType value=\"vtkTable\" />\n" 32962 " </DataTypeDomain>\n" 32963 " <Documentation>The input filter/source whose output dataset is to\n" 32964 " written to the files.</Documentation>\n" 32965 " </InputProperty>\n" 32966 " <IntVectorProperty command=\"SetHeaderType\"\n" 32967 " default_values=\"64\"\n" 32968 " name=\"HeaderType\"\n" 32969 " number_of_elements=\"1\">\n" 32970 " <EnumerationDomain name=\"enum\">\n" 32971 " <Entry text=\"UInt32\" value=\"32\" />\n" 32972 " <Entry text=\"UInt64\" value=\"64\" />\n" 32973 " </EnumerationDomain>\n" 32974 " <Documentation>Set the binary data header word type. The default is\n" 32975 " UInt32. Set to UInt64 when storing arrays requiring 64-bit indexing.\n" 32976 " </Documentation>\n" 32977 " </IntVectorProperty>\n" 32978 " <IntVectorProperty command=\"SetDataMode\"\n" 32979 " default_values=\"2\"\n" 32980 " name=\"DataMode\"\n" 32981 " number_of_elements=\"1\">\n" 32982 " <EnumerationDomain name=\"enum\">\n" 32983 " <Entry text=\"Ascii\"\n" 32984 " value=\"0\" />\n" 32985 " <Entry text=\"Binary\"\n" 32986 " value=\"1\" />\n" 32987 " <Entry text=\"Appended\"\n" 32988 " value=\"2\" />\n" 32989 " </EnumerationDomain>\n" 32990 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n" 32991 " binary, appended binary.</Documentation>\n" 32992 " </IntVectorProperty>\n" 32993 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n" 32994 " default_values=\"0\"\n" 32995 " name=\"EncodeAppendedData\"\n" 32996 " number_of_elements=\"1\">\n" 32997 " <BooleanDomain name=\"bool\" />\n" 32998 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n" 32999 " base64 encoding when writing binary data (only if appended mode is\n" 33000 " selected).</Documentation>\n" 33001 " </IntVectorProperty>\n" 33002 " <IntVectorProperty command=\"SetCompressorType\"\n" 33003 " default_values=\"0\"\n" 33004 " name=\"CompressorType\"\n" 33005 " number_of_elements=\"1\">\n" 33006 " <EnumerationDomain name=\"enum\">\n" 33007 " <Entry text=\"None\"\n" 33009 " info=\"fastest write\"/>\n" 33010 " <Entry text=\"LZ4\"\n" 33012 " info=\"fastest compressed write\" />\n" 33013 " <Entry text=\"ZLib\"\n" 33015 " info=\"balanced performance\" />\n" 33016 " <Entry text=\"LZMA\"\n" 33018 " info=\"smallest filesize\" />\n" 33019 " </EnumerationDomain>\n" 33020 " <Documentation>The compression algorithm used to compress binary data\n" 33021 " (appended mode only). None offers fastest write, LZ4 offers fastest\n" 33022 " compressed write, ZLib offers balanced performance, LZMA offers\n" 33023 " smallest compressed filesize.</Documentation>\n" 33024 " </IntVectorProperty>\n" 33025 " <IntVectorProperty command=\"SetCompressionLevel\"\n" 33026 " default_values=\"6\"\n" 33027 " name=\"CompressionLevel\"\n" 33028 " number_of_elements=\"1\">\n" 33029 " <EnumerationDomain name=\"enum\">\n" 33030 " <Entry text=\"1\"\n" 33032 " info=\"fastest write\"/>\n" 33033 " <Entry text=\"2\"\n" 33034 " value=\"2\" />\n" 33035 " <Entry text=\"3\"\n" 33036 " value=\"3\" />\n" 33037 " <Entry text=\"4\"\n" 33038 " value=\"4\" />\n" 33039 " <Entry text=\"5\"\n" 33041 " info=\"balanced performance\" />\n" 33042 " <Entry text=\"6\"\n" 33043 " value=\"6\" />\n" 33044 " <Entry text=\"7\"\n" 33045 " value=\"7\" />\n" 33046 " <Entry text=\"8\"\n" 33047 " value=\"8\" />\n" 33048 " <Entry text=\"9\"\n" 33050 " info=\"smallest filesize\"/>\n" 33051 " </EnumerationDomain>\n" 33052 " <Documentation>A compression performance parameter from 1 (faster/larger\n" 33053 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n" 33055 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 33056 " mode=\"enabled_state\"\n" 33057 " property=\"CompressorType\"\n" 33059 " inverse=\"1\" />\n" 33061 " </IntVectorProperty>\n" 33062 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n" 33063 " default_values=\"0\"\n" 33064 " name=\"WriteTimeSteps\"\n" 33065 " number_of_elements=\"1\">\n" 33066 " <BooleanDomain name=\"bool\" />\n" 33067 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n" 33068 " executed once for each timestep available from its input.</Documentation>\n" 33069 " </IntVectorProperty>\n" 33071 " <Property name=\"Input\"\n" 33073 " <Property name=\"FileName\"\n" 33075 " <Property name=\"HeaderType\"\n" 33077 " <Property name=\"UseSubdirectory\"\n" 33079 " <Property name=\"WriteAllTimeSteps\"\n" 33081 " <WriterFactory extensions=\"pvd\"\n" 33082 " file_description=\"ParaView Data Files\" />\n" 33084 " <!-- End of XMLPVDWriter -->\n" 33085 " </PWriterProxy>\n" 33087 " <!-- ================================================================= -->\n" 33088 " <PWriterProxy class=\"vtkFileSeriesWriter\"\n" 33089 " file_name_method=\"SetFileName\"\n" 33090 " name=\"CSVWriter\">\n" 33091 " <Documentation short_help=\"Writer to write CSV files\">Writer to write comma or tab\n" 33092 " delimited files from any dataset. Set FieldAssociation to choose whether cell\n" 33093 " data/point data needs to be saved. If the file extension is tsv it uses the tab character\n" 33094 " for the delimiter. Otherwise it uses a comma.</Documentation>\n" 33095 " <InputProperty command=\"SetInputConnection\"\n" 33096 " panel_visibility=\"never\"\n" 33097 " name=\"Input\">\n" 33098 " <DataTypeDomain name=\"input_type\">\n" 33099 " <DataType value=\"vtkDataSet\" />\n" 33100 " <DataType value=\"vtkTable\" />\n" 33101 " </DataTypeDomain>\n" 33102 " <Documentation>The input filter/source whose output dataset is to be\n" 33103 " written to the file.</Documentation>\n" 33104 " </InputProperty>\n" 33105 " <StringVectorProperty command=\"SetFileName\"\n" 33106 " name=\"FileName\"\n" 33107 " panel_visibility=\"never\"\n" 33108 " number_of_elements=\"1\">\n" 33109 " <Documentation>The name of the file to be written.</Documentation>\n" 33110 " </StringVectorProperty>\n" 33111 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n" 33112 " default_values=\"0\"\n" 33113 " name=\"WriteTimeSteps\"\n" 33114 " number_of_elements=\"1\">\n" 33115 " <BooleanDomain name=\"bool\" />\n" 33116 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n" 33117 " executed once for each timestep available from its input.</Documentation>\n" 33118 " </IntVectorProperty>\n" 33119 " <StringVectorProperty command=\"SetFileNameSuffix\"\n" 33120 " default_values=\"_%d\"\n" 33121 " label = \"File name suffix\"\n" 33122 " name=\"FileNameSuffix\"\n" 33123 " number_of_elements=\"1\">\n" 33124 " <Documentation>\n" 33125 " The suffix to append to the file name when writing files at different timesteps.\n" 33126 " (File extensions such as .csv should be excluded.)\n" 33127 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n" 33128 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n" 33129 " FileName_001, FileName_002 etc.\n" 33130 " </Documentation>\n" 33132 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 33133 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n" 33134 " </PropertyWidgetDecorator>\n" 33136 " </StringVectorProperty>\n" 33139 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n" 33140 " <ExposedProperties>\n" 33141 " <Property name=\"ChooseArraysToWrite\"/>\n" 33142 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n" 33143 " <Property name=\"PointDataArrays\" />\n" 33144 " <Property name=\"CellDataArrays\" />\n" 33145 " <Property name=\"FieldDataArrays\" />\n" 33146 " <Property name=\"VertexDataArrays\" />\n" 33147 " <Property name=\"EdgeDataArrays\" />\n" 33148 " <Property name=\"RowDataArrays\" />\n" 33150 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n" 33151 " mode=\"visibility\"\n" 33152 " property=\"ChooseArraysToWrite\"\n" 33153 " value=\"1\" />\n" 33154 " <!-- show this widget when ChooseArraysToWrite==1 -->\n" 33156 " </PropertyGroup>\n" 33157 " </ExposedProperties>\n" 33158 " <LinkProperties>\n" 33159 " <Property name=\"Input\" with_property=\"Input\" />\n" 33160 " </LinkProperties>\n" 33164 " <Proxy name=\"Writer\"\n" 33165 " proxygroup=\"internal_writers\"\n" 33166 " proxyname=\"CSVWriter\"></Proxy>\n" 33167 " <ExposedProperties>\n" 33168 " <PropertyGroup label=\"CSV Writer Parameters\">\n" 33169 " <Property name=\"Precision\" />\n" 33170 " <Property name=\"FieldDelimiter\"\n" 33171 " panel_visibility=\"never\"/>\n" 33172 " <Property name=\"UseScientificNotation\" />\n" 33173 " <Property name=\"FieldAssociation\" />\n" 33174 " <Property name=\"AddMetaData\" />\n" 33175 " <Property name=\"AddTime\" />\n" 33176 " </PropertyGroup>\n" 33177 " </ExposedProperties>\n" 33178 " <LinkProperties>\n" 33179 " <Property name=\"DummyInput\" with_property=\"Input\" />\n" 33180 " </LinkProperties>\n" 33184 " <WriterFactory extensions=\"csv txt tsv\"\n" 33185 " file_description=\"Comma or Tab Delimited Files\" />\n" 33186 " <InitializationHelper class=\"vtkSMCSVProxiesInitializationHelper\" />\n" 33188 " <!-- End of CSVWriter -->\n" 33189 " </PWriterProxy>\n" 33191 " <!-- ================================================================= -->\n" 33192 " <PWriterProxy class=\"vtkFileSeriesWriter\"\n" 33193 " file_name_method=\"SetFileName\"\n" 33194 " name=\"DataSetCSVWriter\"\n" 33195 " base_proxygroup=\"writers\"\n" 33196 " base_proxyname=\"CSVWriter\">\n" 33197 " <!-- keeping this around for old state files / traces that may be directly\n" 33198 " using the DataSetCSVWriter -->\n" 33203 " </PWriterProxy>\n" 33205 " <!-- end of \"writers\" -->\n" 33208 " <!-- =================================================================== -->\n" 33209 " <ProxyGroup name=\"extract_writers\">\n" 33211 " <!-- ================================================================= -->\n" 33212 " <DataExtractWriterProxy name=\"CSV\">\n" 33213 " <Documentation>\n" 33214 " Extract writer to write tabular data using the CSV file format (csv).\n" 33215 " </Documentation>\n" 33216 " <StringVectorProperty name=\"FileName\"\n" 33217 " number_of_elements=\"1\"\n" 33218 " default_values=\"dataset_%.6ts.csv\">\n" 33219 " <Documentation>\n" 33220 " Specify the filename to use.\n" 33221 " </Documentation>\n" 33222 " </StringVectorProperty>\n" 33224 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"CSVWriter\" />\n" 33225 " <ExposedProperties>\n" 33226 " <Property name=\"Input\" />\n" 33227 " <Property name=\"FieldAssociation\" />\n" 33228 " <Property name=\"Precision\" panel_visibility=\"advanced\"/>\n" 33229 " <Property name=\"UseScientificNotation\" panel_visibility=\"advanced\"/>\n" 33230 " <Property name=\"AddMetaData\" panel_visibility=\"advanced\"/>\n" 33231 " <Property name=\"AddTime\" panel_visibility=\"advanced\"/>\n" 33232 " </ExposedProperties>\n" 33236 " <ShowInMenu category=\"Data\" />\n" 33238 " </DataExtractWriterProxy>\n" 33240 " <!-- end of \"extract_writers\" -->\n" 33242 "</ServerManagerConfiguration>\n" 33253 char* res =
new char[ len + 1];
33257 assert(offset == len);
33265 "<ServerManagerConfiguration>\n" 33266 " <ProxyGroup name=\"internal_sources\">\n" 33267 " <!-- ================================================================== -->\n" 33268 " <Proxy label=\"Image Reader Core\" name=\"ImageReaderCore\" class=\"vtkImageReader\">\n" 33269 " <Documentation long_help=\"Reads raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.\"\n" 33270 " short_help=\"Read raw regular rectilinear grid data from a file.\">\n" 33271 " The Image reader reads raw, regular, rectilinear grid\n" 33272 " (image/volume) data from a file. Because no metadata is\n" 33273 " provided, the user must specify information about the\n" 33274 " size, spacing, dimensionality, etc. about the\n" 33275 " dataset.</Documentation>\n" 33276 " <IntVectorProperty command=\"SetDataScalarType\"\n" 33277 " default_values=\"4\"\n" 33278 " name=\"DataScalarType\"\n" 33279 " number_of_elements=\"1\">\n" 33280 " <EnumerationDomain name=\"enum\">\n" 33281 " <Entry text=\"char\"\n" 33282 " value=\"2\" />\n" 33283 " <Entry text=\"unsigned char\"\n" 33284 " value=\"3\" />\n" 33285 " <Entry text=\"short\"\n" 33286 " value=\"4\" />\n" 33287 " <Entry text=\"unsigned short\"\n" 33288 " value=\"5\" />\n" 33289 " <Entry text=\"int\"\n" 33290 " value=\"6\" />\n" 33291 " <Entry text=\"unsigned int\"\n" 33292 " value=\"7\" />\n" 33293 " <Entry text=\"long\"\n" 33294 " value=\"8\" />\n" 33295 " <Entry text=\"unsigned long\"\n" 33296 " value=\"9\" />\n" 33297 " <Entry text=\"float\"\n" 33298 " value=\"10\" />\n" 33299 " <Entry text=\"double\"\n" 33300 " value=\"11\" />\n" 33301 " </EnumerationDomain>\n" 33302 " <Documentation>The value of this property indicates the scalar type of\n" 33303 " the pixels/voxels in the file(s): short, int, float ...</Documentation>\n" 33304 " </IntVectorProperty>\n" 33305 " <IntVectorProperty command=\"SetDataByteOrder\"\n" 33306 " default_values=\"0\"\n" 33307 " name=\"DataByteOrder\"\n" 33308 " number_of_elements=\"1\">\n" 33309 " <EnumerationDomain name=\"enum\">\n" 33310 " <Entry text=\"BigEndian\"\n" 33311 " value=\"0\" />\n" 33312 " <Entry text=\"LittleEndian\"\n" 33313 " value=\"1\" />\n" 33314 " </EnumerationDomain>\n" 33315 " <Documentation>This property indicates the byte order of the binary\n" 33316 " file(s).</Documentation>\n" 33317 " </IntVectorProperty>\n" 33318 " <DoubleVectorProperty command=\"SetDataOrigin\"\n" 33319 " default_values=\"0.0 0.0 0.0\"\n" 33320 " name=\"DataOrigin\"\n" 33321 " number_of_elements=\"3\">\n" 33322 " <DoubleRangeDomain name=\"range\" />\n" 33323 " <Documentation>The coordinate contained in this property specifies the\n" 33324 " position of the point with index (0,0,0).</Documentation>\n" 33325 " </DoubleVectorProperty>\n" 33326 " <DoubleVectorProperty command=\"SetDataSpacing\"\n" 33327 " default_values=\"1.0 1.0 1.0\"\n" 33328 " name=\"DataSpacing\"\n" 33329 " number_of_elements=\"3\">\n" 33330 " <DoubleRangeDomain name=\"range\" />\n" 33331 " <Documentation>This property specifies the size of a voxel in each\n" 33332 " dimension.</Documentation>\n" 33333 " </DoubleVectorProperty>\n" 33334 " <IntVectorProperty command=\"SetNumberOfScalarComponents\"\n" 33335 " default_values=\"1\"\n" 33336 " name=\"NumberOfScalarComponents\"\n" 33337 " number_of_elements=\"1\">\n" 33338 " <IntRangeDomain name=\"range\" />\n" 33339 " <Documentation>This property specifies the number of components the\n" 33340 " scalar value at each pixel or voxel has (e.g., RGB - 3 scalar\n" 33341 " components).</Documentation>\n" 33342 " </IntVectorProperty>\n" 33343 " <StringVectorProperty command=\"SetScalarArrayName\"\n" 33344 " default_values=\"ImageFile\"\n" 33345 " name=\"ScalarArrayName\"\n" 33346 " number_of_elements=\"1\">\n" 33347 " <Documentation>This property contains a text string listing a name to\n" 33348 " assign to the point-centered data array read.</Documentation>\n" 33349 " </StringVectorProperty>\n" 33350 " <IntVectorProperty command=\"SetFileLowerLeft\"\n" 33351 " default_values=\"1\"\n" 33352 " name=\"FileLowerLeft\"\n" 33353 " number_of_elements=\"1\">\n" 33354 " <BooleanDomain name=\"bool\" />\n" 33355 " <Documentation>This property determines whether the data originates in\n" 33356 " the lower left corner (on) or the upper left corner (off). Most\n" 33357 " scientific data is written with a right-handed axes that originates in\n" 33358 " the lower left corner. However, several 2D image file formats write the\n" 33359 " image from the upper left corner.</Documentation>\n" 33360 " </IntVectorProperty>\n" 33361 " <!-- End ImageReaderCore -->\n" 33364 " <!-- ============================================================= -->\n" 33365 " <Proxy class=\"vtkPNGReader\"\n" 33366 " label=\"PNG Reader\"\n" 33367 " name=\"PNGReader\">\n" 33368 " <Documentation long_help=\"Reads a PNG file into an image data.\"\n" 33369 " short_help=\"Read a PNG file.\">The PNG reader reads PNG\n" 33370 " (Portable Network Graphics) files, and the output is a\n" 33371 " uniform rectilinear (image/volume) dataset. The default\n" 33372 " file extension is .png.</Documentation>\n" 33373 " <StringVectorProperty animateable=\"0\"\n" 33374 " command=\"SetFileName\"\n" 33375 " name=\"FileName\"\n" 33376 " number_of_elements=\"1\"\n" 33377 " panel_visibility=\"never\">\n" 33378 " <FileListDomain name=\"files\" />\n" 33379 " <Documentation>This property specifies the file name for the PNG\n" 33380 " reader.</Documentation>\n" 33381 " </StringVectorProperty>\n" 33382 " <DoubleVectorProperty name=\"DataSpacing\"\n" 33383 " command=\"SetDataSpacing\"\n" 33384 " number_of_elements=\"3\"\n" 33385 " default_values=\"1 1 1\">\n" 33386 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n" 33387 " <Documentation>\n" 33388 " Set the spacing to use for the image output by this reader.\n" 33389 " </Documentation>\n" 33390 " </DoubleVectorProperty>\n" 33391 " <!-- End PNGReader -->\n" 33394 " <!-- ============================================================= -->\n" 33395 " <Proxy class=\"vtkJPEGReader\"\n" 33396 " label=\"JPEG Reader\"\n" 33397 " name=\"JPEGReader\">\n" 33398 " <Documentation long_help=\"Reads a JPEG file into an image data.\"\n" 33399 " short_help=\"Read a JPEG file.\">The JPEG reader reads JPEG\n" 33400 " files, and the output is a uniform rectilinear\n" 33401 " (image/volume) dataset. The default file extension is .jpg\n" 33402 " or .jpeg.</Documentation>\n" 33403 " <StringVectorProperty animateable=\"0\"\n" 33404 " command=\"SetFileName\"\n" 33405 " name=\"FileName\"\n" 33406 " number_of_elements=\"1\"\n" 33407 " panel_visibility=\"never\">\n" 33408 " <FileListDomain name=\"files\" />\n" 33409 " <Documentation>This property specifies the file name for the JPEG\n" 33410 " reader.</Documentation>\n" 33411 " </StringVectorProperty>\n" 33412 " <DoubleVectorProperty name=\"DataSpacing\"\n" 33413 " command=\"SetDataSpacing\"\n" 33414 " number_of_elements=\"3\"\n" 33415 " default_values=\"1 1 1\">\n" 33416 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n" 33417 " <Documentation>\n" 33418 " Set the spacing to use for the image output by this reader.\n" 33419 " </Documentation>\n" 33420 " </DoubleVectorProperty>\n" 33421 " <!-- End JPEGReader -->\n" 33424 " <!-- ================================================================== -->\n" 33425 " <Proxy class=\"vtkMRCReader\" label=\"MRC Reader\" name=\"MRCReader\">\n" 33426 " <Documentation long_help=\"Reads a MRC file into an image data.\"\n" 33427 " short_help=\"Read a MRC file.\">The MRC reader reads MRC\n" 33428 " (Medical Research Council) image files, and the output is a\n" 33429 " uniform rectilinear (image/volume) dataset. The default\n" 33430 " file extension is .mrc but .st, .rec and .ali extensions\n" 33431 " are known to be commonly used as well.</Documentation>\n" 33432 " <StringVectorProperty animateable=\"0\"\n" 33433 " command=\"SetFileName\"\n" 33434 " name=\"FileName\"\n" 33435 " number_of_elements=\"1\"\n" 33436 " panel_visibility=\"never\">\n" 33437 " <FileListDomain name=\"files\" />\n" 33438 " <Documentation>The name of the file to load.</Documentation>\n" 33439 " </StringVectorProperty>\n" 33440 " <!-- End MRCReader -->\n" 33443 " <!-- ================================================================== -->\n" 33444 " <Proxy class=\"vtkTIFFReader\" label=\"TIFF Reader\" name=\"TIFFReader\">\n" 33445 " <Documentation long_help=\"Reads a TIFF file into an image data.\"\n" 33446 " short_help=\"Read a TIFF file.\">The TIFF reader reads TIFF\n" 33447 " (Tagged Image File Format) files, and the output is a\n" 33448 " uniform rectilinear (image/volume) dataset. The default\n" 33449 " file extension is .tiff.</Documentation>\n" 33450 " <StringVectorProperty animateable=\"0\"\n" 33451 " command=\"SetFileName\"\n" 33452 " name=\"FileName\"\n" 33453 " number_of_elements=\"1\"\n" 33454 " panel_visibility=\"never\">\n" 33455 " <FileListDomain name=\"files\" />\n" 33456 " <Documentation>This property specifies the file name for the TIFF\n" 33457 " reader.</Documentation>\n" 33458 " </StringVectorProperty>\n" 33459 " <IntVectorProperty name=\"UseCustomDataSpacing\"\n" 33460 " command=\"SetSpacingSpecifiedFlag\"\n" 33461 " number_of_elements=\"1\"\n" 33462 " default_values=\"0\">\n" 33463 " <BooleanDomain name=\"bool\" />\n" 33464 " <Documentation>\n" 33465 " To manually specify a custom spacing using **CustomDataSpacing**, set this property to 1 (checked).\n" 33466 " </Documentation>\n" 33467 " </IntVectorProperty>\n" 33468 " <DoubleVectorProperty name=\"CustomDataSpacing\"\n" 33469 " command=\"SetDataSpacing\"\n" 33470 " information_property=\"CustomDataSpacingInfo\"\n" 33471 " number_of_elements=\"3\"\n" 33472 " default_values=\"1 1 1\">\n" 33473 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n" 33474 " <Documentation>\n" 33475 " Set the spacing to use for the image output by this reader. This is used only when\n" 33476 " **UseCustomDataSpacing** is set to true.\n" 33477 " </Documentation>\n" 33479 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 33480 " <Property name=\"UseCustomDataSpacing\" function=\"boolean\" />\n" 33481 " </PropertyWidgetDecorator>\n" 33483 " </DoubleVectorProperty>\n" 33484 " <DoubleVectorProperty name=\"CustomDataSpacingInfo\"\n" 33485 " command=\"GetDataSpacing\"\n" 33486 " information_only=\"1\">\n" 33487 " <SimpleDoubleInformationHelper />\n" 33488 " </DoubleVectorProperty>\n" 33489 " <!-- End TIFFReader -->\n" 33492 " <!-- ================================================================== -->\n" 33493 " <Proxy class=\"vtkMetaImageReader\"\n" 33494 " label=\"Meta Image reader\"\n" 33495 " name=\"MetaImageReaderCore\">\n" 33496 " <Documentation long_help=\"Reads binary UNC meta image data.\"\n" 33497 " short_help=\"Read UNC meta image data.\">The Meta Image\n" 33498 " Reader reads binary UNC meta image data, and produces\n" 33499 " uniform rectilinear (image/volume) data. The default file\n" 33500 " extensions are .mhd and .mha.</Documentation>\n" 33501 " <StringVectorProperty animateable=\"0\"\n" 33502 " command=\"SetFileName\"\n" 33503 " name=\"FileName\"\n" 33504 " number_of_elements=\"1\"\n" 33505 " panel_visibility=\"never\">\n" 33506 " <FileListDomain name=\"files\" />\n" 33507 " <Documentation>This property specifies the file name for the Meta Image\n" 33508 " reader.</Documentation>\n" 33509 " </StringVectorProperty>\n" 33510 " <!-- End Meta Image Reader -->\n" 33513 " <!-- ============================================================= -->\n" 33514 " <Proxy class=\"vtkHDRReader\"\n" 33515 " label=\"HDR Reader\"\n" 33516 " name=\"HDRReader\">\n" 33517 " <Documentation long_help=\"Reads a HDR file into an image data.\"\n" 33518 " short_help=\"Read a HDR file.\">The HDR reader reads HDR\n" 33519 " (High Dynamic Range) files, and the output is a\n" 33520 " uniform rectilinear (image/volume) dataset. The default\n" 33521 " file extension is .hdr.</Documentation>\n" 33522 " <StringVectorProperty animateable=\"0\"\n" 33523 " command=\"SetFileName\"\n" 33524 " name=\"FileName\"\n" 33525 " number_of_elements=\"1\"\n" 33526 " panel_visibility=\"never\">\n" 33527 " <FileListDomain name=\"files\" />\n" 33528 " <Documentation>This property specifies the file name for the HDR\n" 33529 " reader.</Documentation>\n" 33530 " </StringVectorProperty>\n" 33531 " <DoubleVectorProperty name=\"DataSpacing\"\n" 33532 " command=\"SetDataSpacing\"\n" 33533 " number_of_elements=\"3\"\n" 33534 " default_values=\"1 1 1\">\n" 33535 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n" 33536 " <Documentation>\n" 33537 " Set the spacing to use for the image output by this reader.\n" 33538 " </Documentation>\n" 33539 " </DoubleVectorProperty>\n" 33540 " <!-- End HDRReader -->\n" 33543 " <!-- end of \"internal_sources\" -->\n" 33546 " <!-- ==================================================================== -->\n" 33547 " <ProxyGroup name=\"sources\">\n" 33549 " <!-- ================================================================== -->\n" 33550 " <SourceProxy class=\"vtkRawImageFileSeriesReader\"\n" 33551 " file_name_method=\"SetFileName\"\n" 33552 " label=\"Image Reader\"\n" 33553 " name=\"ImageReader\"\n" 33554 " si_class=\"vtkSIMetaReaderProxy\">\n" 33555 " <Documentation long_help=\"Reads a series of raw files into an time sequence of image datas.\"\n" 33556 " short_help=\"Read a series of raw files.\">The raw series\n" 33557 " reader reads raw files. The output is a time sequence of\n" 33558 " uniform rectilinear (image/volume) dataset. The default\n" 33559 " file extension is .raw.</Documentation>\n" 33560 " <StringVectorProperty animateable=\"0\"\n" 33561 " clean_command=\"RemoveAllFileNames\"\n" 33562 " command=\"AddFileName\"\n" 33567 " name=\"FileNames\"\n" 33568 " number_of_elements=\"1\"\n" 33569 " panel_visibility=\"never\"\n" 33570 " repeat_command=\"1\">\n" 33571 " <FileListDomain name=\"files\" />\n" 33572 " <Documentation>The list of files to be read by the reader. If more than\n" 33573 " one file is specified, the reader will switch to file series mode in\n" 33574 " which it will pretend that it can support time and provide one file per\n" 33575 " time step.</Documentation>\n" 33576 " </StringVectorProperty>\n" 33577 " <DoubleVectorProperty information_only=\"1\"\n" 33578 " name=\"TimestepValues\"\n" 33579 " repeatable=\"1\">\n" 33580 " <TimeStepsInformationHelper />\n" 33581 " <Documentation>Available timestep values.</Documentation>\n" 33582 " </DoubleVectorProperty>\n" 33583 " <IntVectorProperty name=\"ReadAsImageStack\"\n" 33584 " command=\"SetReadAsImageStack\"\n" 33585 " number_of_elements=\"1\"\n" 33586 " default_values=\"0\">\n" 33587 " <BooleanDomain name=\"bool\" />\n" 33588 " <Documentation>\n" 33589 " When set, the reader will read the set of files as an image stack, rather than\n" 33590 " a temporal file series.\n" 33591 " </Documentation>\n" 33592 " </IntVectorProperty>\n" 33594 " <Proxy name=\"Reader\"\n" 33595 " proxygroup=\"internal_sources\"\n" 33596 " proxyname=\"ImageReaderCore\"></Proxy>\n" 33597 " <ExposedProperties>\n" 33598 " <Property name=\"DataScalarType\" />\n" 33599 " <Property name=\"DataByteOrder\" />\n" 33600 " <Property name=\"DataOrigin\" />\n" 33601 " <Property name=\"DataSpacing\" />\n" 33602 " <Property name=\"NumberOfScalarComponents\" />\n" 33603 " <Property name=\"FileLowerLeft\" />\n" 33604 " <Property name=\"ScalarArrayName\" />\n" 33605 " </ExposedProperties>\n" 33607 " <IntVectorProperty command=\"SetFileDimensionality\"\n" 33608 " default_values=\"3\"\n" 33609 " name=\"FileDimensionality\"\n" 33610 " number_of_elements=\"1\">\n" 33611 " <EnumerationDomain name=\"enum\">\n" 33612 " <Entry text=\"2\"\n" 33613 " value=\"2\" />\n" 33614 " <Entry text=\"3\"\n" 33615 " value=\"3\" />\n" 33616 " </EnumerationDomain>\n" 33617 " <Documentation>This property indicates whether the file(s) in this\n" 33618 " dataset contain slices (2D) or volumes (3D).</Documentation>\n" 33619 " </IntVectorProperty>\n" 33620 " <IntVectorProperty command=\"SetDataExtent\"\n" 33621 " default_values=\"0 0 0 0 0 0\"\n" 33622 " name=\"DataExtent\"\n" 33623 " number_of_elements=\"6\">\n" 33624 " <IntRangeDomain name=\"range\" />\n" 33625 " <Documentation>This property specifies the minimum and maximum index\n" 33626 " values of the data in each dimension (xmin, xmax, ymin, ymax, zmin,\n" 33627 " zmax).</Documentation>\n" 33628 " </IntVectorProperty>\n" 33630 " <ReaderFactory extensions=\"raw\"\n" 33631 " file_description=\"Raw (binary) Files\" />\n" 33633 " <!-- End RAWSeriesReader -->\n" 33634 " </SourceProxy>\n" 33636 " <!-- ================================================================== -->\n" 33637 " <SourceProxy class=\"vtkOMETIFFReader\"\n" 33638 " label=\"OME TIFF Reader\"\n" 33639 " name=\"OMETIFFReader\">\n" 33640 " <Documentation long_help=\"Reads an OME-TIFF file.\"\n" 33641 " short_help=\"Reads an OME-TIFF file.\">\n" 33642 " Supports reading OME-TIFF files.\n" 33643 " </Documentation>\n" 33644 " <StringVectorProperty animateable=\"0\"\n" 33645 " command=\"SetFileName\"\n" 33646 " name=\"FileName\"\n" 33647 " number_of_elements=\"1\"\n" 33648 " panel_visibility=\"never\">\n" 33649 " <FileListDomain name=\"files\" />\n" 33650 " <Documentation>This property specifies the file name for the OME-TIFF reader.</Documentation>\n" 33651 " </StringVectorProperty>\n" 33652 " <IntVectorProperty name=\"UseCustomDataSpacing\"\n" 33653 " command=\"SetSpacingSpecifiedFlag\"\n" 33654 " number_of_elements=\"1\"\n" 33655 " default_values=\"0\">\n" 33656 " <BooleanDomain name=\"bool\" />\n" 33657 " <Documentation>\n" 33658 " To manually specify a custom spacing using **CustomDataSpacing**, set this property to 1 (checked).\n" 33659 " </Documentation>\n" 33660 " </IntVectorProperty>\n" 33661 " <DoubleVectorProperty name=\"CustomDataSpacing\"\n" 33662 " command=\"SetDataSpacing\"\n" 33663 " information_property=\"CustomDataSpacingInfo\"\n" 33664 " number_of_elements=\"3\"\n" 33665 " default_values=\"1 1 1\">\n" 33666 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n" 33667 " <Documentation>\n" 33668 " Set the spacing to use for the image output by this reader. This is used only when\n" 33669 " **UseCustomDataSpacing** is set to 1.\n" 33670 " </Documentation>\n" 33672 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n" 33673 " <Property name=\"UseCustomDataSpacing\" function=\"boolean\" />\n" 33674 " </PropertyWidgetDecorator>\n" 33676 " </DoubleVectorProperty>\n" 33677 " <DoubleVectorProperty name=\"CustomDataSpacingInfo\"\n" 33678 " command=\"GetDataSpacing\"\n" 33679 " information_only=\"1\">\n" 33680 " <SimpleDoubleInformationHelper />\n" 33681 " </DoubleVectorProperty>\n" 33682 " <IntVectorProperty name=\"IgnoreColorMap\"\n" 33683 " command=\"SetIgnoreColorMap\"\n" 33684 " number_of_elements=\"1\"\n" 33685 " default_values=\"1\">\n" 33686 " <BooleanDomain name=\"bool\" />\n" 33687 " <Documentation>\n" 33688 " When checked, data values in the TIFF file will not be mapped to colors using the\n" 33689 " color map specified in the TIFF, if any. This is useful for files where the\n" 33690 " color map may be incorrectly specified.\n" 33691 " </Documentation>\n" 33692 " </IntVectorProperty>\n" 33693 " <DoubleVectorProperty information_only=\"1\"\n" 33694 " name=\"TimestepValues\"\n" 33695 " repeatable=\"1\">\n" 33696 " <TimeStepsInformationHelper />\n" 33697 " <Documentation>Available timestep values.</Documentation>\n" 33698 " </DoubleVectorProperty>\n" 33700 " <ReaderFactory extensions=\"ome.tif ome.tiff\"\n" 33701 " file_description=\"OME TIFF Files\" />\n" 33703 " <!-- End OMETIFFReader -->\n" 33704 " </SourceProxy>\n" 33706 " <!-- ================================================================== -->\n" 33707 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n" 33708 " file_name_method=\"SetFileName\"\n" 33709 " label=\"PNG Series Reader\"\n" 33710 " name=\"PNGSeriesReader\"\n" 33711 " si_class=\"vtkSIMetaReaderProxy\">\n" 33712 " <Documentation long_help=\"Reads a PNG file into an image data.\"\n" 33713 " short_help=\"Read a PNG file.\">The PNG reader reads PNG\n" 33714 " (Portable Network Graphics) files, and the output is a\n" 33715 " uniform rectilinear (image/volume) dataset. The default\n" 33716 " file extension is .png.</Documentation>\n" 33717 " <StringVectorProperty animateable=\"0\"\n" 33718 " clean_command=\"RemoveAllFileNames\"\n" 33719 " command=\"AddFileName\"\n" 33720 " name=\"FileNames\"\n" 33721 " number_of_elements=\"1\"\n" 33722 " panel_visibility=\"never\"\n" 33723 " repeat_command=\"1\">\n" 33724 " <FileListDomain name=\"files\" />\n" 33725 " <Documentation>The list of files to be read by the reader. If more than\n" 33726 " one file is specified, the reader will switch to file series mode in\n" 33727 " which it will pretend that it can support time and provide one file per\n" 33728 " time step.</Documentation>\n" 33729 " </StringVectorProperty>\n" 33730 " <DoubleVectorProperty information_only=\"1\"\n" 33731 " name=\"TimestepValues\"\n" 33732 " repeatable=\"1\">\n" 33733 " <TimeStepsInformationHelper />\n" 33734 " <Documentation>Available timestep values.</Documentation>\n" 33735 " </DoubleVectorProperty>\n" 33736 " <IntVectorProperty name=\"ReadAsImageStack\"\n" 33737 " command=\"SetReadAsImageStack\"\n" 33738 " number_of_elements=\"1\"\n" 33739 " default_values=\"1\">\n" 33740 " <BooleanDomain name=\"bool\" />\n" 33741 " <Documentation>\n" 33742 " When set, the reader will read the set of files as an image stack, rather than\n" 33743 " a temporal file series.\n" 33744 " </Documentation>\n" 33745 " </IntVectorProperty>\n" 33747 " <Proxy name=\"Reader\"\n" 33748 " proxygroup=\"internal_sources\"\n" 33749 " proxyname=\"PNGReader\"></Proxy>\n" 33750 " <ExposedProperties>\n" 33751 " <Property name=\"DataSpacing\" />\n" 33752 " </ExposedProperties>\n" 33755 " <ReaderFactory extensions=\"png\"\n" 33756 " file_description=\"PNG Image Files\" />\n" 33758 " <!-- End PNGSeriesReader -->\n" 33759 " </SourceProxy>\n" 33761 " <!-- ================================================================== -->\n" 33762 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n" 33763 " file_name_method=\"SetFileName\"\n" 33764 " label=\"JPEG Series Reader\"\n" 33765 " name=\"JPEGSeriesReader\"\n" 33766 " si_class=\"vtkSIMetaReaderProxy\">\n" 33767 " <Documentation long_help=\"Reads a series of JPEG files into an time sequence of image datas.\"\n" 33768 " short_help=\"Read a series of JPEG files.\">The JPEG series\n" 33769 " reader reads JPEG files. The output is a time sequence of\n" 33770 " uniform rectilinear (image/volume) dataset. The default\n" 33771 " file extension is .jpg or .jpeg.</Documentation>\n" 33772 " <StringVectorProperty animateable=\"0\"\n" 33773 " clean_command=\"RemoveAllFileNames\"\n" 33774 " command=\"AddFileName\"\n" 33775 " name=\"FileNames\"\n" 33776 " number_of_elements=\"1\"\n" 33777 " panel_visibility=\"never\"\n" 33778 " repeat_command=\"1\">\n" 33779 " <FileListDomain name=\"files\" />\n" 33780 " <Documentation>The list of files to be read by the reader. If more than\n" 33781 " one file is specified, the reader will switch to file series mode in\n" 33782 " which it will pretend that it can support time and provide one file per\n" 33783 " time step.</Documentation>\n" 33784 " </StringVectorProperty>\n" 33785 " <DoubleVectorProperty information_only=\"1\"\n" 33786 " name=\"TimestepValues\"\n" 33787 " repeatable=\"1\">\n" 33788 " <TimeStepsInformationHelper />\n" 33789 " <Documentation>Available timestep values.</Documentation>\n" 33790 " </DoubleVectorProperty>\n" 33791 " <IntVectorProperty name=\"ReadAsImageStack\"\n" 33792 " command=\"SetReadAsImageStack\"\n" 33793 " number_of_elements=\"1\"\n" 33794 " default_values=\"1\">\n" 33795 " <BooleanDomain name=\"bool\" />\n" 33796 " <Documentation>\n" 33797 " When set, the reader will read the set of files as an image stack, rather than\n" 33798 " a temporal file series.\n" 33799 " </Documentation>\n" 33800 " </IntVectorProperty>\n" 33802 " <Proxy name=\"Reader\"\n" 33803 " proxygroup=\"internal_sources\"\n" 33804 " proxyname=\"JPEGReader\"></Proxy>\n" 33805 " <ExposedProperties>\n" 33806 " <Property name=\"DataSpacing\" />\n" 33807 " </ExposedProperties>\n" 33810 " <ReaderFactory extensions=\"jpg jpeg\"\n" 33811 " file_description=\"JPEG Image Files\" />\n" 33813 " <!-- End JPEGSeriesReader -->\n" 33814 " </SourceProxy>\n" 33816 " <!-- ================================================================== -->\n" 33817 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n" 33818 " file_name_method=\"SetFileName\"\n" 33819 " label=\"MRC Series Reader\"\n" 33820 " name=\"MRCSeriesReader\"\n" 33821 " si_class=\"vtkSIMetaReaderProxy\">\n" 33822 " <Documentation long_help=\"Reads a series of MRC files into an time sequence of image datas.\"\n" 33823 " short_help=\"Read a series of MRC files.\">The MRC series\n" 33824 " reader reads MRC files. The output is a time sequence of\n" 33825 " uniform rectilinear (image/volume) dataset. The default\n" 33826 " file extension is .mrc but .ali, .st and .rec are also\n" 33827 " recognized.</Documentation>\n" 33828 " <StringVectorProperty animateable=\"0\"\n" 33829 " clean_command=\"RemoveAllFileNames\"\n" 33830 " command=\"AddFileName\"\n" 33831 " name=\"FileNames\"\n" 33832 " number_of_elements=\"1\"\n" 33833 " panel_visibility=\"never\"\n" 33834 " repeat_command=\"1\">\n" 33835 " <FileListDomain name=\"files\" />\n" 33836 " <Documentation>The list of files to be read by the reader. If more than\n" 33837 " one file is specified, the reader will switch to file series mode in\n" 33838 " which it will pretend that it can support time and provide one file per\n" 33839 " time step.</Documentation>\n" 33840 " </StringVectorProperty>\n" 33841 " <DoubleVectorProperty information_only=\"1\"\n" 33842 " name=\"TimestepValues\"\n" 33843 " repeatable=\"1\">\n" 33844 " <TimeStepsInformationHelper />\n" 33845 " <Documentation>Available timestep values.</Documentation>\n" 33846 " </DoubleVectorProperty>\n" 33848 " <Proxy name=\"Reader\"\n" 33849 " proxygroup=\"internal_sources\"\n" 33850 " proxyname=\"MRCReader\"></Proxy>\n" 33853 " <ReaderFactory extensions=\"mrc ali st rec\"\n" 33854 " file_description=\"MRC Image Files\" />\n" 33856 " <!-- End MRCSeriesReader -->\n" 33857 " </SourceProxy>\n" 33859 " <!-- ================================================================== -->\n" 33860 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n" 33861 " file_name_method=\"SetFileName\"\n" 33862 " label=\"TIFF Series Reader\"\n" 33863 " name=\"TIFFSeriesReader\"\n" 33864 " si_class=\"vtkSIMetaReaderProxy\">\n" 33865 " <Documentation long_help=\"Reads a series of TIFF files into an time sequence of image datas.\"\n" 33866 " short_help=\"Read a series of TIFF files.\">The TIFF series\n" 33867 " reader reads TIFF files. The output is a time sequence of\n" 33868 " uniform rectilinear (image/volume) dataset. The default\n" 33869 " file extension is .tif or .tiff.</Documentation>\n" 33870 " <StringVectorProperty animateable=\"0\"\n" 33871 " clean_command=\"RemoveAllFileNames\"\n" 33872 " command=\"AddFileName\"\n" 33873 " name=\"FileNames\"\n" 33874 " number_of_elements=\"1\"\n" 33875 " panel_visibility=\"never\"\n" 33876 " repeat_command=\"1\">\n" 33881 " <FileListDomain name=\"files\" />\n" 33882 " <Documentation>The list of files to be read by the reader. If more than\n" 33883 " one file is specified, the reader will switch to file series mode in\n" 33884 " which it will pretend that it can support time and provide one file per\n" 33885 " time step.</Documentation>\n" 33886 " </StringVectorProperty>\n" 33887 " <DoubleVectorProperty information_only=\"1\"\n" 33888 " name=\"TimestepValues\"\n" 33889 " repeatable=\"1\">\n" 33890 " <TimeStepsInformationHelper />\n" 33891 " <Documentation>Available timestep values.</Documentation>\n" 33892 " </DoubleVectorProperty>\n" 33893 " <IntVectorProperty name=\"ReadAsImageStack\"\n" 33894 " command=\"SetReadAsImageStack\"\n" 33895 " number_of_elements=\"1\"\n" 33896 " default_values=\"1\">\n" 33897 " <BooleanDomain name=\"bool\" />\n" 33898 " <Documentation>\n" 33899 " When set, the reader will read the set of files as an image stack, rather than\n" 33900 " a temporal file series.\n" 33901 " </Documentation>\n" 33902 " </IntVectorProperty>\n" 33904 " <Proxy name=\"Reader\"\n" 33905 " proxygroup=\"internal_sources\"\n" 33906 " proxyname=\"TIFFReader\"></Proxy>\n" 33907 " <ExposedProperties>\n" 33908 " <Property name=\"UseCustomDataSpacing\" />\n" 33909 " <Property name=\"CustomDataSpacing\" />\n" 33910 " <Property name=\"CustomDataSpacingInfo\" />\n" 33911 " </ExposedProperties>\n" 33914 " <ReaderFactory extensions=\"tif tiff\"\n" 33915 " file_description=\"TIFF Image Files\" />\n" 33917 " <!-- End TIFFSeriesReader -->\n" 33918 " </SourceProxy>\n" 33920 " <!-- ============================================================= -->\n" 33921 " <SourceProxy class=\"vtkTIFFReader\"\n" 33922 " label=\"TIFF Reader\"\n" 33923 " name=\"TIFFReader\">\n" 33924 " <Documentation long_help=\"Reads a TIFF file into an image data.\"\n" 33925 " short_help=\"Read a TIFF file.\">The TIFF reader reads TIFF\n" 33926 " (Tagged Image File Format) files, and the output is a\n" 33927 " uniform rectilinear (image/volume) dataset. The default\n" 33928 " file extension is .tiff.</Documentation>\n" 33929 " <StringVectorProperty animateable=\"0\"\n" 33930 " command=\"SetFileName\"\n" 33931 " name=\"FileName\"\n" 33932 " number_of_elements=\"1\"\n" 33933 " panel_visibility=\"never\" >\n" 33934 " <FileListDomain name=\"files\" />\n" 33935 " <Documentation>This property specifies the file name for the TIFF\n" 33936 " reader.</Documentation>\n" 33937 " </StringVectorProperty>\n" 33938 " <!-- this deliberately doesn't have ReaderFactory hints\n" 33939 " TIFFSeriesReader can actually read whatever this reader reads. This is here\n" 33940 " only for backward compatibility. -->\n" 33941 " <!-- End TIFFReader -->\n" 33942 " </SourceProxy>\n" 33944 " <!-- ============================================================= -->\n" 33945 " <SourceProxy class=\"vtkFileSeriesReader\"\n" 33946 " file_name_method=\"SetFileName\"\n" 33947 " label=\"Meta File Series Reader\"\n" 33948 " name=\"MetaImageReader\"\n" 33949 " si_class=\"vtkSIMetaReaderProxy\">\n" 33950 " <Documentation long_help=\"Reads a series of meta images.\"\n" 33951 " short_help=\"Read a series of meta images.\">Read a series\n" 33952 " of meta images. The file extension is .mhd</Documentation>\n" 33954 " <Proxy name=\"Reader\"\n" 33955 " proxygroup=\"internal_sources\"\n" 33956 " proxyname=\"MetaImageReaderCore\"></Proxy>\n" 33958 " <StringVectorProperty command=\"GetCurrentFileName\"\n" 33959 " information_only=\"1\"\n" 33960 " name=\"FileNameInfo\">\n" 33961 " <SimpleStringInformationHelper />\n" 33962 " </StringVectorProperty>\n" 33963 " <StringVectorProperty animateable=\"0\"\n" 33964 " clean_command=\"RemoveAllFileNames\"\n" 33965 " command=\"AddFileName\"\n" 33966 " name=\"FileNames\"\n" 33967 " number_of_elements=\"1\"\n" 33968 " panel_visibility=\"never\"\n" 33969 " repeat_command=\"1\">\n" 33970 " <FileListDomain name=\"files\" />\n" 33971 " <Documentation>The list of files to be read by the reader. Each file is\n" 33972 " expected to be in the meta format. The standard extension is .mhd. If\n" 33973 " more than one file is specified, the reader will switch to file series\n" 33974 " mode in which it will pretend that it can support time and provide one\n" 33975 " file per time step.</Documentation>\n" 33976 " </StringVectorProperty>\n" 33977 " <DoubleVectorProperty information_only=\"1\"\n" 33978 " name=\"TimestepValues\"\n" 33979 " repeatable=\"1\">\n" 33980 " <TimeStepsInformationHelper />\n" 33981 " <Documentation>Available timestep values.</Documentation>\n" 33982 " </DoubleVectorProperty>\n" 33984 " <ReaderFactory extensions=\"mhd mha\"\n" 33985 " file_description=\"Meta Image Files\" />\n" 33987 " <!-- end of MetaFileSeriesReader -->\n" 33988 " </SourceProxy>\n" 33990 " <!-- ============================================================= -->\n" 33991 " <SourceProxy class=\"vtkDEMReader\"\n" 33992 " label=\"DEM Reader\"\n" 33993 " name=\"DEMReader\">\n" 33994 " <Documentation long_help=\"Reads a DEM (Digital Elevation Model) file.\"\n" 33995 " short_help=\"Read a dataset in DEM format\">The DEM reader\n" 33996 " reads Digital Elevation Model files containing elevation\n" 33997 " values derived from the U. S. Geologic Survey. The default\n" 33998 " file extension is .dem. This reader produces uniform\n" 33999 " rectilinear (image/volume) data output.</Documentation>\n" 34000 " <StringVectorProperty animateable=\"0\"\n" 34001 " command=\"SetFileName\"\n" 34002 " name=\"FileName\"\n" 34003 " number_of_elements=\"1\">\n" 34004 " <FileListDomain name=\"files\" />\n" 34005 " <Documentation>This property specifies the file name for the DEM\n" 34006 " (Digital Elevation Map) reader.</Documentation>\n" 34007 " </StringVectorProperty>\n" 34009 " <ReaderFactory extensions=\"dem\"\n" 34010 " file_description=\"Digital Elevation Map Files\" />\n" 34012 " <!-- End DEMReader -->\n" 34013 " </SourceProxy>\n" 34015 " <!-- ============================================================= -->\n" 34016 " <SourceProxy class=\"vtkNrrdReader\"\n" 34017 " label=\"Nrrd Reader\"\n" 34018 " name=\"NrrdReader\">\n" 34019 " <Documentation long_help=\"Reads raw image files with Nrrd meta data.\"\n" 34020 " short_help=\"Read raw image files with Nrrd meta data.\">The\n" 34021 " Nrrd reader reads raw image data much like the Raw Image\n" 34022 " Reader except that it will also read metadata information\n" 34023 " in the Nrrd format. This means that the reader will\n" 34024 " automatically set information like file dimensions. There\n" 34025 " are several limitations on what type of nrrd files we can\n" 34026 " read. This reader only supports nrrd files in raw format.\n" 34027 " Other encodings like ascii and hex will result in errors.\n" 34028 " When reading in detached headers, this only supports\n" 34029 " reading one file that is detached.</Documentation>\n" 34030 " <StringVectorProperty animateable=\"0\"\n" 34031 " command=\"SetFileName\"\n" 34032 " name=\"FileName\"\n" 34033 " number_of_elements=\"1\"\n" 34034 " panel_visibility=\"never\" >\n" 34035 " <FileListDomain name=\"files\" />\n" 34036 " <Documentation>The name of the file to read (or the meta data file that\n" 34037 " will point to the actual file).</Documentation>\n" 34038 " </StringVectorProperty>\n" 34039 " <IntVectorProperty command=\"SetDataVOI\"\n" 34040 " default_values=\"0 0 0 0 0 0\"\n" 34041 " label=\"Data VOI\"\n" 34042 " name=\"DataVOI\"\n" 34043 " number_of_elements=\"6\">\n" 34044 " <Documentation>The data volume of interest (VOI). The VOI is a\n" 34045 " sub-extent of the data that you want loaded. Setting a VOI is useful\n" 34046 " when reading from a large data set and you are only interested in a\n" 34047 " small portion of the data. If left containing all 0's, then the reader\n" 34048 " will load in the entire data set.</Documentation>\n" 34049 " </IntVectorProperty>\n" 34051 " <ReaderFactory extensions=\"nrrd nhdr\"\n" 34052 " file_description=\"Nrrd Raw Image Files\" />\n" 34054 " <!-- NrrdReader -->\n" 34055 " </SourceProxy>\n" 34057 " <!-- ============================================================= -->\n" 34058 " <SourceProxy label=\"DICOM Reader (Single File)\"\n" 34059 " name=\"DICOMReaderSingle\"\n" 34060 " class=\"vtkDICOMImageReader\">\n" 34061 " <Documentation long_help=\"Reads DICOM regular rectilinear grid data from a lone file.\"\n" 34062 " short_help=\"Reads DICOM file\">\n" 34063 " DICOM is a file format often used in medical imaging. This version\n" 34064 " of the reader reads a single file (as opposed to a collection of\n" 34065 " files). The DICOM reader currently only supports uncompressed\n" 34067 " </Documentation>\n" 34068 " <StringVectorProperty animateable=\"0\"\n" 34069 " command=\"SetFileName\"\n" 34070 " name=\"FileName\"\n" 34071 " number_of_elements=\"1\"\n" 34072 " panel_visibility=\"never\">\n" 34073 " <FileListDomain name=\"files\" />\n" 34074 " <Documentation>\n" 34075 " DICOM file to load. This version of the reader only supports\n" 34076 " loading one file at a time.\n" 34077 " </Documentation>\n" 34078 " </StringVectorProperty>\n" 34080 " <ReaderFactory extensions=\"dcm\"\n" 34081 " file_description=\"DICOM Files (single)\" />\n" 34083 " <!-- End DICOMReaderSingle -->\n" 34084 " </SourceProxy>\n" 34086 " <!-- ============================================================= -->\n" 34087 " <SourceProxy label=\"DICOM Reader (directory)\"\n" 34088 " name=\"DICOMReader\"\n" 34089 " class=\"vtkDICOMImageReader\">\n" 34090 " <Documentation long_help=\"Reads DICOM regular rectilinear grid data from a directory containing a file.\"\n" 34091 " short_help=\"Reads DICOM files.\">\n" 34092 " DICOM is a file format often used in medical imaging. This version\n" 34093 " of the reader will look at all files in the same directory of the\n" 34094 " selected file and load them as planes of the same data set. It is\n" 34095 " typically for 3D medical scanners to store planes as set of files\n" 34096 " in a directory.\n" 34097 " </Documentation>\n" 34099 " <ReaderFactory extensions=\"dcm\"\n" 34100 " file_description=\"DICOM Files (directory)\" />\n" 34102 " <StringVectorProperty animateable=\"0\"\n" 34103 " command=\"SetDirectoryName\"\n" 34104 " name=\"FileName\"\n" 34105 " number_of_elements=\"1\"\n" 34106 " panel_visibility=\"never\">\n" 34107 " <FileListDomain name=\"files\" />\n" 34108 " <Documentation>\n" 34109 " A file in the directory of files to be loaded. The DICOM reader\n" 34110 " will actually load all valid DICOM files in the same directory as\n" 34111 " this file as part of the same dataset. This is typical of how\n" 34112 " DICOM files are often stored.\n" 34113 " </Documentation>\n" 34115 " <UseDirectoryName />\n" 34117 " </StringVectorProperty>\n" 34118 " <!-- End DICOMReaderDirectory -->\n" 34119 " </SourceProxy>\n" 34121 " <!-- ============================================================= -->\n" 34122 " <SourceProxy name=\"SEPReader\" class=\"vtkSEPReader\" label=\"SEP Reader\">\n" 34123 " <Documentation\n" 34124 " short_help=\"Stanford Exploration Project files reader.\"\n" 34125 " long_help=\"This reader takes a .H file that points to a .H@ file and contains all the information to interpret the raw data in the .H@ file.\">\n" 34126 " </Documentation>\n" 34128 " <ReaderFactory extensions=\"H\" file_description=\"SEP file (Plugin)\"/>\n" 34130 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\" animateable=\"0\" number_of_elements=\"1\">\n" 34131 " <FileListDomain name=\"files\"/>\n" 34132 " </StringVectorProperty>\n" 34133 " </SourceProxy>\n" 34135 " <!-- ============================================================= -->\n" 34136 " <SourceProxy name=\"HDRReader\" class=\"vtkHDRReader\" label=\"HDR Reader\">\n" 34137 " <Documentation\n" 34138 " short_help=\"Reads a file in Radiance HDR format.\"\n" 34139 " long_help=\"Reads a file in Radiance High Dynamic Range format.\">\n" 34140 " An HDR image is a high-bit–depth image (normally 32 bits per channel)\n" 34141 " that contains color and brightness information across a very wide dynamic range.\n" 34142 " </Documentation>\n" 34144 " <ReaderFactory extensions=\"hdr\" file_description=\"Radiance HDR file\"/>\n" 34146 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\" animateable=\"0\" number_of_elements=\"1\">\n" 34147 " <FileListDomain name=\"files\"/>\n" 34148 " </StringVectorProperty>\n" 34149 " <!-- End HDRReader -->\n" 34150 " </SourceProxy>\n" 34152 " <!-- ============================================================= -->\n" 34154 " <!-- end of \"readers\" -->\n" 34157 "</ServerManagerConfiguration>\n" 34170 char* res =
new char[ len + 1];
34175 assert(offset == len);
34183 "<ServerManagerConfiguration>\n" 34184 " <ProxyGroup name=\"writers\">\n" 34186 " <!-- ================================================================= -->\n" 34187 " <WriterProxy class=\"vtkMetaImageWriter\"\n" 34188 " name=\"MetaImageWriter\">\n" 34189 " <Documentation short_help=\"Write a binary UNC meta image data.\">Writer to\n" 34190 " write a binary UNC meta image data. This is a fairly simple yet powerful\n" 34191 " format consisting of a text header and a binary data section. MetaImage\n" 34192 " headers are expected to have extension: \".mha\" or \".mhd\"</Documentation>\n" 34193 " <InputProperty command=\"SetInputConnection\"\n" 34194 " panel_visibility=\"never\"\n" 34195 " name=\"Input\">\n" 34196 " <DataTypeDomain composite_data_supported=\"0\"\n" 34197 " name=\"input_type\">\n" 34198 " <DataType value=\"vtkImageData\" />\n" 34199 " </DataTypeDomain>\n" 34200 " <Documentation>The input filter/source whose output dataset is to\n" 34201 " written to the file.</Documentation>\n" 34202 " </InputProperty>\n" 34203 " <StringVectorProperty command=\"SetFileName\"\n" 34204 " name=\"FileName\"\n" 34205 " panel_visibility=\"never\"\n" 34206 " number_of_elements=\"1\">\n" 34207 " <Documentation>The name of the file to be written.</Documentation>\n" 34208 " </StringVectorProperty>\n" 34210 " <WriterFactory extensions=\"mhd\"\n" 34211 " file_description=\"Meta Image Files\" />\n" 34213 " <!-- End of MetaImageWriter -->\n" 34214 " </WriterProxy>\n" 34216 " <!-- ================================================================= -->\n" 34217 " <WriterProxy class=\"vtkPNGWriter\"\n" 34218 " name=\"PNGWriter\">\n" 34219 " <Documentation short_help=\"Write image data as a PNG file.\">Writer to\n" 34220 " write image data as a PNG file. It supports 1 to 4 component data of\n" 34221 " unsigned char or unsigned short.\n" 34222 " This Writer can also generate a stack of images when the FileName is in\n" 34223 " the form of /path/file_%03d.png and that the input data is a 3D image\n" 34225 " </Documentation>\n" 34226 " <InputProperty command=\"SetInputConnection\"\n" 34227 " panel_visibility=\"never\"\n" 34228 " name=\"Input\">\n" 34229 " <DataTypeDomain composite_data_supported=\"0\"\n" 34230 " name=\"input_type\">\n" 34231 " <DataType value=\"vtkImageData\" />\n" 34232 " </DataTypeDomain>\n" 34233 " <Documentation>The input filter/source whose output dataset is to\n" 34234 " written to the file.</Documentation>\n" 34235 " </InputProperty>\n" 34236 " <StringVectorProperty command=\"SetFilePattern\"\n" 34237 " name=\"FileName\"\n" 34238 " panel_visibility=\"never\"\n" 34239 " number_of_elements=\"1\">\n" 34240 " <Documentation>The name of the file to be written.</Documentation>\n" 34241 " </StringVectorProperty>\n" 34243 " <WriterFactory extensions=\"png\"\n" 34244 " file_description=\"PNG Image Files\" />\n" 34246 " <!-- End of PNGWriter -->\n" 34247 " </WriterProxy>\n" 34249 " <!-- ================================================================= -->\n" 34250 " <WriterProxy class=\"vtkTIFFWriter\"\n" 34251 " name=\"TIFFWriter\">\n" 34252 " <Documentation short_help=\"Write image data as a TIFF file.\">Writer to\n" 34253 " write image data as a TIFF file.\n" 34254 " </Documentation>\n" 34255 " <InputProperty command=\"SetInputConnection\"\n" 34256 " panel_visibility=\"never\"\n" 34257 " name=\"Input\">\n" 34258 " <DataTypeDomain composite_data_supported=\"0\"\n" 34259 " name=\"input_type\">\n" 34260 " <DataType value=\"vtkImageData\" />\n" 34261 " </DataTypeDomain>\n" 34262 " <Documentation>The input filter/source whose output dataset is to be\n" 34263 " written to the file.</Documentation>\n" 34264 " </InputProperty>\n" 34265 " <StringVectorProperty command=\"SetFilePattern\"\n" 34266 " name=\"FileName\"\n" 34267 " panel_visibility=\"never\"\n" 34268 " number_of_elements=\"1\">\n" 34269 " <Documentation>The name of the file to be written.</Documentation>\n" 34270 " </StringVectorProperty>\n" 34271 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n" 34272 " element_types=\"0 0 0 0 2\"\n" 34273 " label=\"Scalars\"\n" 34274 " name=\"SelectInputScalars\"\n" 34275 " number_of_elements=\"5\"\n" 34276 " panel_visibility=\"default\">\n" 34277 " <ArrayListDomain attribute_type=\"Scalars\"\n" 34278 " name=\"array_list\">\n" 34279 " <RequiredProperties>\n" 34280 " <Property function=\"Input\"\n" 34281 " name=\"Input\" />\n" 34282 " </RequiredProperties>\n" 34283 " </ArrayListDomain>\n" 34284 " <Documentation>This property contains the name of the scalar array to\n" 34285 " be saved.</Documentation>\n" 34286 " </StringVectorProperty>\n" 34289 " <WriterFactory extensions=\"tiff\"\n" 34290 " file_description=\"TIFF Image Files\" />\n" 34292 " <!-- End of TIFFWriter -->\n" 34293 " </WriterProxy>\n" 34295 " <!-- ================================================================= -->\n" 34296 " <WriterProxy class=\"vtkJPEGWriter\"\n" 34297 " name=\"JPEGWriter\">\n" 34298 " <Documentation short_help=\"Write image data as a JPEG file.\">\n" 34299 " Writer to write image data as a JPEG file. It supports 1 to 3 component\n" 34300 " data of unsigned char or unsigned short.\n" 34301 " This Writer can also generate a stack of images when the FileName is in\n" 34302 " the form of /path/file_%03d.jpg and that the input data is a 3D image\n" 34304 " </Documentation>\n" 34305 " <InputProperty command=\"SetInputConnection\"\n" 34306 " panel_visibility=\"never\"\n" 34307 " name=\"Input\">\n" 34308 " <DataTypeDomain composite_data_supported=\"0\"\n" 34309 " name=\"input_type\">\n" 34310 " <DataType value=\"vtkImageData\" />\n" 34311 " </DataTypeDomain>\n" 34312 " <Documentation>The input filter/source whose output dataset is to\n" 34313 " written to the file.</Documentation>\n" 34314 " </InputProperty>\n" 34315 " <StringVectorProperty command=\"SetFilePattern\"\n" 34316 " name=\"FileName\"\n" 34317 " panel_visibility=\"never\"\n" 34318 " number_of_elements=\"1\">\n" 34319 " <Documentation>The name of the file to be written.</Documentation>\n" 34320 " </StringVectorProperty>\n" 34322 " <WriterFactory extensions=\"jpg\"\n" 34323 " file_description=\"JPEG Image Files\" />\n" 34325 " <!-- End of JPEGWriter -->\n" 34326 " </WriterProxy>\n" 34328 " <!-- ================================================================= -->\n" 34329 " <WriterProxy class=\"vtkJSONImageWriter\"\n" 34330 " name=\"JSONImageWriter\">\n" 34331 " <Documentation short_help=\"Write image data as a JSON file.\"/>\n" 34332 " <InputProperty command=\"SetInputConnection\"\n" 34333 " panel_visibility=\"never\"\n" 34334 " name=\"Input\">\n" 34335 " <DataTypeDomain composite_data_supported=\"0\"\n" 34336 " name=\"input_type\">\n" 34337 " <DataType value=\"vtkImageData\" />\n" 34338 " </DataTypeDomain>\n" 34339 " <Documentation>The input filter/source whose output dataset is to\n" 34340 " written to the file.</Documentation>\n" 34341 " </InputProperty>\n" 34342 " <StringVectorProperty command=\"SetFileName\"\n" 34343 " name=\"FileName\"\n" 34344 " panel_visibility=\"never\"\n" 34345 " number_of_elements=\"1\">\n" 34346 " <Documentation>The name of the file to be written.</Documentation>\n" 34347 " </StringVectorProperty>\n" 34348 " <StringVectorProperty command=\"SetArrayName\"\n" 34349 " name=\"ArrayName\"\n" 34350 " number_of_elements=\"1\">\n" 34351 " <Documentation>The name of the field to export. If Empty all fields will be saved.</Documentation>\n" 34352 " </StringVectorProperty>\n" 34353 " <IntVectorProperty command=\"SetSlice\"\n" 34354 " name=\"Slice\"\n" 34355 " default_values=\"-1\"\n" 34356 " number_of_elements=\"1\">\n" 34357 " <Documentation>Write only one slice if slice >= 0</Documentation>\n" 34358 " <IntRangeDomain min=\"-1\"\n" 34359 " name=\"range\" />\n" 34360 " </IntVectorProperty>\n" 34362 " <WriterFactory extensions=\"json\"\n" 34363 " file_description=\"json Image Files\" />\n" 34365 " <!-- End of vtkJSONImageWriter -->\n" 34366 " </WriterProxy>\n" 34369 "</ServerManagerConfiguration>\n" 34378 char* res =
new char[ len + 1];
34381 assert(offset == len);
34389 "<ServerManagerConfiguration>\n" 34390 " <ProxyGroup name=\"filters\">\n" 34391 " <!-- ==================================================================== -->\n" 34392 " <SourceProxy class=\"vtkPSciVizContingencyStats\"\n" 34393 " label=\"Contingency Statistics\"\n" 34394 " name=\"ContingencyStatistics\">\n" 34395 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n" 34396 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n" 34397 " This filter either computes a statistical model of a dataset or takes\n" 34398 " such a model as its second input. Then, the model (however it is\n" 34399 " obtained) may optionally be used to assess the input dataset. This filter\n" 34400 " computes contingency tables between pairs of attributes. This result is a\n" 34401 " tabular bivariate probability distribution which serves as a\n" 34402 " Bayesian-style prior model. Data is assessed by computing <ul>\n" 34403 " <li> the probability of observing both variables simultaneously;\n" 34404 " <li> the probability of each variable conditioned on the other (the\n" 34405 " two values need not be identical); and <li> the pointwise mutual\n" 34406 " information (PMI). </ul> Finally, the summary statistics include\n" 34407 " the information entropy of the observations.</Documentation>\n" 34408 " <InputProperty command=\"SetInputConnection\"\n" 34409 " name=\"Input\"\n" 34410 " port_index=\"0\">\n" 34411 " <ProxyGroupDomain name=\"groups\">\n" 34412 " <Group name=\"sources\" />\n" 34413 " <Group name=\"filters\" />\n" 34414 " </ProxyGroupDomain>\n" 34415 " <DataTypeDomain name=\"input_type\">\n" 34416 " <DataType value=\"vtkImageData\" />\n" 34417 " <DataType value=\"vtkStructuredGrid\" />\n" 34418 " <DataType value=\"vtkPolyData\" />\n" 34419 " <DataType value=\"vtkUnstructuredGrid\" />\n" 34420 " <DataType value=\"vtkTable\" />\n" 34421 " <DataType value=\"vtkGraph\" />\n" 34422 " </DataTypeDomain>\n" 34423 " <InputArrayDomain name=\"input_array\" />\n" 34424 " <Documentation>The input to the filter. Arrays from this dataset will\n" 34425 " be used for computing statistics and/or assessed by a statistical\n" 34426 " model.</Documentation>\n" 34427 " </InputProperty>\n" 34428 " <InputProperty command=\"SetInputConnection\"\n" 34429 " name=\"ModelInput\"\n" 34430 " null_on_empty=\"1\"\n" 34431 " port_index=\"1\">\n" 34434 " <!-- No input selection dialog at instantiation -->\n" 34436 " <ProxyGroupDomain name=\"groups\">\n" 34437 " <Group name=\"sources\" />\n" 34438 " <Group name=\"filters\" />\n" 34439 " </ProxyGroupDomain>\n" 34440 " <DataTypeDomain name=\"input_type\">\n" 34441 " <DataType value=\"vtkTable\" />\n" 34442 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 34443 " </DataTypeDomain>\n" 34444 " <Documentation>A previously-calculated model with which to assess a\n" 34445 " separate dataset. This input is optional.</Documentation>\n" 34446 " </InputProperty>\n" 34447 " <IntVectorProperty command=\"SetAttributeMode\"\n" 34448 " default_values=\"0\"\n" 34449 " name=\"AttributeMode\"\n" 34450 " number_of_elements=\"1\">\n" 34451 " <FieldDataDomain enable_field_data=\"1\"\n" 34452 " name=\"enum\">\n" 34453 " <RequiredProperties>\n" 34454 " <Property function=\"Input\"\n" 34455 " name=\"Input\" />\n" 34456 " </RequiredProperties>\n" 34457 " </FieldDataDomain>\n" 34458 " <Documentation>Specify which type of field data the arrays will be\n" 34459 " drawn from.</Documentation>\n" 34460 " </IntVectorProperty>\n" 34461 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 34462 " command=\"EnableAttributeArray\"\n" 34463 " label=\"Variables of Interest\"\n" 34464 " name=\"SelectArrays\"\n" 34465 " number_of_elements_per_command=\"1\"\n" 34466 " repeat_command=\"1\">\n" 34467 " <ArrayListDomain name=\"array_list\">\n" 34468 " <RequiredProperties>\n" 34469 " <Property function=\"Input\"\n" 34470 " name=\"Input\" />\n" 34471 " <Property function=\"FieldDataSelection\"\n" 34472 " name=\"AttributeMode\" />\n" 34473 " </RequiredProperties>\n" 34474 " </ArrayListDomain>\n" 34475 " <Documentation>Choose arrays whose entries will be used to form\n" 34476 " observations for statistical analysis.</Documentation>\n" 34477 " </StringVectorProperty>\n" 34478 " <IntVectorProperty animateable=\"0\"\n" 34479 " command=\"SetTask\"\n" 34480 " default_values=\"0\"\n" 34482 " number_of_elements=\"1\">\n" 34483 " <EnumerationDomain name=\"task_list\">\n" 34484 " <Entry text=\"Detailed model of input data\"\n" 34485 " value=\"0\" />\n" 34486 " <Entry text=\"Model a subset of the data\"\n" 34487 " value=\"1\" />\n" 34488 " <Entry text=\"Assess the data with a model\"\n" 34489 " value=\"2\" />\n" 34490 " <Entry text=\"Model and assess the same data\"\n" 34491 " value=\"3\" />\n" 34492 " </EnumerationDomain>\n" 34493 " <Documentation>Specify the task to be performed: modeling and/or\n" 34494 " assessment. <ol> <li> \"Detailed model of input data,\"\n" 34495 " creates a set of output tables containing a calculated statistical\n" 34496 " model of the <b>entire</b> input dataset;</li>\n" 34497 " <li> \"Model a subset of the data,\" creates an output table (or\n" 34498 " tables) summarizing a <b>randomly-chosen subset</b> of the\n" 34499 " input dataset;</li> <li> \"Assess the data with a model,\"\n" 34500 " adds attributes to the first input dataset using a model provided on\n" 34501 " the second input port; and</li> <li> \"Model and assess the\n" 34502 " same data,\" is really just operations 2 and 3 above applied to the same\n" 34503 " input dataset. The model is first trained using a fraction of the input\n" 34504 " data and then the entire dataset is assessed using that\n" 34505 " model.</li> </ol> When the task includes creating a model\n" 34506 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n" 34507 " dataset used for training. You should avoid using a large fraction of\n" 34508 " the input data for training as you will then not be able to detect\n" 34509 " overfitting. The <i>Training fraction</i> setting will be\n" 34510 " ignored for tasks 1 and 3.</Documentation>\n" 34511 " </IntVectorProperty>\n" 34512 " <DoubleVectorProperty animateable=\"1\"\n" 34513 " command=\"SetTrainingFraction\"\n" 34514 " default_values=\"0.1\"\n" 34515 " name=\"TrainingFraction\"\n" 34516 " number_of_elements=\"1\">\n" 34517 " <DoubleRangeDomain max=\"1\"\n" 34519 " name=\"training_range\" />\n" 34520 " <Documentation>Specify the fraction of values from the input dataset to\n" 34521 " be used for model fitting. The exact set of values is chosen at random\n" 34522 " from the dataset.</Documentation>\n" 34523 " </DoubleVectorProperty>\n" 34524 " <OutputPort index=\"0\"\n" 34525 " name=\"Statistical Model\" />\n" 34526 " <OutputPort index=\"1\"\n" 34527 " name=\"Assessed Data\" />\n" 34529 " <Visibility replace_input=\"1\" />\n" 34530 " <!-- View can be used to specify the preferred view for the proxy -->\n" 34531 " <View type=\"SpreadSheetView\" port=\"0\" />\n" 34532 " <View type=\"None\" port=\"1\" />\n" 34534 " </SourceProxy>\n" 34535 " <!-- ContingencyStatistics -->\n" 34536 " <!-- ==================================================================== -->\n" 34537 " <SourceProxy class=\"vtkPSciVizDescriptiveStats\"\n" 34538 " label=\"Descriptive Statistics\"\n" 34539 " name=\"DescriptiveStatistics\">\n" 34540 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n" 34541 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n" 34542 " This filter either computes a statistical model of a dataset or takes\n" 34543 " such a model as its second input. Then, the model (however it is\n" 34544 " obtained) may optionally be used to assess the input dataset.<p>\n" 34545 " This filter computes the min, max, mean, raw moments M2 through M4,\n" 34546 " standard deviation, skewness, and kurtosis for each array you\n" 34547 " select.<p> The model is simply a univariate Gaussian distribution\n" 34548 " with the mean and standard deviation provided. Data is assessed using\n" 34549 " this model by detrending the data (i.e., subtracting the mean) and then\n" 34550 " dividing by the standard deviation. Thus the assessment is an array whose\n" 34551 " entries are the number of standard deviations from the mean that each\n" 34552 " input point lies.</Documentation>\n" 34553 " <InputProperty command=\"SetInputConnection\"\n" 34554 " name=\"Input\"\n" 34555 " port_index=\"0\">\n" 34556 " <ProxyGroupDomain name=\"groups\">\n" 34557 " <Group name=\"sources\" />\n" 34558 " <Group name=\"filters\" />\n" 34559 " </ProxyGroupDomain>\n" 34560 " <DataTypeDomain name=\"input_type\">\n" 34561 " <DataType value=\"vtkImageData\" />\n" 34562 " <DataType value=\"vtkStructuredGrid\" />\n" 34563 " <DataType value=\"vtkPolyData\" />\n" 34564 " <DataType value=\"vtkUnstructuredGrid\" />\n" 34565 " <DataType value=\"vtkTable\" />\n" 34566 " <DataType value=\"vtkGraph\" />\n" 34567 " </DataTypeDomain>\n" 34568 " <InputArrayDomain name=\"input_array\" />\n" 34569 " <Documentation>The input to the filter. Arrays from this dataset will\n" 34570 " be used for computing statistics and/or assessed by a statistical\n" 34571 " model.</Documentation>\n" 34572 " </InputProperty>\n" 34573 " <InputProperty command=\"SetInputConnection\"\n" 34574 " name=\"ModelInput\"\n" 34575 " null_on_empty=\"1\"\n" 34576 " port_index=\"1\">\n" 34579 " <!-- No input selection dialog at instantiation -->\n" 34581 " <ProxyGroupDomain name=\"groups\">\n" 34582 " <Group name=\"sources\" />\n" 34583 " <Group name=\"filters\" />\n" 34584 " </ProxyGroupDomain>\n" 34585 " <DataTypeDomain name=\"input_type\">\n" 34586 " <DataType value=\"vtkTable\" />\n" 34587 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 34588 " </DataTypeDomain>\n" 34589 " <Documentation>A previously-calculated model with which to assess a\n" 34590 " separate dataset. This input is optional.</Documentation>\n" 34591 " </InputProperty>\n" 34592 " <IntVectorProperty command=\"SetAttributeMode\"\n" 34593 " default_values=\"0\"\n" 34594 " name=\"AttributeMode\"\n" 34595 " number_of_elements=\"1\">\n" 34596 " <FieldDataDomain enable_field_data=\"1\"\n" 34597 " name=\"enum\">\n" 34598 " <RequiredProperties>\n" 34599 " <Property function=\"Input\"\n" 34600 " name=\"Input\" />\n" 34601 " </RequiredProperties>\n" 34602 " </FieldDataDomain>\n" 34603 " <Documentation>Specify which type of field data the arrays will be\n" 34604 " drawn from.</Documentation>\n" 34605 " </IntVectorProperty>\n" 34606 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 34607 " command=\"EnableAttributeArray\"\n" 34608 " label=\"Variables of Interest\"\n" 34609 " name=\"SelectArrays\"\n" 34610 " number_of_elements_per_command=\"1\"\n" 34611 " repeat_command=\"1\">\n" 34612 " <ArrayListDomain name=\"array_list\">\n" 34613 " <RequiredProperties>\n" 34614 " <Property function=\"Input\"\n" 34615 " name=\"Input\" />\n" 34616 " <Property function=\"FieldDataSelection\"\n" 34617 " name=\"AttributeMode\" />\n" 34618 " </RequiredProperties>\n" 34619 " </ArrayListDomain>\n" 34620 " <Documentation>Choose arrays whose entries will be used to form\n" 34621 " observations for statistical analysis.</Documentation>\n" 34622 " </StringVectorProperty>\n" 34623 " <IntVectorProperty animateable=\"0\"\n" 34624 " command=\"SetTask\"\n" 34625 " default_values=\"0\"\n" 34627 " number_of_elements=\"1\">\n" 34628 " <EnumerationDomain name=\"task_list\">\n" 34629 " <Entry text=\"Detailed model of input data\"\n" 34630 " value=\"0\" />\n" 34631 " <Entry text=\"Model a subset of the data\"\n" 34632 " value=\"1\" />\n" 34633 " <Entry text=\"Assess the data with a model\"\n" 34634 " value=\"2\" />\n" 34635 " <Entry text=\"Model and assess the same data\"\n" 34636 " value=\"3\" />\n" 34637 " </EnumerationDomain>\n" 34638 " <Documentation>Specify the task to be performed: modeling and/or\n" 34639 " assessment. <ol> <li> \"Detailed model of input data,\"\n" 34640 " creates a set of output tables containing a calculated statistical\n" 34641 " model of the <b>entire</b> input dataset;</li>\n" 34642 " <li> \"Model a subset of the data,\" creates an output table (or\n" 34643 " tables) summarizing a <b>randomly-chosen subset</b> of the\n" 34644 " input dataset;</li> <li> \"Assess the data with a model,\"\n" 34645 " adds attributes to the first input dataset using a model provided on\n" 34646 " the second input port; and</li> <li> \"Model and assess the\n" 34647 " same data,\" is really just operations 2 and 3 above applied to the same\n" 34648 " input dataset. The model is first trained using a fraction of the input\n" 34649 " data and then the entire dataset is assessed using that\n" 34650 " model.</li> </ol> When the task includes creating a model\n" 34651 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n" 34652 " dataset used for training. You should avoid using a large fraction of\n" 34653 " the input data for training as you will then not be able to detect\n" 34654 " overfitting. The <i>Training fraction</i> setting will be\n" 34655 " ignored for tasks 1 and 3.</Documentation>\n" 34656 " </IntVectorProperty>\n" 34657 " <DoubleVectorProperty animateable=\"1\"\n" 34658 " command=\"SetTrainingFraction\"\n" 34659 " default_values=\"0.1\"\n" 34660 " name=\"TrainingFraction\"\n" 34661 " number_of_elements=\"1\">\n" 34662 " <DoubleRangeDomain max=\"1\"\n" 34664 " name=\"training_range\" />\n" 34665 " <Documentation>Specify the fraction of values from the input dataset to\n" 34666 " be used for model fitting. The exact set of values is chosen at random\n" 34667 " from the dataset.</Documentation>\n" 34668 " </DoubleVectorProperty>\n" 34669 " <IntVectorProperty animateable=\"1\"\n" 34670 " command=\"SetSignedDeviations\"\n" 34671 " default_values=\"0\"\n" 34672 " label=\"Deviations should be\"\n" 34673 " name=\"SignedDeviations\"\n" 34674 " number_of_elements=\"1\">\n" 34679 " <EnumerationDomain name=\"signed_distance\">\n" 34680 " <Entry text=\"Unsigned\"\n" 34681 " value=\"0\" />\n" 34682 " <Entry text=\"Signed\"\n" 34683 " value=\"1\" />\n" 34684 " </EnumerationDomain>\n" 34685 " <Documentation>Should the assessed values be signed deviations or\n" 34686 " unsigned?</Documentation>\n" 34687 " </IntVectorProperty>\n" 34688 " <OutputPort index=\"0\"\n" 34689 " name=\"Statistical Model\" />\n" 34690 " <OutputPort index=\"1\"\n" 34691 " name=\"Assessed Data\" />\n" 34693 " <Visibility replace_input=\"1\" />\n" 34694 " <!-- View can be used to specify the preferred view for the proxy -->\n" 34695 " <View type=\"SpreadSheetView\" port=\"0\" />\n" 34696 " <View type=\"None\" port=\"1\" />\n" 34698 " </SourceProxy>\n" 34699 " <!-- DescriptiveStatistics -->\n" 34700 " <!-- ==================================================================== -->\n" 34701 " <SourceProxy class=\"vtkPSciVizKMeans\"\n" 34702 " label=\"K Means\"\n" 34703 " name=\"KMeans\">\n" 34704 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n" 34705 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n" 34706 " This filter either computes a statistical model of a dataset or takes\n" 34707 " such a model as its second input. Then, the model (however it is\n" 34708 " obtained) may optionally be used to assess the input dataset.<p>\n" 34709 " This filter iteratively computes the center of k clusters in a space\n" 34710 " whose coordinates are specified by the arrays you select. The clusters\n" 34711 " are chosen as local minima of the sum of square Euclidean distances from\n" 34712 " each point to its nearest cluster center. The model is then a set of\n" 34713 " cluster centers. Data is assessed by assigning a cluster center and\n" 34714 " distance to the cluster to each point in the input data\n" 34715 " set.</Documentation>\n" 34716 " <InputProperty command=\"SetInputConnection\"\n" 34717 " name=\"Input\"\n" 34718 " port_index=\"0\">\n" 34719 " <ProxyGroupDomain name=\"groups\">\n" 34720 " <Group name=\"sources\" />\n" 34721 " <Group name=\"filters\" />\n" 34722 " </ProxyGroupDomain>\n" 34723 " <DataTypeDomain name=\"input_type\">\n" 34724 " <DataType value=\"vtkImageData\" />\n" 34725 " <DataType value=\"vtkStructuredGrid\" />\n" 34726 " <DataType value=\"vtkPolyData\" />\n" 34727 " <DataType value=\"vtkUnstructuredGrid\" />\n" 34728 " <DataType value=\"vtkTable\" />\n" 34729 " <DataType value=\"vtkGraph\" />\n" 34730 " </DataTypeDomain>\n" 34731 " <InputArrayDomain name=\"input_array\" />\n" 34732 " <Documentation>The input to the filter. Arrays from this dataset will\n" 34733 " be used for computing statistics and/or assessed by a statistical\n" 34734 " model.</Documentation>\n" 34735 " </InputProperty>\n" 34736 " <InputProperty command=\"SetInputConnection\"\n" 34737 " name=\"ModelInput\"\n" 34738 " null_on_empty=\"1\"\n" 34739 " port_index=\"1\">\n" 34742 " <!-- No input selection dialog at instantiation -->\n" 34744 " <ProxyGroupDomain name=\"groups\">\n" 34745 " <Group name=\"sources\" />\n" 34746 " <Group name=\"filters\" />\n" 34747 " </ProxyGroupDomain>\n" 34748 " <DataTypeDomain name=\"input_type\">\n" 34749 " <DataType value=\"vtkTable\" />\n" 34750 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 34751 " </DataTypeDomain>\n" 34752 " <Documentation>A previously-calculated model with which to assess a\n" 34753 " separate dataset. This input is optional.</Documentation>\n" 34754 " </InputProperty>\n" 34755 " <IntVectorProperty command=\"SetAttributeMode\"\n" 34756 " default_values=\"0\"\n" 34757 " name=\"AttributeMode\"\n" 34758 " number_of_elements=\"1\">\n" 34759 " <FieldDataDomain enable_field_data=\"1\"\n" 34760 " name=\"enum\">\n" 34761 " <RequiredProperties>\n" 34762 " <Property function=\"Input\"\n" 34763 " name=\"Input\" />\n" 34764 " </RequiredProperties>\n" 34765 " </FieldDataDomain>\n" 34766 " <Documentation>Specify which type of field data the arrays will be\n" 34767 " drawn from.</Documentation>\n" 34768 " </IntVectorProperty>\n" 34769 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 34770 " command=\"EnableAttributeArray\"\n" 34771 " label=\"Variables of Interest\"\n" 34772 " name=\"SelectArrays\"\n" 34773 " number_of_elements_per_command=\"1\"\n" 34774 " repeat_command=\"1\">\n" 34775 " <ArrayListDomain name=\"array_list\">\n" 34776 " <RequiredProperties>\n" 34777 " <Property function=\"Input\"\n" 34778 " name=\"Input\" />\n" 34779 " <Property function=\"FieldDataSelection\"\n" 34780 " name=\"AttributeMode\" />\n" 34781 " </RequiredProperties>\n" 34782 " </ArrayListDomain>\n" 34783 " <Documentation>Choose arrays whose entries will be used to form\n" 34784 " observations for statistical analysis.</Documentation>\n" 34785 " </StringVectorProperty>\n" 34786 " <IntVectorProperty animateable=\"0\"\n" 34787 " command=\"SetTask\"\n" 34788 " default_values=\"3\"\n" 34790 " number_of_elements=\"1\">\n" 34791 " <EnumerationDomain name=\"task_list\">\n" 34792 " <Entry text=\"Detailed model of input data\"\n" 34793 " value=\"0\" />\n" 34794 " <Entry text=\"Model a subset of the data\"\n" 34795 " value=\"1\" />\n" 34796 " <Entry text=\"Assess the data with a model\"\n" 34797 " value=\"2\" />\n" 34798 " <Entry text=\"Model and assess the same data\"\n" 34799 " value=\"3\" />\n" 34800 " </EnumerationDomain>\n" 34801 " <Documentation>Specify the task to be performed: modeling and/or\n" 34802 " assessment. <ol> <li> \"Detailed model of input data,\"\n" 34803 " creates a set of output tables containing a calculated statistical\n" 34804 " model of the <b>entire</b> input dataset;</li>\n" 34805 " <li> \"Model a subset of the data,\" creates an output table (or\n" 34806 " tables) summarizing a <b>randomly-chosen subset</b> of the\n" 34807 " input dataset;</li> <li> \"Assess the data with a model,\"\n" 34808 " adds attributes to the first input dataset using a model provided on\n" 34809 " the second input port; and</li> <li> \"Model and assess the\n" 34810 " same data,\" is really just operations 2 and 3 above applied to the same\n" 34811 " input dataset. The model is first trained using a fraction of the input\n" 34812 " data and then the entire dataset is assessed using that\n" 34813 " model.</li> </ol> When the task includes creating a model\n" 34814 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n" 34815 " dataset used for training. You should avoid using a large fraction of\n" 34816 " the input data for training as you will then not be able to detect\n" 34817 " overfitting. The <i>Training fraction</i> setting will be\n" 34818 " ignored for tasks 1 and 3.</Documentation>\n" 34819 " </IntVectorProperty>\n" 34820 " <DoubleVectorProperty animateable=\"1\"\n" 34821 " command=\"SetTrainingFraction\"\n" 34822 " default_values=\"0.1\"\n" 34823 " name=\"TrainingFraction\"\n" 34824 " number_of_elements=\"1\">\n" 34825 " <DoubleRangeDomain max=\"1\"\n" 34827 " name=\"training_range\" />\n" 34828 " <Documentation>Specify the fraction of values from the input dataset to\n" 34829 " be used for model fitting. The exact set of values is chosen at random\n" 34830 " from the dataset.</Documentation>\n" 34831 " </DoubleVectorProperty>\n" 34832 " <IntVectorProperty animateable=\"1\"\n" 34833 " command=\"SetK\"\n" 34834 " default_values=\"5\"\n" 34837 " number_of_elements=\"1\">\n" 34838 " <IntRangeDomain min=\"1\"\n" 34839 " name=\"num_cluster_centers\" />\n" 34840 " <Documentation>Specify the number of clusters.</Documentation>\n" 34841 " </IntVectorProperty>\n" 34842 " <IntVectorProperty animateable=\"1\"\n" 34843 " command=\"SetMaxNumIterations\"\n" 34844 " default_values=\"50\"\n" 34845 " label=\"Max Iterations\"\n" 34846 " name=\"MaxNumIterations\"\n" 34847 " number_of_elements=\"1\">\n" 34848 " <IntRangeDomain min=\"1\"\n" 34849 " name=\"max_num_iter\" />\n" 34850 " <Documentation>Specify the maximum number of iterations in which\n" 34851 " cluster centers are moved before the algorithm\n" 34852 " terminates.</Documentation>\n" 34853 " </IntVectorProperty>\n" 34854 " <DoubleVectorProperty animateable=\"1\"\n" 34855 " command=\"SetTolerance\"\n" 34856 " default_values=\"0.01\"\n" 34857 " name=\"Tolerance\"\n" 34858 " number_of_elements=\"1\">\n" 34859 " <DoubleRangeDomain max=\"1\"\n" 34861 " name=\"cluster_center_tolerance\" />\n" 34862 " <Documentation>Specify the relative tolerance that will cause early\n" 34863 " termination.</Documentation>\n" 34864 " </DoubleVectorProperty>\n" 34865 " <OutputPort index=\"0\"\n" 34866 " name=\"Statistical Model\" />\n" 34867 " <OutputPort index=\"1\"\n" 34868 " name=\"Assessed Data\" />\n" 34870 " <Visibility replace_input=\"1\" />\n" 34871 " <!-- View can be used to specify the preferred view for the proxy -->\n" 34872 " <View type=\"SpreadSheetView\" port=\"0\" />\n" 34873 " <View type=\"None\" port=\"1\" />\n" 34875 " </SourceProxy>\n" 34876 " <!-- K Means -->\n" 34877 " <!-- ==================================================================== -->\n" 34878 " <SourceProxy class=\"vtkPSciVizMultiCorrelativeStats\"\n" 34879 " label=\"Multicorrelative Statistics\"\n" 34880 " name=\"MulticorrelativeStatistics\">\n" 34881 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n" 34882 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n" 34883 " This filter either computes a statistical model of a dataset or takes\n" 34884 " such a model as its second input. Then, the model (however it is\n" 34885 " obtained) may optionally be used to assess the input dataset.<p>\n" 34886 " This filter computes the covariance matrix for all the arrays you select\n" 34887 " plus the mean of each array. The model is thus a multivariate Gaussian\n" 34888 " distribution with the mean vector and variances provided. Data is\n" 34889 " assessed using this model by computing the Mahalanobis distance for each\n" 34890 " input point. This distance will always be positive.<p> The learned\n" 34891 " model output format is rather dense and can be confusing, so it is\n" 34892 " discussed here. The first filter output is a multiblock dataset\n" 34893 " consisting of 2 tables: <ol> <li> Raw covariance data.\n" 34894 " <li> Covariance matrix and its Cholesky decomposition. </ol>\n" 34895 " The raw covariance table has 3 meaningful columns: 2 titled \"Column1\" and\n" 34896 " \"Column2\" whose entries generally refer to the N arrays you selected when\n" 34897 " preparing the filter and 1 column titled \"Entries\" that contains numeric\n" 34898 " values. The first row will always contain the number of observations in\n" 34899 " the statistical analysis. The next N rows contain the mean for each of\n" 34900 " the N arrays you selected. The remaining rows contain covariances of\n" 34901 " pairs of arrays.<p> The second table (covariance matrix and\n" 34902 " Cholesky decomposition) contains information derived from the raw\n" 34903 " covariance data of the first table. The first N rows of the first column\n" 34904 " contain the name of one array you selected for analysis. These rows are\n" 34905 " followed by a single entry labeled \"Cholesky\" for a total of N+1 rows.\n" 34906 " The second column, Mean contains the mean of each variable in the first N\n" 34907 " entries and the number of observations processed in the final (N+1)\n" 34908 " row.<p> The remaining columns (there are N, one for each array)\n" 34909 " contain 2 matrices in triangular format. The upper right triangle\n" 34910 " contains the covariance matrix (which is symmetric, so its lower triangle\n" 34911 " may be inferred). The lower left triangle contains the Cholesky\n" 34912 " decomposition of the covariance matrix (which is triangular, so its upper\n" 34913 " triangle is zero). Because the diagonal must be stored for both matrices,\n" 34914 " an additional row is required — hence the N+1 rows and\n" 34915 " the final entry of the column named \"Column\".</Documentation>\n" 34916 " <InputProperty command=\"SetInputConnection\"\n" 34917 " name=\"Input\"\n" 34918 " port_index=\"0\">\n" 34919 " <ProxyGroupDomain name=\"groups\">\n" 34920 " <Group name=\"sources\" />\n" 34921 " <Group name=\"filters\" />\n" 34922 " </ProxyGroupDomain>\n" 34923 " <DataTypeDomain name=\"input_type\">\n" 34924 " <DataType value=\"vtkImageData\" />\n" 34925 " <DataType value=\"vtkStructuredGrid\" />\n" 34926 " <DataType value=\"vtkPolyData\" />\n" 34927 " <DataType value=\"vtkUnstructuredGrid\" />\n" 34928 " <DataType value=\"vtkTable\" />\n" 34929 " <DataType value=\"vtkGraph\" />\n" 34930 " </DataTypeDomain>\n" 34931 " <InputArrayDomain name=\"input_array\" />\n" 34932 " <Documentation>The input to the filter. Arrays from this dataset will\n" 34933 " be used for computing statistics and/or assessed by a statistical\n" 34934 " model.</Documentation>\n" 34935 " </InputProperty>\n" 34936 " <InputProperty command=\"SetInputConnection\"\n" 34937 " name=\"ModelInput\"\n" 34938 " null_on_empty=\"1\"\n" 34939 " port_index=\"1\">\n" 34942 " <!-- No input selection dialog at instantiation -->\n" 34944 " <ProxyGroupDomain name=\"groups\">\n" 34945 " <Group name=\"sources\" />\n" 34946 " <Group name=\"filters\" />\n" 34947 " </ProxyGroupDomain>\n" 34948 " <DataTypeDomain name=\"input_type\">\n" 34949 " <DataType value=\"vtkTable\" />\n" 34950 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 34951 " </DataTypeDomain>\n" 34952 " <Documentation>A previously-calculated model with which to assess a\n" 34953 " separate dataset. This input is optional.</Documentation>\n" 34954 " </InputProperty>\n" 34955 " <IntVectorProperty command=\"SetAttributeMode\"\n" 34956 " default_values=\"0\"\n" 34957 " name=\"AttributeMode\"\n" 34958 " number_of_elements=\"1\">\n" 34959 " <FieldDataDomain enable_field_data=\"1\"\n" 34960 " name=\"enum\">\n" 34961 " <RequiredProperties>\n" 34962 " <Property function=\"Input\"\n" 34963 " name=\"Input\" />\n" 34964 " </RequiredProperties>\n" 34965 " </FieldDataDomain>\n" 34966 " <Documentation>Specify which type of field data the arrays will be\n" 34971 " drawn from.</Documentation>\n" 34972 " </IntVectorProperty>\n" 34973 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 34974 " command=\"EnableAttributeArray\"\n" 34975 " label=\"Variables of Interest\"\n" 34976 " name=\"SelectArrays\"\n" 34977 " number_of_elements_per_command=\"1\"\n" 34978 " repeat_command=\"1\">\n" 34979 " <ArrayListDomain name=\"array_list\">\n" 34980 " <RequiredProperties>\n" 34981 " <Property function=\"Input\"\n" 34982 " name=\"Input\" />\n" 34983 " <Property function=\"FieldDataSelection\"\n" 34984 " name=\"AttributeMode\" />\n" 34985 " </RequiredProperties>\n" 34986 " </ArrayListDomain>\n" 34987 " <Documentation>Choose arrays whose entries will be used to form\n" 34988 " observations for statistical analysis.</Documentation>\n" 34989 " </StringVectorProperty>\n" 34990 " <IntVectorProperty animateable=\"0\"\n" 34991 " command=\"SetTask\"\n" 34992 " default_values=\"3\"\n" 34994 " number_of_elements=\"1\">\n" 34995 " <EnumerationDomain name=\"task_list\">\n" 34996 " <Entry text=\"Detailed model of input data\"\n" 34997 " value=\"0\" />\n" 34998 " <Entry text=\"Model a subset of the data\"\n" 34999 " value=\"1\" />\n" 35000 " <Entry text=\"Assess the data with a model\"\n" 35001 " value=\"2\" />\n" 35002 " <Entry text=\"Model and assess the same data\"\n" 35003 " value=\"3\" />\n" 35004 " </EnumerationDomain>\n" 35005 " <Documentation>Specify the task to be performed: modeling and/or\n" 35006 " assessment. <ol> <li> \"Detailed model of input data,\"\n" 35007 " creates a set of output tables containing a calculated statistical\n" 35008 " model of the <b>entire</b> input dataset;</li>\n" 35009 " <li> \"Model a subset of the data,\" creates an output table (or\n" 35010 " tables) summarizing a <b>randomly-chosen subset</b> of the\n" 35011 " input dataset;</li> <li> \"Assess the data with a model,\"\n" 35012 " adds attributes to the first input dataset using a model provided on\n" 35013 " the second input port; and</li> <li> \"Model and assess the\n" 35014 " same data,\" is really just operations 2 and 3 above applied to the same\n" 35015 " input dataset. The model is first trained using a fraction of the input\n" 35016 " data and then the entire dataset is assessed using that\n" 35017 " model.</li> </ol> When the task includes creating a model\n" 35018 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n" 35019 " dataset used for training. You should avoid using a large fraction of\n" 35020 " the input data for training as you will then not be able to detect\n" 35021 " overfitting. The <i>Training fraction</i> setting will be\n" 35022 " ignored for tasks 1 and 3.</Documentation>\n" 35023 " </IntVectorProperty>\n" 35024 " <DoubleVectorProperty animateable=\"1\"\n" 35025 " command=\"SetTrainingFraction\"\n" 35026 " default_values=\"0.1\"\n" 35027 " name=\"TrainingFraction\"\n" 35028 " number_of_elements=\"1\">\n" 35029 " <DoubleRangeDomain max=\"1\"\n" 35031 " name=\"training_range\" />\n" 35032 " <Documentation>Specify the fraction of values from the input dataset to\n" 35033 " be used for model fitting. The exact set of values is chosen at random\n" 35034 " from the dataset.</Documentation>\n" 35035 " </DoubleVectorProperty>\n" 35036 " <OutputPort index=\"0\"\n" 35037 " name=\"Statistical Model\" />\n" 35038 " <OutputPort index=\"1\"\n" 35039 " name=\"Assessed Data\" />\n" 35041 " <Visibility replace_input=\"1\" />\n" 35042 " <!-- View can be used to specify the preferred view for the proxy -->\n" 35043 " <View type=\"SpreadSheetView\" port=\"0\" />\n" 35044 " <View type=\"None\" port=\"1\" />\n" 35046 " </SourceProxy>\n" 35047 " <!-- MulticorrelativeStatistics -->\n" 35048 " <!-- ==================================================================== -->\n" 35049 " <SourceProxy class=\"vtkPSciVizPCAStats\"\n" 35050 " label=\"Principal Component Analysis\"\n" 35051 " name=\"PCAStatistics\">\n" 35052 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n" 35053 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n" 35054 " This filter either computes a statistical model of a dataset or takes\n" 35055 " such a model as its second input. Then, the model (however it is\n" 35056 " obtained) may optionally be used to assess the input dataset. <p>\n" 35057 " This filter performs additional analysis above and beyond the\n" 35058 " multicorrelative filter. It computes the eigenvalues and eigenvectors of\n" 35059 " the covariance matrix from the multicorrelative filter. Data is then\n" 35060 " assessed by projecting the original tuples into a possibly\n" 35061 " lower-dimensional space. <p> Since the PCA filter uses the\n" 35062 " multicorrelative filter's analysis, it shares the same raw covariance\n" 35063 " table specified in the multicorrelative documentation. The second table\n" 35064 " in the multiblock dataset comprising the model output is an expanded\n" 35065 " version of the multicorrelative version. <p> As with the\n" 35066 " multicorrelative filter, the second model table contains the mean values,\n" 35067 " the upper-triangular portion of the symmetric covariance matrix, and the\n" 35068 " non-zero lower-triangular portion of the Cholesky decomposition of the\n" 35069 " covariance matrix. Below these entries are the eigenvalues of the\n" 35070 " covariance matrix (in the column labeled \"Mean\") and the eigenvectors (as\n" 35071 " row vectors) in an additional NxN matrix.</Documentation>\n" 35072 " <InputProperty command=\"SetInputConnection\"\n" 35073 " name=\"Input\"\n" 35074 " port_index=\"0\">\n" 35075 " <ProxyGroupDomain name=\"groups\">\n" 35076 " <Group name=\"sources\" />\n" 35077 " <Group name=\"filters\" />\n" 35078 " </ProxyGroupDomain>\n" 35079 " <DataTypeDomain name=\"input_type\">\n" 35080 " <DataType value=\"vtkImageData\" />\n" 35081 " <DataType value=\"vtkRectilinearGrid\" />\n" 35082 " <DataType value=\"vtkStructuredGrid\" />\n" 35083 " <DataType value=\"vtkPolyData\" />\n" 35084 " <DataType value=\"vtkUnstructuredGrid\" />\n" 35085 " <DataType value=\"vtkTable\" />\n" 35086 " <DataType value=\"vtkGraph\" />\n" 35087 " </DataTypeDomain>\n" 35088 " <InputArrayDomain name=\"input_array\" />\n" 35089 " <Documentation>The input to the filter. Arrays from this dataset will\n" 35090 " be used for computing statistics and/or assessed by a statistical\n" 35091 " model.</Documentation>\n" 35092 " </InputProperty>\n" 35093 " <InputProperty command=\"SetInputConnection\"\n" 35094 " name=\"ModelInput\"\n" 35095 " null_on_empty=\"1\"\n" 35096 " port_index=\"1\">\n" 35099 " <!-- No input selection dialog at instantiation -->\n" 35101 " <ProxyGroupDomain name=\"groups\">\n" 35102 " <Group name=\"sources\" />\n" 35103 " <Group name=\"filters\" />\n" 35104 " </ProxyGroupDomain>\n" 35105 " <DataTypeDomain name=\"input_type\">\n" 35106 " <DataType value=\"vtkTable\" />\n" 35107 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 35108 " </DataTypeDomain>\n" 35109 " <Documentation>A previously-calculated model with which to assess a\n" 35110 " separate dataset. This input is optional.</Documentation>\n" 35111 " </InputProperty>\n" 35112 " <IntVectorProperty command=\"SetAttributeMode\"\n" 35113 " default_values=\"0\"\n" 35114 " name=\"AttributeMode\"\n" 35115 " number_of_elements=\"1\">\n" 35116 " <FieldDataDomain enable_field_data=\"1\"\n" 35117 " name=\"enum\">\n" 35118 " <RequiredProperties>\n" 35119 " <Property function=\"Input\"\n" 35120 " name=\"Input\" />\n" 35121 " </RequiredProperties>\n" 35122 " </FieldDataDomain>\n" 35123 " <Documentation>Specify which type of field data the arrays will be\n" 35124 " drawn from.</Documentation>\n" 35125 " </IntVectorProperty>\n" 35126 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n" 35127 " command=\"EnableAttributeArray\"\n" 35128 " label=\"Variables of Interest\"\n" 35129 " name=\"SelectArrays\"\n" 35130 " number_of_elements_per_command=\"1\"\n" 35131 " repeat_command=\"1\">\n" 35132 " <ArrayListDomain name=\"array_list\">\n" 35133 " <RequiredProperties>\n" 35134 " <Property function=\"Input\"\n" 35135 " name=\"Input\" />\n" 35136 " <Property function=\"FieldDataSelection\"\n" 35137 " name=\"AttributeMode\" />\n" 35138 " </RequiredProperties>\n" 35139 " </ArrayListDomain>\n" 35140 " <Documentation>Choose arrays whose entries will be used to form\n" 35141 " observations for statistical analysis.</Documentation>\n" 35142 " </StringVectorProperty>\n" 35143 " <IntVectorProperty animateable=\"0\"\n" 35144 " command=\"SetTask\"\n" 35145 " default_values=\"3\"\n" 35147 " number_of_elements=\"1\">\n" 35148 " <EnumerationDomain name=\"task_list\">\n" 35149 " <Entry text=\"Detailed model of input data\"\n" 35150 " value=\"0\" />\n" 35151 " <Entry text=\"Model a subset of the data\"\n" 35152 " value=\"1\" />\n" 35153 " <Entry text=\"Assess the data with a model\"\n" 35154 " value=\"2\" />\n" 35155 " <Entry text=\"Model and assess the same data\"\n" 35156 " value=\"3\" />\n" 35157 " </EnumerationDomain>\n" 35158 " <Documentation>Specify the task to be performed: modeling and/or\n" 35159 " assessment. <ol> <li> \"Detailed model of input data,\"\n" 35160 " creates a set of output tables containing a calculated statistical\n" 35161 " model of the <b>entire</b> input dataset;</li>\n" 35162 " <li> \"Model a subset of the data,\" creates an output table (or\n" 35163 " tables) summarizing a <b>randomly-chosen subset</b> of the\n" 35164 " input dataset;</li> <li> \"Assess the data with a model,\"\n" 35165 " adds attributes to the first input dataset using a model provided on\n" 35166 " the second input port; and</li> <li> \"Model and assess the\n" 35167 " same data,\" is really just operations 2 and 3 above applied to the same\n" 35168 " input dataset. The model is first trained using a fraction of the input\n" 35169 " data and then the entire dataset is assessed using that\n" 35170 " model.</li> </ol> When the task includes creating a model\n" 35171 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n" 35172 " dataset used for training. You should avoid using a large fraction of\n" 35173 " the input data for training as you will then not be able to detect\n" 35174 " overfitting. The <i>Training fraction</i> setting will be\n" 35175 " ignored for tasks 1 and 3.</Documentation>\n" 35176 " </IntVectorProperty>\n" 35177 " <DoubleVectorProperty animateable=\"1\"\n" 35178 " command=\"SetTrainingFraction\"\n" 35179 " default_values=\"0.1\"\n" 35180 " name=\"TrainingFraction\"\n" 35181 " number_of_elements=\"1\">\n" 35182 " <DoubleRangeDomain max=\"1\"\n" 35184 " name=\"training_range\" />\n" 35185 " <Documentation>Specify the fraction of values from the input dataset to\n" 35186 " be used for model fitting. The exact set of values is chosen at random\n" 35187 " from the dataset.</Documentation>\n" 35188 " </DoubleVectorProperty>\n" 35189 " <IntVectorProperty animateable=\"1\"\n" 35190 " command=\"SetNormalizationScheme\"\n" 35191 " default_values=\"2\"\n" 35192 " label=\"Normalization Scheme\"\n" 35193 " name=\"NormalizationScheme\"\n" 35194 " number_of_elements=\"1\">\n" 35195 " <EnumerationDomain name=\"norm_scheme\">\n" 35196 " <Entry text=\"No normalization\"\n" 35197 " value=\"0\" />\n" 35198 " <Entry text=\"Normalize using covariances\"\n" 35199 " value=\"3\" />\n" 35200 " </EnumerationDomain>\n" 35201 " <Documentation>Before the eigenvector decomposition of the covariance\n" 35202 " matrix takes place, you may normalize each (i,j) entry by sqrt(\n" 35203 " cov(i,i) * cov(j,j) ). This implies that the variance of each variable\n" 35204 " of interest should be of equal importance.</Documentation>\n" 35205 " </IntVectorProperty>\n" 35206 " <IntVectorProperty animateable=\"1\"\n" 35207 " command=\"SetBasisScheme\"\n" 35208 " default_values=\"0\"\n" 35209 " label=\"Basis Scheme\"\n" 35210 " name=\"BasisScheme\"\n" 35211 " number_of_elements=\"1\">\n" 35212 " <EnumerationDomain name=\"basis_scheme\">\n" 35213 " <Entry text=\"Full basis\"\n" 35214 " value=\"0\" />\n" 35215 " <Entry text=\"Fixed-size basis\"\n" 35216 " value=\"1\" />\n" 35217 " <Entry text=\"Fixed-energy basis\"\n" 35218 " value=\"2\" />\n" 35219 " </EnumerationDomain>\n" 35220 " <Documentation>When reporting assessments, should the full eigenvector\n" 35221 " decomposition be used to project the original vector into the new space\n" 35222 " (Full basis), or should a fixed subset of the decomposition be used\n" 35223 " (Fixed-size basis), or should the projection be clipped to preserve at\n" 35224 " least some fixed \"energy\" (Fixed-energy basis)?<p> As an example,\n" 35225 " suppose the variables of interest were {A,B,C,D,E} and that the\n" 35226 " eigenvalues of the covariance matrix for these were {5,2,1.5,1,.5}. If\n" 35227 " the \"Full basis\" scheme is used, then all 5 components of the\n" 35228 " eigenvectors will be used to project each {A,B,C,D,E}-tuple in the\n" 35229 " original data into a new 5-components space.<p> If the\n" 35230 " \"Fixed-size\" scheme is used and the \"Basis Size\" property is set to 4,\n" 35231 " then only the first 4 eigenvector components will be used to project\n" 35232 " each {A,B,C,D,E}-tuple into the new space and that space will be of\n" 35233 " dimension 4, not 5.<p> If the \"Fixed-energy basis\" scheme is used\n" 35234 " and the \"Basis Energy\" property is set to 0.8, then only the first 3\n" 35235 " eigenvector components will be used to project each {A,B,C,D,E}-tuple\n" 35236 " into the new space, which will be of dimension 3. The number 3 is\n" 35237 " chosen because 3 is the lowest N for which the sum of the first N\n" 35238 " eigenvalues divided by the sum of all eigenvalues is larger than the\n" 35239 " specified \"Basis Energy\" (i.e., (5+2+1.5)/10 = 0.85 >\n" 35240 " 0.8).</Documentation>\n" 35241 " </IntVectorProperty>\n" 35242 " <IntVectorProperty animateable=\"1\"\n" 35243 " command=\"SetFixedBasisSize\"\n" 35244 " default_values=\"2\"\n" 35245 " label=\"Basis Size\"\n" 35246 " name=\"BasisSize\"\n" 35247 " number_of_elements=\"1\">\n" 35252 " <IntRangeDomain min=\"1\"\n" 35253 " name=\"basis_size_range\" />\n" 35254 " <Documentation>The maximum number of eigenvector components to use when\n" 35255 " projecting into the new space.</Documentation>\n" 35256 " </IntVectorProperty>\n" 35257 " <DoubleVectorProperty animateable=\"1\"\n" 35258 " command=\"SetFixedBasisEnergy\"\n" 35259 " default_values=\"0.1\"\n" 35260 " label=\"Basis Energy\"\n" 35261 " name=\"BasisEnergy\"\n" 35262 " number_of_elements=\"1\">\n" 35263 " <DoubleRangeDomain max=\"1\"\n" 35265 " name=\"basis_energy_range\" />\n" 35266 " <Documentation>The minimum energy to use when determining the\n" 35267 " dimensionality of the new space into which the assessment will project\n" 35268 " tuples.</Documentation>\n" 35269 " </DoubleVectorProperty>\n" 35270 " <IntVectorProperty command=\"SetRobustPCA\"\n" 35271 " default_values=\"0\"\n" 35272 " name=\"RobustPCA\"\n" 35273 " number_of_elements=\"1\">\n" 35274 " <BooleanDomain name=\"bool\" />\n" 35275 " <Documentation>Compute robust PCA with medians instead of means.</Documentation>\n" 35276 " </IntVectorProperty>\n" 35277 " <OutputPort index=\"0\"\n" 35278 " name=\"Statistical Model\" />\n" 35279 " <OutputPort index=\"1\"\n" 35280 " name=\"Assessed Data\" />\n" 35282 " <Visibility replace_input=\"1\" />\n" 35283 " <!-- View can be used to specify the preferred view for the proxy -->\n" 35284 " <View type=\"SpreadSheetView\" port=\"0\" />\n" 35285 " <View type=\"None\" port=\"1\" />\n" 35287 " </SourceProxy>\n" 35288 " <!-- PCAStatistics -->\n" 35290 "</ServerManagerConfiguration>\n" 35305 char* res =
new char[ len + 1];
35311 assert(offset == len);
35319 "<ServerManagerConfiguration>\n" 35320 " <ProxyGroup name=\"filters\">\n" 35321 " <SourceProxy class=\"vtkPythonCalculator\"\n" 35322 " label=\"Python Calculator\"\n" 35323 " name=\"PythonCalculator\">\n" 35324 " <Documentation long_help=\"This filter evaluates a Python expression\"\n" 35325 " short_help=\"Evaluates a Python expression\">This filter\n" 35326 " uses Python to calculate an expression. It depends heavily\n" 35327 " on the numpy and paraview.vtk modules. To use the parallel\n" 35328 " functions, mpi4py is also necessary. The expression is\n" 35329 " evaluated and the resulting scalar value or numpy array is\n" 35330 " added to the output as an array. See numpy and\n" 35331 " paraview.vtk documentation for the list of available\n" 35332 " functions. This filter tries to make it easy for the user\n" 35333 " to write expressions by defining certain variables. The\n" 35334 " filter tries to assign each array to a variable of the\n" 35335 " same name. If the name of the array is not a valid Python\n" 35336 " variable, it may be accessed through a variable with a\n" 35337 " sanitized version of that array name consisting of only\n" 35338 " '_' and the alphanumeric characters in the name joined\n" 35339 " together with no spaces. Point coordinates from datasets\n" 35340 " that explicitly define them can be accessed using the variable\n" 35341 " named 'points'.</Documentation>\n" 35342 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 35343 " command=\"AddInputConnection\"\n" 35344 " multiple_input=\"1\"\n" 35345 " name=\"Input\">\n" 35346 " <ProxyGroupDomain name=\"groups\">\n" 35347 " <Group name=\"sources\" />\n" 35348 " <Group name=\"filters\" />\n" 35349 " </ProxyGroupDomain>\n" 35350 " <DataTypeDomain name=\"input_type\">\n" 35351 " <DataType value=\"vtkDataSet\" />\n" 35352 " </DataTypeDomain>\n" 35353 " <Documentation>Set the input of the filter.</Documentation>\n" 35354 " </InputProperty>\n" 35355 " <StringVectorProperty command=\"SetExpression\"\n" 35356 " name=\"Expression\"\n" 35357 " number_of_elements=\"1\">\n" 35358 " <Documentation>The Python expression evaluated during\n" 35359 " execution.</Documentation>\n" 35360 " </StringVectorProperty>\n" 35361 " <IntVectorProperty command=\"SetArrayAssociation\"\n" 35362 " default_values=\"0\"\n" 35363 " name=\"ArrayAssociation\"\n" 35364 " number_of_elements=\"1\">\n" 35365 " <FieldDataDomain name=\"enum\">\n" 35366 " <RequiredProperties>\n" 35367 " <Property function=\"Input\"\n" 35368 " name=\"Input\" />\n" 35369 " </RequiredProperties>\n" 35370 " </FieldDataDomain>\n" 35371 " <Documentation>This property controls the association of the output\n" 35372 " array as well as which arrays are defined as variables.</Documentation>\n" 35373 " </IntVectorProperty>\n" 35374 " <StringVectorProperty command=\"SetArrayName\"\n" 35375 " default_values=\"result\"\n" 35376 " name=\"ArrayName\"\n" 35377 " number_of_elements=\"1\">\n" 35378 " <Documentation>The name of the output array.</Documentation>\n" 35379 " </StringVectorProperty>\n" 35380 " <IntVectorProperty animateable=\"0\"\n" 35381 " command=\"SetCopyArrays\"\n" 35382 " default_values=\"1\"\n" 35383 " name=\"CopyArrays\"\n" 35384 " number_of_elements=\"1\">\n" 35385 " <BooleanDomain name=\"bool\" />\n" 35386 " <Documentation>If this property is set to true, all the cell and point\n" 35387 " arrays from first input are copied to the output.</Documentation>\n" 35388 " </IntVectorProperty>\n" 35389 " <!-- End PythonCalculator -->\n" 35390 " </SourceProxy>\n" 35392 " <SourceProxy class=\"vtkAnnotateAttributeDataFilter\"\n" 35393 " label=\"Annotate Attribute Data\"\n" 35394 " name=\"AnnotateAttributeData\">\n" 35395 " <Documentation short_help=\"Adds a text annotation to a Render View\">\n" 35396 "This filter can be used to add a text annotation to a Render View (or\n" 35397 "similar) using a tuple from any attribute array (point/cell/field/row\n" 35398 "etc.) from a specific rank (when running in parallel). Use **ArrayName**\n" 35399 "property to select the array association and array name. Use\n" 35400 "**ElementId* property to set the element number to extract the value to\n" 35401 "label with. When running on multiple ranks, use **ProcessId** property\n" 35402 "to select the rank of interest. The **Prefix** property can be used to\n" 35403 "specify a string that will be used as the prefix to the generated\n" 35404 "annotation text.\n" 35405 " </Documentation>\n" 35406 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 35407 " command=\"AddInputConnection\"\n" 35408 " name=\"Input\">\n" 35409 " <ProxyGroupDomain name=\"groups\" >\n" 35410 " <Group name=\"sources\" />\n" 35411 " <Group name=\"filters\" />\n" 35412 " </ProxyGroupDomain>\n" 35413 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n" 35414 " <DataType value=\"vtkDataSet\" />\n" 35415 " <DataType value=\"vtkTable\" />\n" 35416 " </DataTypeDomain>\n" 35417 " <InputArrayDomain attribute_type=\"any\"\n" 35418 " name=\"input_array\" />\n" 35419 " <Documentation>\n" 35420 " Set the input of the filter. To avoid the complications/confusion when identifying\n" 35421 " elements in a composite dataset, this filter doesn't support composite datasets\n" 35423 " </Documentation>\n" 35424 " </InputProperty>\n" 35425 " <StringVectorProperty animateable=\"0\"\n" 35426 " command=\"SetInputArrayToProcess\"\n" 35427 " element_types=\"0 0 0 0 2\"\n" 35428 " name=\"SelectInputArray\"\n" 35429 " number_of_elements=\"5\">\n" 35430 " <ArrayListDomain attribute_type=\"Scalars\"\n" 35431 " name=\"array_list\">\n" 35432 " <RequiredProperties>\n" 35433 " <Property function=\"Input\"\n" 35434 " name=\"Input\" />\n" 35435 " </RequiredProperties>\n" 35436 " </ArrayListDomain>\n" 35437 " <Documentation>This property indicates the name of the array from which\n" 35438 " to obtain the annotation value.</Documentation>\n" 35439 " </StringVectorProperty>\n" 35440 " <IntVectorProperty name=\"ElementId\"\n" 35441 " command=\"SetElementId\"\n" 35442 " number_of_elements=\"1\"\n" 35443 " default_values=\"0\">\n" 35444 " <!-- this should really be an IdTypeVectorProperty, but the UI doesn't\n" 35445 " support those yet -->\n" 35446 " <IntRangeDomain name=\"range\"/>\n" 35447 " <Documentation>\n" 35448 " Set the element index to annotate with.\n" 35449 " </Documentation>\n" 35450 " </IntVectorProperty>\n" 35451 " <IntVectorProperty name=\"ProcessId\"\n" 35452 " command=\"SetProcessId\"\n" 35453 " number_of_elements=\"1\"\n" 35454 " default_values=\"0\">\n" 35455 " <IntRangeDomain name=\"range\" min=\"0\" />\n" 35456 " <Documentation>\n" 35457 " Set the process rank to extract element from.\n" 35458 " </Documentation>\n" 35459 " </IntVectorProperty>\n" 35460 " <StringVectorProperty command=\"SetPrefix\"\n" 35461 " default_values=\"Value is: \"\n" 35462 " name=\"Prefix\"\n" 35463 " number_of_elements=\"1\">\n" 35464 " <Documentation>Text that is used as a prefix to the field value</Documentation>\n" 35465 " </StringVectorProperty>\n" 35467 " <Visibility replace_input=\"0\" />\n" 35468 " <OutputPort index=\"0\" name=\"Output-0\" type=\"text\" />\n" 35470 " </SourceProxy>\n" 35471 " <SourceProxy class=\"vtkPythonAnnotationFilter\"\n" 35472 " label=\"Python Annotation\"\n" 35473 " name=\"PythonAnnotation\">\n" 35474 " <Documentation long_help=\"This filter evaluates a Python expression for a text annotation\"\n" 35475 " short_help=\"Evaluates a Python expression for a text annotation\">\n" 35476 " This filter uses Python to calculate an expression and display\n" 35477 " the result as an annotation in the render view. It\n" 35478 " depends heavily on the numpy and paraview.vtk modules. To\n" 35479 " use the parallel functions, mpi4py is also necessary. The\n" 35480 " expression is evaluated and the resulting scalar value or\n" 35481 " numpy array is added to the output as an array. See numpy\n" 35482 " and paraview.vtk documentation for the list of available\n" 35483 " functions. This filter tries to make it easy for the user\n" 35484 " to write expressions by defining certain variables. The\n" 35485 " filter tries to assign each array to a variable of the\n" 35486 " same name. If the name of the array is not a valid Python\n" 35487 " variable, it may be accessed through a variable with a\n" 35488 " sanitized version of that array name consisting of only\n" 35489 " '_' and the alphanumeric characters in the name joined\n" 35490 " together with no spaces. Point coordinates from datasets\n" 35491 " that explicitly define them can be accessed using the variable\n" 35492 " named 'points'.</Documentation>\n" 35493 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 35494 " command=\"AddInputConnection\"\n" 35495 " multiple_input=\"0\"\n" 35496 " name=\"Input\">\n" 35497 " <ProxyGroupDomain name=\"groups\">\n" 35498 " <Group name=\"sources\" />\n" 35499 " <Group name=\"filters\" />\n" 35500 " </ProxyGroupDomain>\n" 35501 " <DataTypeDomain name=\"input_type\">\n" 35502 " <DataType value=\"vtkDataObject\" />\n" 35503 " </DataTypeDomain>\n" 35504 " <Documentation>Set the input of the filter.</Documentation>\n" 35505 " </InputProperty>\n" 35506 " <IntVectorProperty command=\"SetArrayAssociation\"\n" 35507 " default_values=\"2\"\n" 35508 " name=\"ArrayAssociation\"\n" 35509 " number_of_elements=\"1\">\n" 35510 " <Documentation>Select the attribute to use to populate array names.</Documentation>\n" 35511 " <FieldDataDomain enable_field_data=\"1\"\n" 35512 " name=\"enum\">\n" 35513 " <RequiredProperties>\n" 35514 " <Property function=\"Input\"\n" 35515 " name=\"Input\" />\n" 35516 " </RequiredProperties>\n" 35517 " </FieldDataDomain>\n" 35518 " </IntVectorProperty>\n" 35519 " <StringVectorProperty command=\"SetExpression\"\n" 35520 " name=\"Expression\"\n" 35521 " number_of_elements=\"1\">\n" 35522 " <Documentation>The Python expression evaluated during execution.\n" 35523 " FieldData arrays are directly available through their name. Set of\n" 35524 " provided variables [inputs, t_value, t_steps, t_range, t_index,\n" 35525 " FieldData, PointData, CellData] (i.e.: \"Momentum: (%f, %f, %f)\" %\n" 35526 " (XMOM[t_index,0], YMOM[t_index,0], ZMOM[t_index,0]) )</Documentation>\n" 35527 " </StringVectorProperty>\n" 35528 " <StringVectorProperty command=\"GetComputedAnnotationValue\"\n" 35529 " information_only=\"1\"\n" 35530 " name=\"AnnotationValue\">\n" 35531 " <Documentation>Text that is used as annotation</Documentation>\n" 35532 " </StringVectorProperty>\n" 35534 " <Visibility replace_input=\"0\" />\n" 35535 " <OutputPort index=\"0\"\n" 35536 " name=\"Output-0\"\n" 35537 " type=\"text\" />\n" 35539 " <!-- End PythonAnnotation -->\n" 35540 " </SourceProxy>\n" 35541 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n" 35542 " label=\"Programmable Filter\"\n" 35543 " name=\"ProgrammableFilter\">\n" 35544 " <Documentation long_help=\"Executes a user supplied python script on its input dataset to produce an output dataset.\"\n" 35545 " short_help=\"Executes a python script to produce data.\">\n" 35546 " This filter will execute a python script to produce an\n" 35547 " output dataset. The filter keeps a copy of the python\n" 35548 " script in Script and creates a python\n" 35549 " Interpreter to run the script upon the first\n" 35550 " execution. To execute external python scripts on the ParaView server, use:\n" 35551 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n" 35552 " chapter of the ParaView Guide.</Documentation>\n" 35553 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 35554 " command=\"AddInputConnection\"\n" 35555 " multiple_input=\"1\"\n" 35556 " name=\"Input\">\n" 35557 " <ProxyGroupDomain name=\"groups\">\n" 35558 " <Group name=\"sources\" />\n" 35559 " <Group name=\"filters\" />\n" 35560 " </ProxyGroupDomain>\n" 35561 " <DataTypeDomain name=\"input_type\">\n" 35562 " <DataType value=\"vtkDataObject\" />\n" 35563 " <DataType value=\"vtkHyperTreeGrid\" />\n" 35564 " </DataTypeDomain>\n" 35565 " <Documentation>This property specifies the input(s) to the programmable\n" 35566 " filter.</Documentation>\n" 35567 " </InputProperty>\n" 35568 " <IntVectorProperty command=\"SetOutputDataSetType\"\n" 35569 " default_values=\"8\"\n" 35570 " name=\"OutputDataSetType\"\n" 35571 " number_of_elements=\"1\"\n" 35572 " panel_visibility=\"default\">\n" 35573 " <EnumerationDomain name=\"enum\">\n" 35574 " <!-- Values come from vtkType.h-->\n" 35575 " <Entry text=\"Same as Input\"\n" 35576 " value=\"8\" />\n" 35577 " <!-- text=\"vtkDataSet\" -->\n" 35578 " <Entry text=\"vtkPolyData\"\n" 35579 " value=\"0\" />\n" 35580 " <!-- <Entry value=\"1\" text=\"vtkStructuredPoints\"/> -->\n" 35581 " <Entry text=\"vtkStructuredGrid\"\n" 35582 " value=\"2\" />\n" 35583 " <Entry text=\"vtkRectilinearGrid\"\n" 35584 " value=\"3\" />\n" 35585 " <Entry text=\"vtkUnstructuredGrid\"\n" 35586 " value=\"4\" />\n" 35587 " <!-- <Entry value=\"5\" text=\"vtkPiecewiseFunction\"/> -->\n" 35588 " <Entry text=\"vtkImageData\"\n" 35589 " value=\"6\" />\n" 35590 " <!-- <Entry value=\"7\" text=\"vtkDataObject\"/> -->\n" 35591 " <!-- <Entry value=\"9\" text=\"vtkPointSet\"/> -->\n" 35592 " <Entry text=\"vtkUniformGrid\"\n" 35593 " value=\"10\" />\n" 35594 " <!-- <Entry value=\"11\" text=\"vtkCompositeDataSet\"/> -->\n" 35595 " <Entry text=\"vtkMultiblockDataSet\"\n" 35596 " value=\"13\" />\n" 35597 " <Entry text=\"vtkHierarchicalBoxDataSet\"\n" 35598 " value=\"15\" />\n" 35599 " <!-- <Entry value=\"16\" text=\"vtkGenericDataSet\"/> -->\n" 35600 " <!-- <Entry value=\"17\" text=\"vtkHyperOctree\"/> -->\n" 35601 " <Entry text=\"vtkHyperTreeGrid\"\n" 35602 " value=\"32\" />\n" 35603 " <!-- <Entry value=\"18\" text=\"vtkTemporalDataSet\"/> -->\n" 35604 " <Entry text=\"vtkTable\"\n" 35605 " value=\"19\" />\n" 35606 " <!-- <Entry value=\"20\" text=\"vtkGraph\"/> -->\n" 35607 " <!-- <Entry value=\"21\" text=\"vtkTree\"/> -->\n" 35608 " <Entry text=\"vtkMolecule\"\n" 35609 " value=\"33\" />\n" 35614 " </EnumerationDomain>\n" 35615 " <Documentation>The value of this property determines the dataset type\n" 35616 " for the output of the programmable filter.</Documentation>\n" 35617 " </IntVectorProperty>\n" 35618 " <StringVectorProperty command=\"SetScript\"\n" 35619 " name=\"Script\"\n" 35620 " number_of_elements=\"1\"\n" 35621 " panel_visibility=\"default\">\n" 35623 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35625 " <Documentation>This property contains the text of a python program that\n" 35626 " the programmable filter runs. To execute external python scripts on the ParaView server, use:\n" 35627 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n" 35628 " chapter of the ParaView Guide.</Documentation>\n" 35629 " </StringVectorProperty>\n" 35630 " <StringVectorProperty command=\"SetInformationScript\"\n" 35631 " label=\"RequestInformation Script\"\n" 35632 " name=\"InformationScript\"\n" 35633 " number_of_elements=\"1\"\n" 35634 " panel_visibility=\"advanced\">\n" 35636 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35638 " <Documentation>This property is a python script that is executed during\n" 35639 " the RequestInformation pipeline pass. Use this to provide information\n" 35640 " such as WHOLE_EXTENT to the pipeline downstream.</Documentation>\n" 35641 " </StringVectorProperty>\n" 35642 " <StringVectorProperty command=\"SetUpdateExtentScript\"\n" 35643 " label=\"RequestUpdateExtent Script\"\n" 35644 " name=\"UpdateExtentScript\"\n" 35645 " number_of_elements=\"1\"\n" 35646 " panel_visibility=\"advanced\">\n" 35648 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35650 " <Documentation>This property is a python script that is executed during\n" 35651 " the RequestUpdateExtent pipeline pass. Use this to modify the update\n" 35652 " extent that your filter ask up stream for.</Documentation>\n" 35653 " </StringVectorProperty>\n" 35654 " <IntVectorProperty animateable=\"0\"\n" 35655 " command=\"SetCopyArrays\"\n" 35656 " default_values=\"0\"\n" 35657 " name=\"CopyArrays\"\n" 35658 " number_of_elements=\"1\">\n" 35659 " <BooleanDomain name=\"bool\" />\n" 35660 " <Documentation>If this property is set to true, all the cell and point\n" 35661 " arrays from first input are copied to the output.</Documentation>\n" 35662 " </IntVectorProperty>\n" 35663 " <StringVectorProperty animateable=\"0\"\n" 35664 " clean_command=\"ClearParameters\"\n" 35665 " command=\"SetParameterInternal\"\n" 35666 " is_internal=\"1\"\n" 35667 " name=\"Parameters\"\n" 35668 " number_of_elements_per_command=\"2\"\n" 35669 " repeat_command=\"1\"></StringVectorProperty>\n" 35670 " <StringVectorProperty command=\"SetPythonPath\"\n" 35671 " name=\"PythonPath\"\n" 35672 " number_of_elements=\"1\"\n" 35673 " panel_visibility=\"advanced\">\n" 35674 " <Documentation>A semi-colon (;) separated list of directories to add to\n" 35675 " the python library search path.</Documentation>\n" 35676 " </StringVectorProperty>\n" 35677 " <DoubleVectorProperty information_only=\"1\"\n" 35678 " name=\"TimestepValues\"\n" 35679 " repeatable=\"1\">\n" 35680 " <TimeStepsInformationHelper />\n" 35681 " <Documentation>Available timestep values.</Documentation>\n" 35682 " </DoubleVectorProperty>\n" 35684 " <!-- End ProgrammableFilter -->\n" 35685 " </SourceProxy>\n" 35687 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n" 35688 " label=\"Programmable Annotation\"\n" 35689 " name=\"ProgrammableAnnotation\">\n" 35690 " <Documentation long_help=\"Executes a user supplied python script on its input dataset to produce an output vtkTable containing a single tuple vtkStringArray to be displayed as a text.\"\n" 35691 " short_help=\"Executes a python script to produce a text.\">\n" 35692 " This filter will execute a python script to produce a\n" 35693 " text. The text should be contained in a vtkTable containing a single vtkStringArray, itself\n" 35694 " containing a single tuple. The filter keeps a copy of the python\n" 35695 " script in Script and creates a python\n" 35696 " Interpreter to run the script upon the first\n" 35697 " execution. To execute external python scripts on the ParaView server, use:\n" 35698 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n" 35699 " chapter of the ParaView Guide.</Documentation>\n" 35700 " <InputProperty clean_command=\"RemoveAllInputs\"\n" 35701 " command=\"AddInputConnection\"\n" 35702 " multiple_input=\"1\"\n" 35703 " name=\"Input\">\n" 35704 " <ProxyGroupDomain name=\"groups\">\n" 35705 " <Group name=\"sources\" />\n" 35706 " <Group name=\"filters\" />\n" 35707 " </ProxyGroupDomain>\n" 35708 " <DataTypeDomain name=\"input_type\">\n" 35709 " <DataType value=\"vtkDataObject\" />\n" 35710 " <DataType value=\"vtkHyperTreeGrid\" />\n" 35711 " </DataTypeDomain>\n" 35712 " <Documentation>This property specifies the input(s) to the programmable\n" 35713 " filter.</Documentation>\n" 35714 " </InputProperty>\n" 35715 " <IntVectorProperty command=\"SetOutputDataSetType\"\n" 35716 " default_values=\"19\"\n" 35717 " name=\"OutputDataSetType\"\n" 35718 " number_of_elements=\"1\"\n" 35719 " panel_visibility=\"never\">\n" 35720 " </IntVectorProperty>\n" 35721 " <StringVectorProperty command=\"SetScript\"\n" 35722 " name=\"Script\"\n" 35723 " number_of_elements=\"1\"\n" 35724 " default_values=\"to = self.GetTableOutput()
arr = vtk.vtkStringArray()
arr.SetName("Text")
arr.SetNumberOfComponents(1)
arr.InsertNextValue("YourString")
to.AddColumn(arr)\"\n" 35725 " panel_visibility=\"default\">\n" 35727 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35729 " <Documentation>This property contains the text of a python program that\n" 35730 " the programmable filter runs. To execute external python scripts on the ParaView server, use:\n" 35731 " execfile('full_path/script_name.py'). Make sure to output a vtkTable containing a single vtkStringArray,\n" 35732 " itself containing a single tuple</Documentation>\n" 35733 " </StringVectorProperty>\n" 35734 " <StringVectorProperty animateable=\"0\"\n" 35735 " clean_command=\"ClearParameters\"\n" 35736 " command=\"SetParameterInternal\"\n" 35737 " is_internal=\"1\"\n" 35738 " name=\"Parameters\"\n" 35739 " number_of_elements_per_command=\"2\"\n" 35740 " repeat_command=\"1\">\n" 35741 " </StringVectorProperty>\n" 35742 " <StringVectorProperty command=\"SetPythonPath\"\n" 35743 " name=\"PythonPath\"\n" 35744 " number_of_elements=\"1\"\n" 35745 " panel_visibility=\"advanced\">\n" 35746 " <Documentation>A semi-colon (;) separated list of directories to add to\n" 35747 " the python library search path.</Documentation>\n" 35748 " </StringVectorProperty>\n" 35750 " <OutputPort index=\"0\"\n" 35751 " name=\"Output-0\"\n" 35752 " type=\"text\" />\n" 35753 " <Visibility replace_input=\"0\" />\n" 35755 " <!-- End ProgrammableAnnotation -->\n" 35756 " </SourceProxy>\n" 35758 "</ServerManagerConfiguration>\n" 35769 char* res =
new char[ len + 1];
35773 assert(offset == len);
35781 "<ServerManagerConfiguration>\n" 35782 " <ProxyGroup name=\"misc_internals\">\n" 35783 " <Proxy name=\"CDBWriter\" class=\"vtkCDBWriter\">\n" 35784 " <Documentation>\n" 35785 " This is used by vtkSMExtractsController to write summary table.\n" 35786 " </Documentation>\n" 35787 " <StringVectorProperty name=\"FileName\" command=\"SetPath\" />\n" 35790 "</ServerManagerConfiguration>\n" 35799 char* res =
new char[ len + 1];
35802 assert(offset == len);
35810 "<ServerManagerConfiguration>\n" 35811 " <!-- =================================================================== -->\n" 35812 " <ProxyGroup name=\"sources\">\n" 35813 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n" 35814 " label=\"Programmable Source\"\n" 35815 " name=\"ProgrammableSource\">\n" 35816 " <Documentation long_help=\"Executes a user supplied python script to produce an output dataset.\"\n" 35817 " short_help=\"Executes a python script to produce data.\">\n" 35818 " This source will execute a python script to produce an\n" 35819 " output dataset. The source keeps a copy of the python\n" 35820 " script in Script and creates a python\n" 35821 " Interpreter to run the script upon the first\n" 35822 " execution. To execute external python scripts on the ParaView server, use:\n" 35823 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n" 35824 " chapter of the ParaView Guide.</Documentation>\n" 35825 " <IntVectorProperty command=\"SetOutputDataSetType\"\n" 35826 " default_values=\"0\"\n" 35827 " name=\"OutputDataSetType\"\n" 35828 " number_of_elements=\"1\"\n" 35829 " panel_visibility=\"default\">\n" 35830 " <EnumerationDomain name=\"enum\">\n" 35831 " <!-- Values come from vtkType.h-->\n" 35832 " <!-- <Entry value=\"8\" text=\"Same as Input\"/> -->\n" 35833 " <!-- text=\"vtkDataSet\" -->\n" 35834 " <Entry text=\"vtkPolyData\"\n" 35835 " value=\"0\" />\n" 35836 " <!-- <Entry value=\"1\" text=\"vtkStructuredPoints\"/> -->\n" 35837 " <Entry text=\"vtkStructuredGrid\"\n" 35838 " value=\"2\" />\n" 35839 " <Entry text=\"vtkRectilinearGrid\"\n" 35840 " value=\"3\" />\n" 35841 " <Entry text=\"vtkUnstructuredGrid\"\n" 35842 " value=\"4\" />\n" 35843 " <!-- <Entry value=\"5\" text=\"vtkPiecewiseFunction\"/> -->\n" 35844 " <Entry text=\"vtkImageData\"\n" 35845 " value=\"6\" />\n" 35846 " <!-- <Entry value=\"7\" text=\"vtkDataObject\"/> -->\n" 35847 " <!-- <Entry value=\"9\" text=\"vtkPointSet\"/> -->\n" 35848 " <!-- <Entry value=\"10\" text=\"vtkUniformGrid\"/> -->\n" 35849 " <!-- <Entry value=\"11\" text=\"vtkCompositeDataSet\"/> -->\n" 35850 " <!-- <Entry value=\"12\" text=\"vtkMultigroupDataSet\"/> -->\n" 35851 " <Entry text=\"vtkMultiblockDataSet\"\n" 35852 " value=\"13\" />\n" 35853 " <!-- <Entry value=\"14\" text=\"vtkHierarchicalDataSet\"/> -->\n" 35854 " <Entry text=\"vtkHierarchicalBoxDataSet\"\n" 35855 " value=\"15\" />\n" 35856 " <!-- <Entry value=\"16\" text=\"vtkGenericDataSet\"/> -->\n" 35857 " <!-- <Entry value=\"17\" text=\"vtkHyperOctree\"/> -->\n" 35858 " <!-- <Entry value=\"18\" text=\"vtkTemporalDataSet\"/> -->\n" 35859 " <Entry text=\"vtkTable\"\n" 35860 " value=\"19\" />\n" 35861 " <!-- <Entry value=\"20\" text=\"vtkGraph\"/> -->\n" 35862 " <!-- <Entry value=\"21\" text=\"vtkTree\"/> -->\n" 35863 " <Entry text=\"vtkMolecule\"\n" 35864 " value=\"33\" />\n" 35865 " </EnumerationDomain>\n" 35866 " <Documentation>The value of this property determines the dataset type\n" 35867 " for the output of the programmable source.</Documentation>\n" 35868 " </IntVectorProperty>\n" 35869 " <StringVectorProperty command=\"SetScript\"\n" 35870 " name=\"Script\"\n" 35871 " number_of_elements=\"1\"\n" 35872 " panel_visibility=\"default\">\n" 35874 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35876 " <Documentation>This property contains the text of a python program that\n" 35877 " the programmable source runs. To execute external python scripts on the ParaView server, use:\n" 35878 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n" 35879 " chapter of the ParaView Guide.</Documentation>\n" 35880 " </StringVectorProperty>\n" 35881 " <StringVectorProperty command=\"SetInformationScript\"\n" 35882 " label=\"Script (RequestInformation)\"\n" 35883 " name=\"InformationScript\"\n" 35884 " number_of_elements=\"1\"\n" 35885 " panel_visibility=\"advanced\">\n" 35887 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35889 " <Documentation>This property is a python script that is executed during\n" 35890 " the RequestInformation pipeline pass. Use this to provide information\n" 35891 " such as WHOLE_EXTENT to the pipeline downstream.</Documentation>\n" 35892 " </StringVectorProperty>\n" 35893 " <StringVectorProperty animateable=\"0\"\n" 35894 " clean_command=\"ClearParameters\"\n" 35895 " command=\"SetParameterInternal\"\n" 35896 " is_internal=\"1\"\n" 35897 " name=\"Parameters\"\n" 35898 " number_of_elements_per_command=\"2\"\n" 35899 " repeat_command=\"1\"></StringVectorProperty>\n" 35900 " <StringVectorProperty command=\"SetPythonPath\"\n" 35901 " name=\"PythonPath\"\n" 35902 " number_of_elements=\"1\"\n" 35903 " panel_visibility=\"advanced\">\n" 35904 " <Documentation>A semi-colon (;) separated list of directories to add to\n" 35905 " the python library search path.</Documentation>\n" 35906 " </StringVectorProperty>\n" 35907 " <DoubleVectorProperty information_only=\"1\"\n" 35908 " name=\"TimestepValues\"\n" 35909 " repeatable=\"1\">\n" 35910 " <TimeStepsInformationHelper />\n" 35911 " <Documentation>Available timestep values.</Documentation>\n" 35912 " </DoubleVectorProperty>\n" 35913 " <!-- End ProgrammableSource -->\n" 35914 " </SourceProxy>\n" 35916 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n" 35917 " label=\"Live Programmable Source\"\n" 35918 " name=\"LiveProgrammableSource\"\n" 35919 " base_proxygroup=\"sources\"\n" 35920 " base_proxyname=\"ProgrammableSource\">\n" 35921 " <Documentation>\n" 35922 " A programmable source that can produce new data autonomously.\n" 35923 " </Documentation>\n" 35924 " <StringVectorProperty command=\"SetCheckNeedsUpdateScript\"\n" 35925 " label=\"Script (CheckNeedsUpdate)\"\n" 35926 " name=\"CheckNeedsUpdateScript\"\n" 35927 " number_of_elements=\"1\">\n" 35929 " <Widget type=\"multi_line\" syntax=\"python\" />\n" 35931 " <Documentation>\n" 35932 " Specify the script to use to check if the filter/source has new data.\n" 35933 " This is only needed for \"live\" sources, that can cause data to be available\n" 35934 " outside of ParaView.\n" 35935 " </Documentation>\n" 35936 " </StringVectorProperty>\n" 35938 " <Property name=\"PauseLiveSource\" panel_widget=\"pause_livesource\">\n" 35939 " <Documentation>\n" 35940 " Pause live source.\n" 35941 " </Documentation>\n" 35944 " <LiveSource />\n" 35946 " </SourceProxy>\n" 35948 "</ServerManagerConfiguration>\n" 35957 char* res =
new char[ len + 1];
35960 assert(offset == len);
35968 "<ServerManagerConfiguration>\n" 35969 " <ProxyGroup name=\"filters\">\n" 35970 " <!-- ==================================================================== -->\n" 35971 " <SourceProxy class=\"vtkIntersectFragments\"\n" 35972 " label=\"Intersect Fragments\"\n" 35973 " name=\"IntersectFragments\">\n" 35974 " <Documentation long_help=\"The Intersect Fragments filter perform geometric intersections on sets of fragments.\"\n" 35975 " short_help=\"The Intersect Fragments filter perform geometric intersections on sets of fragments.\">\n" 35976 " The Intersect Fragments filter perform geometric intersections on sets of\n" 35977 " fragments. The filter takes two inputs, the first containing fragment\n" 35978 " geometry and the second containing fragment centers. The filter has two\n" 35979 " outputs. The first is geometry that results from the intersection. The\n" 35980 " second is a set of points that is an approximation of the center of where\n" 35981 " each fragment has been intersected.</Documentation>\n" 35983 " <OutputPort index=\"0\"\n" 35984 " name=\"geometry\" />\n" 35985 " <OutputPort index=\"1\"\n" 35986 " name=\"statistics\" />\n" 35988 " <InputProperty command=\"SetGeometryInputConnection\"\n" 35989 " name=\"Input\">\n" 35990 " <ProxyGroupDomain name=\"groups\">\n" 35991 " <Group name=\"sources\" />\n" 35992 " <Group name=\"filters\" />\n" 35993 " </ProxyGroupDomain>\n" 35994 " <DataTypeDomain name=\"input_type\">\n" 35995 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 35996 " </DataTypeDomain>\n" 35997 " <Documentation>This input must contain fragment\n" 35998 " geometry.</Documentation>\n" 35999 " </InputProperty>\n" 36000 " <InputProperty command=\"SetStatisticsInputConnection\"\n" 36001 " name=\"Source\">\n" 36002 " <ProxyGroupDomain name=\"groups\">\n" 36003 " <Group name=\"sources\" />\n" 36004 " <Group name=\"filters\" />\n" 36005 " </ProxyGroupDomain>\n" 36006 " <DataTypeDomain name=\"input_type\">\n" 36007 " <DataType value=\"vtkMultiBlockDataSet\" />\n" 36008 " </DataTypeDomain>\n" 36009 " <Documentation>This input must contain fragment\n" 36010 " centers.</Documentation>\n" 36011 " </InputProperty>\n" 36012 " <!-- Cut functuion -->\n" 36013 " <ProxyProperty command=\"SetCutFunction\"\n" 36014 " label=\"Slice Type\"\n" 36015 " name=\"CutFunction\">\n" 36016 " <ProxyGroupDomain name=\"groups\">\n" 36017 " <Group name=\"implicit_functions\" />\n" 36018 " </ProxyGroupDomain>\n" 36019 " <ProxyListDomain name=\"proxy_list\">\n" 36020 " <Proxy group=\"implicit_functions\"\n" 36021 " name=\"Plane\" />\n" 36022 " <Proxy group=\"implicit_functions\"\n" 36023 " name=\"Box\" />\n" 36024 " <Proxy group=\"implicit_functions\"\n" 36025 " name=\"Sphere\" />\n" 36026 " </ProxyListDomain>\n" 36027 " <Documentation>This property sets the type of intersecting geometry,\n" 36028 " and associated parameters.</Documentation>\n" 36029 " </ProxyProperty>\n" 36030 " <!-- End IntersectFragments -->\n" 36031 " </SourceProxy>\n" 36033 " <!-- ==================================================================== -->\n" 36034 " <SourceProxy class=\"vtkMaterialInterfaceFilter\"\n" 36035 " label=\"Material Interface Filter\"\n" 36036 " name=\"MaterialInterfaceFilter\">\n" 36037 " <Documentation long_help=\"The Material Interface filter finds volumes in the input data containing material above a certain material fraction.\"\n" 36038 " short_help=\"The Material Interface filter finds volumes in the input data containing material above a certain material fraction.\">\n" 36039 " The Material Interface filter finds voxels inside of which a material\n" 36040 " fraction (or normalized amount of material) is higher than a given\n" 36041 " threshold. As these voxels are identified surfaces enclosing adjacent\n" 36042 " voxels above the threshold are generated. The resulting volume and its\n" 36043 " surface are what we call a fragment. The filter has the ability to\n" 36044 " compute various volumetric attributes such as fragment volume, mass,\n" 36045 " center of mass as well as volume and mass weighted averages for any of\n" 36046 " the fields present. Any field selected for such computation will be also\n" 36047 " be copied into the fragment surface's point data for visualization. The\n" 36048 " filter also has the ability to generate Oriented Bounding Boxes (OBB) for\n" 36049 " each fragment. The data generated by the filter is organized in three\n" 36050 " outputs. The \"geometry\" output, containing the fragment surfaces. The\n" 36051 " \"statistics\" output, containing a point set of the centers of mass. The\n" 36052 " \"obb representation\" output, containing OBB representations (poly data).\n" 36053 " All computed attributes are copied into the statistics and geometry\n" 36054 " output. The obb representation output is used for validation and\n" 36055 " debugging purposes and is turned off by default. To measure the size of\n" 36056 " craters, the filter can invert a volume fraction and clip the volume\n" 36057 " fraction with a sphere and/or a plane.</Documentation>\n" 36058 " <OutputPort index=\"0\"\n" 36059 " name=\"geometry\" />\n" 36060 " <OutputPort index=\"1\"\n" 36061 " name=\"statistics\" />\n" 36062 " <InputProperty command=\"SetInputConnection\"\n" 36063 " name=\"Input\">\n" 36064 " <ProxyGroupDomain name=\"groups\">\n" 36065 " <Group name=\"sources\" />\n" 36066 " <Group name=\"filters\" />\n" 36067 " </ProxyGroupDomain>\n" 36068 " <DataTypeDomain name=\"input_type\">\n" 36069 " <DataType value=\"vtkNonOverlappingAMR\" />\n" 36070 " </DataTypeDomain>\n" 36071 " <InputArrayDomain attribute_type=\"cell\"\n" 36072 " name=\"input_array\" />\n" 36073 " <Documentation>Input to the filter can be a hierarchical box data set\n" 36074 " containing image data or a multiblock of rectilinear\n" 36075 " grids.</Documentation>\n" 36076 " </InputProperty>\n" 36077 " <!-- Material Fraction Array-->\n" 36078 " <StringVectorProperty clean_command=\"UnselectAllMaterialArrays\"\n" 36079 " command=\"SelectMaterialArray\"\n" 36080 " label=\"Select Material Fraction Arrays\"\n" 36081 " name=\"SelectMaterialArray\"\n" 36082 " number_of_elements_per_command=\"1\"\n" 36083 " repeat_command=\"1\">\n" 36084 " <ArrayListDomain attribute_type=\"Scalars\"\n" 36085 " data_type=\"VTK_UNSIGNED_CHAR\"\n" 36086 " name=\"array_list\">\n" 36087 " <RequiredProperties>\n" 36088 " <Property function=\"Input\"\n" 36089 " name=\"Input\" />\n" 36090 " </RequiredProperties>\n" 36091 " </ArrayListDomain>\n" 36093 " <!-- override gui no to set default -->\n" 36094 " <!-- <NoDefault /> -->\n" 36096 " <Documentation>Material fraction is defined as normalized amount of\n" 36097 " material per voxel. It is expected that arrays containing material\n" 36098 " fraction data has been down converted to a unsigned\n" 36099 " char.</Documentation>\n" 36100 " </StringVectorProperty>\n" 36101 " <!-- Material fraction -->\n" 36102 " <DoubleVectorProperty command=\"SetMaterialFractionThreshold\"\n" 36103 " default_values=\"0.5\"\n" 36104 " label=\"Material Fraction Threshold\"\n" 36105 " name=\"MaterialFractionThreshold\"\n" 36106 " number_of_elements=\"1\">\n" 36107 " <DoubleRangeDomain max=\"1\"\n" 36109 " name=\"range\" />\n" 36110 " <Documentation>Material fraction is defined as normalized amount of\n" 36111 " material per voxel. Any voxel in the input data set with a material\n" 36112 " fraction greater than this value is included in the output data\n" 36113 " set.</Documentation>\n" 36114 " </DoubleVectorProperty>\n" 36115 " <!-- Invert the volume fraction -->\n" 36116 " <IntVectorProperty command=\"SetInvertVolumeFraction\"\n" 36117 " default_values=\"0\"\n" 36118 " name=\"InvertVolumeFraction\"\n" 36119 " number_of_elements=\"1\">\n" 36120 " <BooleanDomain name=\"bool\" />\n" 36121 " <Documentation>Inverting the volume fraction generates the negative of\n" 36122 " the material. It is useful for analyzing craters.</Documentation>\n" 36123 " </IntVectorProperty>\n" 36124 " <ProxyProperty command=\"SetClipFunction\"\n" 36125 " label=\"Clip Type\"\n" 36126 " name=\"ClipFunction\">\n" 36127 " <ProxyGroupDomain name=\"groups\">\n" 36128 " <Group name=\"implicit_functions\" />\n" 36129 " </ProxyGroupDomain>\n" 36130 " <ProxyListDomain name=\"proxy_list\">\n" 36131 " <Proxy group=\"implicit_functions\"\n" 36132 " name=\"None\" />\n" 36133 " <Proxy group=\"implicit_functions\"\n" 36134 " name=\"Plane\" />\n" 36135 " <Proxy group=\"implicit_functions\"\n" 36136 " name=\"Sphere\" />\n" 36137 " </ProxyListDomain>\n" 36138 " <Documentation>This property sets the type of clip geometry, and\n" 36139 " associated parameters.</Documentation>\n" 36140 " </ProxyProperty>\n" 36141 " <!-- Mass Array-->\n" 36142 " <StringVectorProperty clean_command=\"UnselectAllMassArrays\"\n" 36143 " command=\"SelectMassArray\"\n" 36144 " label=\"Select Mass Arrays\"\n" 36145 " name=\"SelectMassArray\"\n" 36146 " number_of_elements_per_command=\"1\"\n" 36147 " repeat_command=\"1\">\n" 36148 " <ArrayListDomain attribute_type=\"Scalars\"\n" 36149 " data_type=\"VTK_FLOAT VTK_DOUBLE\"\n" 36150 " name=\"array_list\">\n" 36151 " <RequiredProperties>\n" 36152 " <Property function=\"Input\"\n" 36153 " name=\"Input\" />\n" 36154 " </RequiredProperties>\n" 36155 " </ArrayListDomain>\n" 36157 " <!-- override gui no to set default -->\n" 36160 " <Documentation>Mass arrays are paired with material fraction arrays.\n" 36161 " This means that the first selected material fraction array is paired\n" 36162 " with the first selected mass array, and so on sequentially. As the\n" 36163 " filter identifies voxels meeting the minimum material fraction\n" 36164 " threshold, these voxel's mass will be used in fragment center of mass\n" 36165 " and mass calculation. A warning is generated if no mass array is\n" 36166 " selected for an individual material fraction array. However, in that\n" 36167 " case the filter will run without issue because the statistics output\n" 36168 " can be generated using fragments' centers computed from axis aligned\n" 36169 " bounding boxes.</Documentation>\n" 36170 " </StringVectorProperty>\n" 36171 " <!-- Volume weighted average Array -->\n" 36172 " <StringVectorProperty clean_command=\"UnselectAllVolumeWtdAvgArrays\"\n" 36173 " command=\"SelectVolumeWtdAvgArray\"\n" 36174 " label=\"Compute volume weighted average over:\"\n" 36175 " name=\"SelectVolumeWtdAvgArray\"\n" 36176 " number_of_elements_per_command=\"1\"\n" 36177 " repeat_command=\"1\">\n" 36178 " <Documentation>Specifies the arrays from which to volume weighted\n" 36179 " average.</Documentation>\n" 36180 " <ArrayListDomain data_type=\"VTK_FLOAT VTK_DOUBLE\"\n" 36181 " name=\"array_list\">\n" 36182 " <RequiredProperties>\n" 36183 " <Property function=\"Input\"\n" 36184 " name=\"Input\" />\n" 36185 " </RequiredProperties>\n" 36186 " </ArrayListDomain>\n" 36188 " <!-- override gui no to set default -->\n" 36191 " <Documentation>For arrays selected a volume weighted average is\n" 36192 " computed. The values of these arrays are also copied into fragment\n" 36193 " geometry cell data as the fragment surfaces are\n" 36194 " generated.</Documentation>\n" 36195 " </StringVectorProperty>\n" 36196 " <!-- Mass weighted average Array -->\n" 36197 " <StringVectorProperty clean_command=\"UnselectAllMassWtdAvgArrays\"\n" 36198 " command=\"SelectMassWtdAvgArray\"\n" 36199 " label=\"Compute mass weighted average over:\"\n" 36200 " name=\"SelectMassWtdAvgArray\"\n" 36201 " number_of_elements_per_command=\"1\"\n" 36202 " repeat_command=\"1\">\n" 36203 " <ArrayListDomain data_type=\"VTK_FLOAT VTK_DOUBLE\"\n" 36204 " name=\"array_list\">\n" 36205 " <RequiredProperties>\n" 36206 " <Property function=\"Input\"\n" 36207 " name=\"Input\" />\n" 36208 " </RequiredProperties>\n" 36209 " </ArrayListDomain>\n" 36211 " <!-- override gui no to set default -->\n" 36214 " <Documentation>For arrays selected a mass weighted average is computed.\n" 36215 " These arrays are also copied into fragment geometry cell data as the\n" 36216 " fragment surfaces are generated.</Documentation>\n" 36217 " </StringVectorProperty>\n" 36218 " <!-- do not remove -->\n" 36219 " <!-- Summation Array\n" 36220 " <StringVectorProperty\n" 36221 " name=\"SelectSummationArray\"\n" 36222 " command=\"SelectSummationArray\"\n" 36223 " clean_command=\"UnselectAllSummationArrays\"\n" 36224 " repeat_command=\"1\"\n" 36225 " number_of_elements_per_command=\"1\"\n" 36226 " label=\"Compute summation over:\">\n" 36227 " <Documentation>\n" 36228 " Specifies the arrays from which to sum over fragments.\n" 36229 " </Documentation>\n" 36231 " <ArrayListDomain\n" 36232 " name=\"array_list\"\n" 36233 " data_type=\"VTK_FLOAT VTK_DOUBLE\">\n" 36234 " <RequiredProperties>\n" 36235 " <Property name=\"Input\" function=\"Input\"/>\n" 36236 " </RequiredProperties>\n" 36237 " </ArrayListDomain>\n" 36241 " </StringVectorProperty>-->\n" 36242 " <!-- Compute OBB -->\n" 36243 " <IntVectorProperty command=\"SetComputeOBB\"\n" 36244 " default_values=\"0\"\n" 36245 " name=\"ComputeOBB\"\n" 36246 " number_of_elements=\"1\">\n" 36247 " <BooleanDomain name=\"bool\" />\n" 36248 " <Documentation>Compute Object Oriented Bounding boxes (OBB). When\n" 36249 " active the result of this computation is copied into the statistics\n" 36250 " output. In the case that the filter is built in its validation mode,\n" 36251 " the OBB's are rendered.</Documentation>\n" 36252 " </IntVectorProperty>\n" 36253 " <!-- Write a csv file:\n" 36254 " This is not an excel compatible file, it has more\n" 36255 " information that is stored in headers. Also commas\n" 36256 " are used on tuple boundaries while spaces are used\n" 36257 " on component boundaries.-->\n" 36258 " <IntVectorProperty command=\"SetWriteGeometryOutput\"\n" 36259 " default_values=\"0\"\n" 36260 " name=\"WriteGeometryOutput\"\n" 36261 " number_of_elements=\"1\">\n" 36262 " <BooleanDomain name=\"bool\" />\n" 36263 " <Documentation>If this property is set, then the geometry output is\n" 36264 " written to a text file. The file name will be constructed using the\n" 36265 " path in the \"Output Base Name\" widget.</Documentation>\n" 36266 " </IntVectorProperty>\n" 36267 " <IntVectorProperty command=\"SetWriteStatisticsOutput\"\n" 36268 " default_values=\"0\"\n" 36269 " name=\"WriteStatisticsOutput\"\n" 36274 " number_of_elements=\"1\">\n" 36275 " <BooleanDomain name=\"bool\" />\n" 36276 " <Documentation>If this property is set, then the statistics output is\n" 36277 " written to a text file. The file name will be constructed using the\n" 36278 " path in the \"Output Base Name\" widget.</Documentation>\n" 36279 " </IntVectorProperty>\n" 36280 " <StringVectorProperty animateable=\"0\"\n" 36281 " command=\"SetOutputBaseName\"\n" 36282 " name=\"OutputBaseName\"\n" 36283 " number_of_elements=\"1\">\n" 36284 " <Documentation>This property specifies the base including path of where\n" 36285 " to write the statistics and geometry output text files. It follows the\n" 36286 " pattern \"/path/to/folder/and/file\" here file has no extension, as the\n" 36287 " filter will generate a unique extension.</Documentation>\n" 36288 " </StringVectorProperty>\n" 36289 " <!-- do not remove\n" 36290 " this is a feature that most users should not\n" 36291 " need. If memory usage becomes a problem then\n" 36292 " this gives the user more control over excluding\n" 36293 " highly loaded processes from memory intesive operations. -->\n" 36294 " <!-- loading bounds\n" 36295 " <IntVectorProperty\n" 36296 " name=\"UpperLoadingBound\"\n" 36297 " command=\"SetUpperLoadingBound\"\n" 36298 " number_of_elements=\"1\"\n" 36299 " default_values=\"-1\"\n" 36300 " label=\"Loading Bound\">\n" 36301 " <DoubleRangeDomain name=\"range\" min=\"-1\" max=\"2000000000\" />\n" 36302 " <Documentation>\n" 36303 " Bound in polygons above which process are excluded from work sharing.\n" 36304 " </Documentation>\n" 36305 " </IntVectorProperty>-->\n" 36306 " <!-- End MaterialInterfaceFilter -->\n" 36307 " </SourceProxy>\n" 36309 "</ServerManagerConfiguration>\n" 36320 char* res =
new char[ len + 1];
36324 assert(offset == len);
36332 "<ServerManagerConfiguration>\n" 36333 " <ProxyGroup name=\"filters\">\n" 36334 " <!-- ==================================================================== -->\n" 36335 " <SourceProxy base_proxygroup=\"filters\"\n" 36336 " base_proxyname=\"ParticlePath\"\n" 36337 " class=\"vtkInSituPParticlePathFilter\"\n" 36338 " name=\"InSituParticlePath\">\n" 36339 " <Documentation long_help=\"Trace Particle Paths through time in a vector field.\"\n" 36340 " short_help=\"Trace Particle Paths through time in a vector field.\">\n" 36341 " The Particle Trace filter generates pathlines in a vector\n" 36342 " field from a collection of seed points. The vector field\n" 36343 " used is selected from the Vectors menu, so the input data\n" 36344 " set is required to have point-centered vectors. The Seed\n" 36345 " portion of the interface allows you to select whether the\n" 36346 " seed points for this integration lie in a point cloud or\n" 36347 " along a line. Depending on which is selected, the\n" 36348 " appropriate 3D widget (point or line widget) is displayed\n" 36349 " along with traditional user interface controls for\n" 36350 " positioning the point cloud or line within the data set.\n" 36351 " Instructions for using the 3D widgets and the\n" 36352 " corresponding manual controls can be found in section 7.4.\n" 36353 " This filter operates on any type of data set, provided it\n" 36354 " has point-centered vectors. The output is polygonal data\n" 36355 " containing polylines. This filter is available on the\n" 36356 " Toolbar.</Documentation>\n" 36357 " <InputProperty clean_command=\"RemoveAllRestarts\"\n" 36358 " command=\"AddRestartConnection\"\n" 36359 " label=\"Restart Source\"\n" 36360 " multiple_input=\"0\"\n" 36361 " name=\"RestartSource\"\n" 36362 " panel_visibility=\"never\">\n" 36363 " <ProxyGroupDomain name=\"groups\">\n" 36364 " <Group name=\"sources\" />\n" 36365 " <Group name=\"filters\" />\n" 36366 " </ProxyGroupDomain>\n" 36367 " <DataTypeDomain name=\"input_type\">\n" 36368 " <DataType value=\"vtkDataSet\" />\n" 36369 " </DataTypeDomain>\n" 36370 " <Documentation>Specify the restart dataset. This is optional and\n" 36371 " can be used to have particle histories that were computed\n" 36372 " previously be included in this filter's computation.</Documentation>\n" 36376 " </InputProperty>\n" 36377 " <IntVectorProperty command=\"SetClearCache\"\n" 36378 " default_values=\"0\"\n" 36379 " name=\"ClearCache\"\n" 36380 " number_of_elements=\"1\"\n" 36381 " panel_visibility=\"never\">\n" 36382 " <BooleanDomain name=\"bool\" />\n" 36383 " <Documentation>Clear the particle cache from previous time steps.\n" 36384 " </Documentation>\n" 36385 " </IntVectorProperty>\n" 36386 " <IntVectorProperty command=\"SetFirstTimeStep\"\n" 36387 " default_values=\"0\"\n" 36388 " name=\"FirstTimeStep\"\n" 36389 " number_of_elements=\"1\"\n" 36390 " panel_visibility=\"never\">\n" 36391 " <Documentation>Set the first time step. Default is 0.\n" 36392 " </Documentation>\n" 36393 " </IntVectorProperty>\n" 36394 " <IntVectorProperty command=\"SetRestartedSimulation\"\n" 36395 " default_values=\"0\"\n" 36396 " name=\"RestartedSimulation\"\n" 36397 " number_of_elements=\"1\"\n" 36398 " panel_visibility=\"never\">\n" 36399 " <BooleanDomain name=\"bool\" />\n" 36400 " <Documentation>Specify whether or not this is a restarted simulation.</Documentation>\n" 36401 " </IntVectorProperty>\n" 36402 " <IntVectorProperty command=\"SetDisableResetCache\"\n" 36403 " default_values=\"0\"\n" 36404 " name=\"DisableResetCache\"\n" 36405 " number_of_elements=\"1\"\n" 36406 " panel_visibility=\"never\">\n" 36407 " <BooleanDomain name=\"bool\" />\n" 36408 " <Documentation>Prevents cache from getting reset so that new computation\n" 36409 " always start from previous results.</Documentation>\n" 36410 " </IntVectorProperty>\n" 36411 " <!-- End vtkInSituPParticlePathFilter -->\n" 36412 " </SourceProxy>\n" 36414 "</ServerManagerConfiguration>\n" 36423 char* res =
new char[ len + 1];
36426 assert(offset == len);
36434 "<ServerManagerConfiguration>\n" 36435 " <ProxyGroup name=\"sources\">\n" 36436 " <SourceProxy name=\"Conduit\" class=\"vtkConduitSource\">\n" 36437 " <Documentation>\n" 36438 " A data source that takes a Conduit node using the Mesh Blueprint\n" 36439 " to produce data.\n" 36440 " </Documentation>\n" 36441 " <DoubleVectorProperty information_only=\"1\"\n" 36442 " name=\"TimestepValues\"\n" 36443 " repeatable=\"1\">\n" 36444 " <TimeStepsInformationHelper />\n" 36445 " <Documentation>Available timestep values.</Documentation>\n" 36446 " </DoubleVectorProperty>\n" 36447 " </SourceProxy>\n" 36449 "</ServerManagerConfiguration>\n" 36458 char* res =
new char[ len + 1];
36461 assert(offset == len);
char * paraview_server_managerwriters_iogeometryGetInterfaces()
static const char *const paraview_server_managerfilters_filtersparallelInterface0
static const char *const paraview_server_managerinternal_writersInterface1
static const char *const paraview_server_managerrendering_sourcesInterface0
char * paraview_server_managerfilters_filterscoreGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface5
char * paraview_server_managermisc_filtersGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface4
static const char *const paraview_server_managerfilters_filtersamrInterface0
static const char *const paraview_server_managerreaders_ioxmlInterface8
char * paraview_server_managersources_filterscoreGetInterfaces()
static const char *const paraview_server_managerfilters_filterscoreInterface6
static const char *const paraview_server_managersources_filtersamrInterface0
static const char *const paraview_server_managerreaders_pv_iocoreInterface0
static const char *const paraview_server_managergeneral_mpi_filtersInterface0
static const char *const paraview_server_managerfilters_filtersmodelingInterface0
static const char *const paraview_server_managersources_imagingcoreInterface0
char * paraview_server_managerfilters_filtershybridGetInterfaces()
static const char *const paraview_server_managerfilters_filterstextureInterface0
char * paraview_server_managerwriters_ensightGetInterfaces()
static const char *const paraview_server_managerreaders_openpmdInterface0
static const char *const paraview_server_managerfilters_filtersflowpathsInterface1
static const char *const paraview_server_managerreaders_ioparallelInterface1
char * paraview_server_managerfilters_filtersamrGetInterfaces()
char * paraview_server_managerfilters_filtersparalleldiy2GetInterfaces()
static const char *const paraview_server_managerpointsInterface1
static const char *const paraview_server_managerfilters_filtersmodelingInterface1
static const char *const paraview_server_managerinternal_writersInterface0
static const char *const paraview_server_managerreaders_ioplyInterface0
static const char *const paraview_server_managerstatistics_filtersInterface0
char * paraview_server_managerfilters_filtersparallelmpiGetInterfaces()
static const char *const paraview_server_managerreaders_pv_ioimageInterface2
static const char *const paraview_server_managersources_filterssourcesInterface0
char * paraview_server_managerfilters_filtersgeneralGetInterfaces()
char * paraview_server_managerreaders_iovpicGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface8
static const char *const paraview_server_managerutilitiesInterface2
char * paraview_server_managerreaders_ioparallelGetInterfaces()
static const char *const paraview_server_managerfilters_filtershypertreeInterface0
char * paraview_server_managerfilters_filtersflowpathsGetInterfaces()
static const char *const paraview_server_managerreaders_iovpicInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface0
char * paraview_server_managerfilters_imagingfourierGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface1
static const char *const paraview_server_managersources_filterssourcesInterface1
static const char *const paraview_server_managerproxies_conduitInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface7
char * paraview_server_managerproxies_conduitGetInterfaces()
char * paraview_server_managergeneral_sourcesGetInterfaces()
char * paraview_server_managerfilters_selectionfftovertimeGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface0
char * paraview_server_managerwriters_ioxmlGetInterfaces()
static const char *const paraview_server_managerfilters_filtersextractionInterface1
static const char *const paraview_server_managermaterial_interface_filtersInterface1
static const char *const paraview_server_managerpointsInterface2
static const char *const paraview_server_managerfilters_filtersgeneralInterface4
static const char *const paraview_server_managercore_sourcesInterface0
static const char *const paraview_server_managerfilters_filtersparalleldiy2Interface0
static const char *const paraview_server_managerfilters_filtersparallelInterface2
static const char *const paraview_server_managerproxies_computationalgeometryInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface0
static const char *const paraview_server_managerwriters_ioxmlInterface4
char * paraview_server_managersources_filtersgeneralGetInterfaces()
char * paraview_server_managersources_filterssourcesGetInterfaces()
static const char *const paraview_server_managerpython_sourcesInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface2
static const char *const paraview_server_managerfilters_filtersparallelverdictInterface0
static const char *const paraview_server_managersources_filterssourcesInterface5
static const char *const paraview_server_managerfilters_filtersgeneralInterface1
static const char *const paraview_server_managerpython_filtersInterface1
static const char *const paraview_server_managerreaders_ioxmlInterface3
static const char *const paraview_server_managerreaders_iogeometryInterface0
static const char *const paraview_server_managerfilters_plotonintersectioncurvesInterface0
char * paraview_server_managerstatistics_filtersGetInterfaces()
static const char *const paraview_server_managerfilters_filtersparallelmpiInterface0
char * paraview_server_managerreaders_pv_iocoreGetInterfaces()
static const char *const paraview_server_managerfilters_filtersgenericInterface1
char * paraview_server_managerreaders_ioxmlGetInterfaces()
static const char *const paraview_server_managermisc_utilitiesInterface0
static const char *const paraview_server_managerfilters_filtersflowpathsInterface0
static const char *const paraview_server_managerwriters_ioxmlInterface3
char * paraview_server_manageramr_filtersGetInterfaces()
char * paraview_server_managerfilters_filtersverdictGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface1
char * paraview_server_managerextractorsGetInterfaces()
static const char *const paraview_server_managermisc_filtersInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface5
static const char *const paraview_server_managerreaders_ioxmlInterface9
static const char *const paraview_server_managerfilters_filtersparallelInterface4
char * paraview_server_managersources_imagingsourcesGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface0
static const char *const paraview_server_managergeneral_filtersInterface11
static const char *const paraview_server_managerwriters_iolegacyInterface0
char * paraview_server_managerfilters_normalglyphsGetInterfaces()
char * paraview_server_managerfilters_filtersparallelGetInterfaces()
static const char *const paraview_server_managerfilters_selectionfftovertimeInterface0
static const char *const paraview_server_managerreaders_pv_ioimageInterface1
char * paraview_server_managerfilters_imaginggeneralGetInterfaces()
static const char *const paraview_server_managerfilters_filtershybridInterface1
static const char *const paraview_server_managerreaders_ioxmlInterface5
static const char *const paraview_server_managerstatistics_filtersInterface3
static const char *const paraview_server_managerfilters_filtersflowpathsInterface3
char * paraview_server_managerreaders_domainschemistryGetInterfaces()
char * paraview_server_managerfilters_filtersmodelingGetInterfaces()
char * paraview_server_managerfilters_filtersgenericGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface3
char * paraview_server_managermaterial_interface_filtersGetInterfaces()
char * paraview_server_managerrendering_sourcesGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface7
static const char *const paraview_server_managermisc_utilitiesInterface1
static const char *const paraview_server_managerfilters_filtersflowpathsInterface2
static const char *const paraview_server_managergeneral_filtersInterface6
static const char *const paraview_server_managerfilters_imagingfourierInterface0
static const char *const paraview_server_managerfilters_filtersflowpathsInterface4
static const char *const paraview_server_managerpointsInterface3
char * paraview_server_managerfilters_filtersgeometryGetInterfaces()
static const char *const paraview_server_managersources_filtersgeneralInterface0
char * paraview_server_managerreaders_ioplyGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface2
char * paraview_server_managerreaders_openpmdGetInterfaces()
static const char *const paraview_server_managermaterial_interface_filtersInterface0
static const char *const paraview_server_managersources_filterscoreInterface0
char * paraview_server_managerfilters_imaginghybridGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface0
static const char *const paraview_server_managerfilters_normalglyphsInterface0
char * paraview_server_managercore_sourcesGetInterfaces()
static const char *const paraview_server_managerextraction_filtersInterface1
static const char *const paraview_server_managerutilitiesInterface1
static const char *const paraview_server_managerutilities_settingsInterface1
static const char *const paraview_server_managersources_imagingsourcesInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface2
static const char *const paraview_server_managerfilters_filtersgenericInterface2
char * paraview_server_managerreaders_pv_ioimageGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface2
static const char *const paraview_server_managerreaders_iogeometryInterface2
static const char *const paraview_server_managerreaders_filtershybridInterface0
char * paraview_server_managersources_renderingfreetypeGetInterfaces()
char * paraview_server_managerreaders_filtershybridGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface0
static const char *const paraview_server_managerfilters_filtersgenericInterface0
static const char *const paraview_server_managerfilters_filtershybridInterface0
static const char *const paraview_server_managerwriters_pv_iocoreInterface0
char * paraview_server_managerwriters_iolegacyGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface4
static const char *const paraview_server_managerreaders_domainschemistryInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface4
static const char *const paraview_server_managerfilters_filtersgeometryInterface0
char * paraview_server_managergeneral_mpi_filtersGetInterfaces()
char * paraview_server_managerutilities_settingsGetInterfaces()
static const char *const paraview_server_managerextractorsInterface0
static const char *const paraview_server_managerreaders_ioxmlInterface2
static const char *const paraview_server_managermisc_filtersInterface1
static const char *const paraview_server_managergeneral_filtersInterface2
static const char *const paraview_server_managerpython_miscInterface0
static const char *const paraview_server_managerfilters_filtersparallelInterface3
char * paraview_server_managerreaders_ioinfovisGetInterfaces()
char * paraview_server_managerpython_miscGetInterfaces()
static const char *const paraview_server_managerreaders_ioinfovisInterface0
char * paraview_server_managerfilters_filtersstatisticsGetInterfaces()
char * paraview_server_managerpointsGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface4
static const char *const paraview_server_managerfilters_filtersstatisticsInterface0
static const char *const paraview_server_managerfilters_pv_iocoreInterface0
static const char *const paraview_server_managerstatistics_filtersInterface1
static const char *const paraview_server_managergeneral_filtersInterface1
char * paraview_server_managerinternal_writersGetInterfaces()
char * paraview_server_managersources_imagingcoreGetInterfaces()
static const char *const paraview_server_managerfilters_filtersgeneralInterface5
char * paraview_server_managerfilters_filterstextureGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface6
static const char *const paraview_server_managerfilters_imaginggeneralInterface0
static const char *const paraview_server_managerfilters_filtersparallelInterface1
static const char *const paraview_server_managerreaders_ioxmlInterface1
static const char *const paraview_server_managerlive_utilitiesInterface0
static const char *const paraview_server_managerfilters_imaginghybridInterface0
char * paraview_server_managerpython_sourcesGetInterfaces()
char * paraview_server_managergeneral_filtersGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface0
static const char *const paraview_server_managerextraction_filtersInterface0
static const char *const paraview_server_managergeneral_filtersInterface9
static const char *const paraview_server_managerfilters_filtersgeneralInterface6
static const char *const paraview_server_managerfilters_filtersextractionInterface0
char * paraview_server_managerlive_utilitiesGetInterfaces()
char * paraview_server_managerfilters_plotonintersectioncurvesGetInterfaces()
static const char *const paraview_server_managerfilters_filtersverdictInterface0
static const char *const paraview_server_managerpointsInterface0
char * paraview_server_managerreaders_iogeometryGetInterfaces()
char * paraview_server_managerwriters_pv_ioimageGetInterfaces()
static const char *const paraview_server_managerwriters_ensightInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface3
static const char *const paraview_server_managergeneral_filtersInterface10
char * paraview_server_managerfilters_filtersrenderingGetInterfaces()
static const char *const paraview_server_managerreaders_ioparallelInterface2
static const char *const paraview_server_managergeneral_filtersInterface5
static const char *const paraview_server_managerfilters_filtersrenderingInterface0
static const char *const paraview_server_managerstatistics_filtersInterface2
char * paraview_server_managersources_filtersamrGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface3
char * paraview_server_managerextraction_filtersGetInterfaces()
static const char *const paraview_server_managerfilters_filterscoreInterface1
char * paraview_server_managerfilters_domainschemistryGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface7
char * paraview_server_managerfilters_filtersparallelverdictGetInterfaces()
static const char *const paraview_server_managerwriters_pv_ioimageInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface3
char * paraview_server_managerutilitiesGetInterfaces()
char * paraview_server_managerfilters_pv_iocoreGetInterfaces()
static const char *const paraview_server_managerreaders_ioparallelInterface0
static const char *const paraview_server_managerreaders_pv_ioimageInterface0
static const char *const paraview_server_managersources_renderingfreetypeInterface0
char * paraview_server_managerproxies_computationalgeometryGetInterfaces()
static const char *const paraview_server_managerfilters_domainschemistryInterface0
char * paraview_server_managerfilters_filtersextractionGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface3
char * paraview_server_managerpython_filtersGetInterfaces()
char * paraview_server_managermisc_utilitiesGetInterfaces()
static const char *const paraview_server_managerutilities_settingsInterface0
char * paraview_server_managerfilters_filtershypertreeGetInterfaces()
static const char *const paraview_server_managerwriters_iogeometryInterface0
char * paraview_server_managerfilters_imagingcoreGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface2
static const char *const paraview_server_managerwriters_pv_iocoreInterface1
static const char *const paraview_server_managerfilters_imagingcoreInterface0
static const char *const paraview_server_managerpython_filtersInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface7
char * paraview_server_managerwriters_pv_iocoreGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface4
static const char *const paraview_server_managerfilters_filtersparallelInterface5
static const char *const paraview_server_managerreaders_iogeometryInterface1
static const char *const paraview_server_managergeneral_sourcesInterface0